Releases: skupperproject/skupper
Releases · skupperproject/skupper
1.5.2
Change log:
- Avoided the warning message triggered by the Gorilla Mux lib in the console
- Updated podman expose help
- Spelling fixes
- Included a profile option in the flow-collector
- Improved cleanup of the podman sites
- Kept site record controller channel opened on podman
- Fixed status commands output when headless services are exposed
- Fixed in LinkHandler list
- Fixed displaying podman sites recommendation
- Fixed races in the flow collector
- Fixed PSA warning for Kubernetes 1.24+
- Ensured that the
routes/custom-host
resource is only included when the ingress-host is specified - Fixed phantom process records observed in the console
Fixed issues:
1.5.1
Change log:
- Stuck heartbeat sender fix in the flow controller
- Disabled CGO for CI builds
- User and Logout APIs for Auth basic and Openshift OAuth proxy
- Podman init recommendations
- Added command to debug policies
- The skupper status is loaded after the init command
- Connector reconciliation fix in the flow controller
Fixed issues:
skupperproject/skupper-operator#21
#1219
#1289
#1284
#1298
#1291
main-release
Releasing artifacts on merges to main (#1290) * Releasing artifacts on merges to main * Binaries are released using main tag (prerelease) * New CI job tests the skupper binary (linux-amd64) against different images * Modified release tag to main-release
1.4.4
What is changed:
- Improve handling of the target-namespace option.
- Included updates for oauth-proxy and prometheus images.
1.5.0
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:
1.4.3
1.2.8
1.4.2
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:
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
1.4.1
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.