Skip to content

Releases: skupperproject/skupper

1.5.0

10 Nov 16:53
Compare
Choose a tag to compare

What is changed:

  • Improve handling of the target-namespace option.
  • Added expose examples for podman sites.
  • Displaying recommendations on podman init.
  • Prevent warning regarding missing PEM data.
  • Included updates for oauth-proxy and prometheus images.
  • Compressed the collector response.
  • Added collector-lite to provide information about the site and router records for the status commands.
  • Changed the status commands to query the new collector-lite.
  • Applied specified labels to all created resources by Skupper.
  • Recorded extra policy events.
  • Modified skupper update for podman sites.
  • Added Prometheus container on podman sites.
  • Updated to Golang 1.20 version.
  • Removed opt-in flag for router restarts.
  • Added tokens annotation to add aliases to router.
  • Reconciled proxies properly in the collector.
  • Added sankey support for the console.

Fixed issues:

#1252
#1191
#1185
#1227
#1109
#1013
#791

1.4.3

20 Sep 13:34
Compare
Choose a tag to compare

Fixed issues:

#1199
#1206
#1202

1.2.8

29 Aug 17:16
@grs grs
Compare
Choose a tag to compare

Respin to pick latest golang.

1.4.2

19 Jul 16:44
Compare
Choose a tag to compare

What is changed:

  • Service sync will not be updated if it has been disabled
  • Added permissions to site controller
  • Added site version to the flow-controller
  • Added deployment labels to support label filtering on skupper deployment resources (e.g. kubectl, topology ui, etc.)
  • Added the digest sha from each image into the manifest file

Fixed issues:

#1164
#1169
#1149
#1148

EDIT:
We've identified an issue in the manifest.json file where some of the SHA's displayed are not the final ones assigned to the images. Please take note of the following discrepancies that require correction:

      {
         "Name": "quay.io/skupper/service-controller:1.4.2",
         "SHA": "sha256:06f3ef0047c6f473094c037a7584f24ca0c5dfb3d7953627bf4593a49c78ff42",
         "Repository": "https://github.com/skupperproject/skupper"
      },
      {
         "Name": "quay.io/skupper/config-sync:1.4.2",
         "SHA": "sha256:2a350062450af4d4eb1649db3622544e4461f994cb8ac0d452d3ff50039aecfe",
         "Repository": "https://github.com/skupperproject/skupper"
      },
      {
         "Name": "quay.io/skupper/flow-collector:1.4.2",
         "SHA": "sha256:c3b1e43cce4aa509bcbf647511405da3bf8e1f546f9e9f7459534f60fd8722bd",
         "Repository": "https://github.com/skupperproject/skupper"
      },
      {
         "Name": "quay.io/skupper/site-controller:1.4.2",
         "SHA": "sha256:8b2010400aacd972f2b044ff014c7a4dd19e88d508cd052484432e4796d2d99d",
         "Repository": "https://github.com/skupperproject/skupper"
      },

1.2.7

05 Jul 21:19
@grs grs
Compare
Choose a tag to compare

Respin to pick up latest version of go and avoid CVEs

1.4.1

21 Jun 12:40
Compare
Choose a tag to compare

What is changed:

  • swagger-generate: Enable development on a variety of OS)

Upgrading

If you are upgrading a site that was initially created from Skupper version 1.2 or earlier, note that if the console was enabled (which was the default), an upgrade to this version will enable the flow-collector and the new Skupper console. See https://skupper.io/docs/console/flow-console.html for more information.

Fixed issues:

#1023

1.4.0-rc4

16 Jun 16:13
@grs grs
Compare
Choose a tag to compare
1.4.0-rc4 Pre-release
Pre-release

What is changed:

  • Support flow collector update in Skupper
  • Skupper console will query Prometheus through the flow-collector API

Fixed issues:

#1124

1.4.0-rc3

08 Jun 17:33
@grs grs
Compare
Choose a tag to compare
1.4.0-rc3 Pre-release
Pre-release

What is changed:

  • Support for dataConnectionCount tuning option in router
  • Added state query param in the flow-collector
  • Flow collector: added part-of label to place in process group for skupper and inhibit console rendering

Fixed issues:
#1130

1.4.0-rc2

23 May 22:19
@grs grs
Compare
Choose a tag to compare
1.4.0-rc2 Pre-release
Pre-release

What is changed:

  • Clearer error when exec attempt times out on container that never starts
  • Flow controller: Purge, log records and emulate external processes
  • Preparing libpod stub generation to build swagger if needed
  • Made incoming links optional in the link status command

Fixed issues:

#1104
#1031
#1011
#1091

Images included:

quay.io/skupper/skupper-router:2.4.0-rc2
quay.io/skupper/service-controller:1.4.0-rc2
quay.io/skupper/config-sync:1.4.0-rc2
quay.io/skupper/site-controller:1.4.0-rc2
quay.io/skupper/flow-collector:1.4.0-rc2
quay.io/prometheus/prometheus:v2.42.0

skupper-console version: 1.4.0-rc2

1.2.6

04 May 17:18
@grs grs
Compare
Choose a tag to compare

Respin to eliminate some go related CVEs