Skip to content

Releases: skupperproject/skupper

1.7.1

10 Jun 16:46
Compare
Choose a tag to compare

Changelog

  • Updates to address advisories for golang.org/x/crypto and golang.org/x/net

1.5.4

07 Jun 17:25
Compare
Choose a tag to compare

Skupper Control Plane

Change log

  • Updates to address advisories for golang.org/x/crypto and golang.org/x/net
  • #1455
  • #1147
  • #1427

Skupper Router

Issues fixed in this release

https://github.com/skupperproject/skupper-router/issues?q=is:issue%20milestone:2.5.3

1.4.5

07 Jun 14:04
Compare
Choose a tag to compare

Changelog

  • Updates to address advisories for golang.org/x/crypto and golang.org/x/net

1.7.0

02 May 17:30
Compare
Choose a tag to compare

Skupper Control Plane

Changelog

  • Keep-id mode can only be used in rootless mode on RHEL
  • Flow collector: Decorates the /api/v1alpha1/links/ and related endpoints to include source and destination site IDs
  • Fixed typo on init help message
  • Fixed leak of file descriptors in podman controller
  • Included http server TLS and timeout configuration
  • Fixed nil pointer dereference in flow-collector
  • Updated golang version to 1.21
  • Flow collector: prevented segfault when apps/v1 client is not available
  • Flow collector: included operational metrics
  • Changed manifest subcommand to avoid blocks on user input
  • Flow collector: fixed flow protocol race

Fixed issues

#1393
#1406
#1394
#1409
#1455
#1439
#1452
#1421
#1459
#1451

Skupper console (1.7.0)

Changelog

  • Added capability to perform API queries on the same field using multiple values
  • Performance improvements in topology process page

Fixed issues

  • Fixed crash in the breadcrumb navigation when moving from the process details page to the processes page
  • Adjusted total bytes calculation

Skupper router (2.6.0)

Fixed issues

https://github.com/skupperproject/skupper-router/issues?q=is:issue%20milestone:2.6.0

1.6.0

21 Feb 14:36
Compare
Choose a tag to compare

Skupper Control Plane

Changelog

  • Multiarch builds
  • Add CPU and memory limits to podman sites
  • Collector lite base support on Podman sites and adaptation of status commands also in Podman sites
  • Save skupper events as JSON on debug dump
  • Definition monitor deduces ports for a statefulset from the service associated with
  • Less slow skupper init
  • Do not try to move claims for an edge site on update
  • Add error handling for Prometheus APIs
  • Accept multivalue query filters in the Console API
  • Display switch command on skupper help
  • Update wording around upgrades

Fixed issues

#1392
#1355
#1365
#1352

Skupper Console (1.6.0)

Changelog

  • New global refresh button & custom polling
  • Disabled automatic background polling

Fixed issues

  • Topology view crash when some process doesn't have the sitename attribute
  • Podman links are not visible
  • Show site option in the topology view is not responsive

Skupper Router (2.5.2)

Changelog

  • Do not repeatedly log inter-router connection failure. Log only once and if the connection pn_condition failure messages changes between connections

Fixed issues

  • Incorrect correlation id sent in response to query for io.skupper.router.tcpConnection entities

1.5.3

17 Jan 21:18
Compare
Choose a tag to compare

Change log:

  • Added more information to the skupper debug dump outuput: pods, routes, services, and additional details.
  • Flow Collector: Fixes related to the host update.
  • Added a timeout flag for the podman site on the init and update commands.
  • Fixed the skupper update command to update the skupper-local-client only if necessary.
  • Improved errors when pulling images on podman sites.
  • Included routers from gateways in the network status command.
  • Added protocol information to the addresses in the ProcessRecord.

1.5.2

08 Jan 16:32
Compare
Choose a tag to compare

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:

#1300
#1303
#1323
#1281

1.5.1

06 Dec 13:33
Compare
Choose a tag to compare

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

30 Nov 16:11
d840642
Compare
Choose a tag to compare
main-release Pre-release
Pre-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

15 Nov 13:40
Compare
Choose a tag to compare

What is changed:

  • Improve handling of the target-namespace option.
  • Included updates for oauth-proxy and prometheus images.