Skip to content

Releases: siderolabs/omni

v0.43.1

17 Oct 18:45
v0.43.1
ed779c9
Compare
Choose a tag to compare

Omni 0.43.1 (2024-10-17)

Welcome to the v0.43.1 release of Omni!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

Contributors

  • Artem Chernyshev
  • Dmitriy Matrenichev

Changes

3 commits

  • ed779c9 release(v0.43.1): prepare release
  • dbdbcb6 fix: introduce timeout in the etcd healthchecks in the machine set ctrl
  • cd1f88f chore: remove ip_address field from audit log session

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.43.0

v0.43.0

11 Oct 19:22
v0.43.0
3655206
Compare
Choose a tag to compare

Omni 0.43.0 (2024-10-11)

Welcome to the v0.43.0 release of Omni!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

gRPC Tunnel

gRPC tunnel for wireguard can now be enabled when downloading the installation media from Omni.

Talos Diagnostics

Omni now shows Talos diagnostics information for Talos >= 1.8.0.

Contributors

  • Artem Chernyshev
  • Utku Ozdemir
  • Dmitriy Matrenichev
  • Andrey Smirnov
  • Birger J. Nordølum
  • Justin Garrison

Changes

28 commits

  • 3655206 release(v0.43.0): prepare release
  • 397f204 feat: display pending machine requests in the machine sets
  • 0d66194 release(v0.43.0-beta.0): prepare release
  • 4084b6e fix: get proper IP from peer metadata
  • d547889 fix: filter requests in the infra provision controller
  • d1c9d9d chore: set peer.address to inform about IP status
  • 23a4092 chore: refactor code
  • 5630d83 fix: ignore parse errors in the log parser
  • 8334c59 chore: add a way to get provider data in the infra provider
  • cc71fb6 feat: support auto provisioned machine classes
  • 41c3bd5 fix: support whitespaces in the label selectors
  • 99191c6 feat: integrate with Talos diagnostics
  • dcf89d9 feat: update Omni for Talos 1.8 machinery
  • a04b07f test: fix the error message in infra test
  • 3e3e53b chore: fix capitalization of wireguard
  • f69ff37 feat: make infra provider report back it's information: schema, name
  • 7555312 fix: get rid of the exceptions in the ui
  • 8e48723 feat: support attaching machine sets to a machine request sets
  • bb2f52d chore: drop machine class status and machine set pressure resources
  • 3ef1f85 fix: call deprovision only after the machine request status is deleted
  • 423f729 chore: bump default versions: Talos 1.7.6, Kubernetes 1.30.5
  • c4a4151 feat: allow specifying grpc tunnel option explicitly for install media
  • bb14ed6 fix: parse machine labels and extensions as slices in omnictl download
  • 9e033d7 docs: update omni template so docs are easier
  • 4c329db fix: update COSI runtime
  • 81e08eb test: run infra integration tests against Talemu provider
  • f83cf3b fix: pin apexcharts version to 3.45.2
  • e3d46f9 feat: implement compression of config fields on resources

Changes since v0.43.0-beta.0

2 commits

  • 3655206 release(v0.43.0): prepare release
  • 397f204 feat: display pending machine requests in the machine sets

Dependency Changes

  • github.com/cosi-project/runtime v0.6.1 -> v0.6.3
  • github.com/cosi-project/state-etcd v0.3.1 -> v0.3.2
  • github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 new
  • github.com/siderolabs/talos/pkg/machinery 6f7c3a8e5c63 -> v1.8.0

Previous release can be found at v0.42.0

v0.43.0-beta.0

09 Oct 19:08
v0.43.0-beta.0
0d66194
Compare
Choose a tag to compare
v0.43.0-beta.0 Pre-release
Pre-release

Omni 0.43.0-beta.0 (2024-10-09)

Welcome to the v0.43.0-beta.0 release of Omni!
This is a pre-release of Omni

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

gRPC Tunnel

gRPC tunnel for wireguard can now be enabled when downloading the installation media from Omni.

Talos Diagnostics

Omni now shows Talos diagnostics information for Talos >= 1.8.0.

Contributors

  • Artem Chernyshev
  • Utku Ozdemir
  • Dmitriy Matrenichev
  • Andrey Smirnov
  • Birger J. Nordølum
  • Justin Garrison

Changes

26 commits

  • 0d66194 release(v0.43.0-beta.0): prepare release
  • 4084b6e fix: get proper IP from peer metadata
  • d547889 fix: filter requests in the infra provision controller
  • d1c9d9d chore: set peer.address to inform about IP status
  • 23a4092 chore: refactor code
  • 5630d83 fix: ignore parse errors in the log parser
  • 8334c59 chore: add a way to get provider data in the infra provider
  • cc71fb6 feat: support auto provisioned machine classes
  • 41c3bd5 fix: support whitespaces in the label selectors
  • 99191c6 feat: integrate with Talos diagnostics
  • dcf89d9 feat: update Omni for Talos 1.8 machinery
  • a04b07f test: fix the error message in infra test
  • 3e3e53b chore: fix capitalization of wireguard
  • f69ff37 feat: make infra provider report back it's information: schema, name
  • 7555312 fix: get rid of the exceptions in the ui
  • 8e48723 feat: support attaching machine sets to a machine request sets
  • bb2f52d chore: drop machine class status and machine set pressure resources
  • 3ef1f85 fix: call deprovision only after the machine request status is deleted
  • 423f729 chore: bump default versions: Talos 1.7.6, Kubernetes 1.30.5
  • c4a4151 feat: allow specifying grpc tunnel option explicitly for install media
  • bb14ed6 fix: parse machine labels and extensions as slices in omnictl download
  • 9e033d7 docs: update omni template so docs are easier
  • 4c329db fix: update COSI runtime
  • 81e08eb test: run infra integration tests against Talemu provider
  • f83cf3b fix: pin apexcharts version to 3.45.2
  • e3d46f9 feat: implement compression of config fields on resources

Dependency Changes

  • github.com/cosi-project/runtime v0.6.1 -> v0.6.3
  • github.com/cosi-project/state-etcd v0.3.1 -> v0.3.2
  • github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 new
  • github.com/siderolabs/talos/pkg/machinery 6f7c3a8e5c63 -> v1.8.0

Previous release can be found at v0.42.0

v0.42.3

17 Sep 18:05
v0.42.3
12e9a65
Compare
Choose a tag to compare

Omni 0.42.3 (2024-09-17)

Welcome to the v0.42.3 release of Omni!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

Contributors

  • Artem Chernyshev

Changes

3 commits

  • 12e9a65 release(v0.42.3): prepare release
  • 89860d5 fix: call deprovision only after the machine request status is deleted
  • 42218d0 release(v0.42.2): prepare release

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.42.2

v0.42.2

17 Sep 13:42
v0.42.2
465f5a1
Compare
Choose a tag to compare

Omni 0.42.2 (2024-09-17)

Welcome to the v0.42.2 release of Omni!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

Contributors

  • Artem Chernyshev

Changes

3 commits

  • 465f5a1 fix: update COSI runtime
  • b2c9b61 release(v0.42.1): prepare release
  • fefbb18 fix: pin apexcharts version to 3.45.2

Changes since v0.42.1

1 commit

Dependency Changes

  • github.com/cosi-project/runtime v0.6.1 -> v0.6.3
  • github.com/cosi-project/state-etcd v0.3.1 -> v0.3.2

Previous release can be found at v0.42.0

v0.42.1

12 Sep 13:11
v0.42.1
b2c9b61
Compare
Choose a tag to compare

Omni 0.42.1 (2024-09-12)

Welcome to the v0.42.1 release of Omni!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

Contributors

  • Artem Chernyshev

Changes

2 commits

  • b2c9b61 release(v0.42.1): prepare release
  • fefbb18 fix: pin apexcharts version to 3.45.2

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.42.0

v0.42.0

10 Sep 20:52
v0.42.0
06a1553
Compare
Choose a tag to compare

Omni 0.42.0 (2024-09-10)

Welcome to the v0.42.0 release of Omni!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

Allow multiple IP's in siderolink-wireguard-advertised-addr flag

The siderolink-wireguard-advertised-addr flag now accepts multiple IP addresses separated by commas. This is useful
when you have multiple IPs (IPv4 and IPv6) on the host machine and want to allow Talos nodes to connect to the Omni
using any of them.

Audit log

It is now possible to get the audit log from the Omni. By default it's disabled. To enable, pass
--audit-log-dir <dir> to the Omni. The audit log will be written to the specified directory, separated by day.

Retention is set to 30 days (including the current day). The audit log is written in JSON format, where each entry is
a JSON object.

There are two ways to get audit log, and for both you need Admin role:

  1. By using the UI: Simply click "Download audit log" in the main menu.
  2. Using omnictl audit-log command. This command will stream the audit log from the Omni to the local machine stdout.

Cluster Sort

Cluster list on Clusters page can now be sorted by name or creation date.
Before it was always sorted by creation date (newest first).

TLS Cert Reload

Omni service can now reload the TLS certs without restart.

Contributors

  • Artem Chernyshev
  • Dmitriy Matrenichev
  • Andrey Smirnov
  • Utku Ozdemir
  • Noel Georgi
  • Justin Garrison

Changes

31 commits

  • 06a1553 release(v0.42.0): prepare release
  • 4ed9049 fix: hide download audit log button if audit logs feature is disabled
  • b6b252e fix: use YAML representation in omnictl get
  • 44e1c5d release(v0.42.0-beta.0): prepare release
  • c076c3c fix: filter readonly, CD and loop devices for 1.8
  • 0360422 feat: support passing extra data through the siderolink join token
  • 381021e fix: calculate requested and connected machines in the ClusterStatus
  • 7abb0f5 chore: bump deps
  • 464f699 chore: rename CloudProvider to InfraProvider
  • bfe036e chore: allow to specify start and end time for audit-log
  • e2f5795 chore: allow multiple IP's for siderolink-wireguard-advertised-addr flag
  • 3c1defe fix: fix spelling for hover text
  • 76ba670 chore: allow users with admin role to download audit log from UI
  • e8d578a fix: add siderolink connection params to the infra provider interface
  • 4a82cd0 chore: rewrite renamed extension names on Talos version updates
  • 56c0394 fix: always remove finalizers from the ClusterMachineStatus
  • ce45042 feat: implement MachineRequestSets and support links cleanup flow
  • 85aaf1c feat: support sorting cluster by name, creation time
  • 95c8210 feat: implement base infra provider library
  • a32a6fa feat: reload TLS certs without restart
  • 00ae084 fix: delete upgrade meta key from nodes after upgrades
  • 3f5c0f8 chore: enable 'github.com/planetscale/vtprotobuf' encoding
  • 34a8c36 chore: rekres to get BUSL license change date updated on releases
  • bf188e4 chore: implement audit log reader
  • 5d48547 chore: use range-over-func iterators for resource iteration
  • dc349c1 chore: do a full generate with latest deps
  • 67f2e8d chore: print error on closing secondary storage backing store
  • 89e8a62 fix: pass the logger to machine logs circular buffer
  • d2387d9 fix: use a separate phase for the extensions installation
  • cbfe7c9 chore: add periodic cleanup of old log files
  • aea900f fix: display machines in tearing down state

Changes since v0.42.0-beta.0

3 commits

  • 06a1553 release(v0.42.0): prepare release
  • 4ed9049 fix: hide download audit log button if audit logs feature is disabled
  • b6b252e fix: use YAML representation in omnictl get

Changes from siderolabs/discovery-service

1 commit

Changes from siderolabs/go-api-signature

2 commits

  • 8807c5e fix: account for time truncation to a second resolution
  • 1b35ea8 chore: bump deps and fix data race

Changes from siderolabs/go-debug

1 commit

  • c8f9b12 chore: add support for Go 1.23

Changes from siderolabs/go-talos-support

3 commits

  • 58f4f0f chore: bump Go dependencies
  • f9d46fd fix: add dns-resolve-cache to the list of logs gathered
  • 69891cf chore: remove containerd dependency

Changes from siderolabs/image-factory

9 commits

  • fe9134a release(v0.5.0): prepare release
  • 7f09750 feat: update to Talos 1.8
  • b985abc fix: cache generated system extension image correctly
  • 9687413 fix: set SOURCE_DATA_EPOCH
  • fef0833 chore: add in new helios64 overlay
  • 03bd46f feat: support inclusion on well-known UEFI SecureBoot certs
  • 608a6f0 chore: alias nvidia extensions to lts versions
  • 8b4e0d9 chore: make metatadata pkg public
  • 7a4de58 chore: build multi-arch image

Dependency Changes

  • github.com/auth0/go-jwt-middleware/v2 v2.2.1 -> v2.2.2
  • github.com/aws/aws-sdk-go-v2 ...
Read more

v0.42.0-beta.0

06 Sep 15:56
v0.42.0-beta.0
44e1c5d
Compare
Choose a tag to compare
v0.42.0-beta.0 Pre-release
Pre-release

Omni 0.42.0-beta.0 (2024-09-06)

Welcome to the v0.42.0-beta.0 release of Omni!
This is a pre-release of Omni

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

Allow multiple IP's in siderolink-wireguard-advertised-addr flag

The siderolink-wireguard-advertised-addr flag now accepts multiple IP addresses separated by commas. This is useful
when you have multiple IPs (IPv4 and IPv6) on the host machine and want to allow Talos nodes to connect to the Omni
using any of them.

Audit log

It is now possible to get the audit log from the Omni. By default it's disabled. To enable, pass
--audit-log-dir <dir> to the Omni. The audit log will be written to the specified directory, separated by day.

Retention is set to 30 days (including the current day). The audit log is written in JSON format, where each entry is
a JSON object.

There are two ways to get audit log, and for both you need Admin role:

  1. By using the UI: Simply click "Download audit log" in the main menu.
  2. Using omnictl audit-log command. This command will stream the audit log from the Omni to the local machine stdout.

Cluster Sort

Cluster list on Clusters page can now be sorted by name or creation date.
Before it was always sorted by creation date (newest first).

TLS Cert Reload

Omni service can now reload the TLS certs without restart.

Contributors

  • Dmitriy Matrenichev
  • Artem Chernyshev
  • Andrey Smirnov
  • Utku Ozdemir
  • Noel Georgi
  • Justin Garrison

Changes

28 commits

  • 44e1c5d release(v0.42.0-beta.0): prepare release
  • c076c3c fix: filter readonly, CD and loop devices for 1.8
  • 0360422 feat: support passing extra data through the siderolink join token
  • 381021e fix: calculate requested and connected machines in the ClusterStatus
  • 7abb0f5 chore: bump deps
  • 464f699 chore: rename CloudProvider to InfraProvider
  • bfe036e chore: allow to specify start and end time for audit-log
  • e2f5795 chore: allow multiple IP's for siderolink-wireguard-advertised-addr flag
  • 3c1defe fix: fix spelling for hover text
  • 76ba670 chore: allow users with admin role to download audit log from UI
  • e8d578a fix: add siderolink connection params to the infra provider interface
  • 4a82cd0 chore: rewrite renamed extension names on Talos version updates
  • 56c0394 fix: always remove finalizers from the ClusterMachineStatus
  • ce45042 feat: implement MachineRequestSets and support links cleanup flow
  • 85aaf1c feat: support sorting cluster by name, creation time
  • 95c8210 feat: implement base infra provider library
  • a32a6fa feat: reload TLS certs without restart
  • 00ae084 fix: delete upgrade meta key from nodes after upgrades
  • 3f5c0f8 chore: enable 'github.com/planetscale/vtprotobuf' encoding
  • 34a8c36 chore: rekres to get BUSL license change date updated on releases
  • bf188e4 chore: implement audit log reader
  • 5d48547 chore: use range-over-func iterators for resource iteration
  • dc349c1 chore: do a full generate with latest deps
  • 67f2e8d chore: print error on closing secondary storage backing store
  • 89e8a62 fix: pass the logger to machine logs circular buffer
  • d2387d9 fix: use a separate phase for the extensions installation
  • cbfe7c9 chore: add periodic cleanup of old log files
  • aea900f fix: display machines in tearing down state

Changes from siderolabs/discovery-service

1 commit

Changes from siderolabs/go-api-signature

2 commits

  • 8807c5e fix: account for time truncation to a second resolution
  • 1b35ea8 chore: bump deps and fix data race

Changes from siderolabs/go-debug

1 commit

  • c8f9b12 chore: add support for Go 1.23

Changes from siderolabs/go-talos-support

3 commits

  • 58f4f0f chore: bump Go dependencies
  • f9d46fd fix: add dns-resolve-cache to the list of logs gathered
  • 69891cf chore: remove containerd dependency

Changes from siderolabs/image-factory

9 commits

  • fe9134a release(v0.5.0): prepare release
  • 7f09750 feat: update to Talos 1.8
  • b985abc fix: cache generated system extension image correctly
  • 9687413 fix: set SOURCE_DATA_EPOCH
  • fef0833 chore: add in new helios64 overlay
  • 03bd46f feat: support inclusion on well-known UEFI SecureBoot certs
  • 608a6f0 chore: alias nvidia extensions to lts versions
  • 8b4e0d9 chore: make metatadata pkg public
  • 7a4de58 chore: build multi-arch image

Dependency Changes

  • github.com/auth0/go-jwt-middleware/v2 v2.2.1 -> v2.2.2
  • github.com/aws/aws-sdk-go-v2 v1.30.3 -> v1.30.4
  • github.com/aws/aws-sdk-go-v2/config v1.27.27 -> v1.27.31
  • github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.17.30
  • github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.10 -> v1.17.16
  • github.com/aws/aws-sdk-go-v2/service/s3 v1.58.3 -> v1.61.0
  • github.com/aws/smithy-go v1.20.3 -> v1.20.4
  • github.com/containers/image/v5 v5.32.1 -> v5.32.2
  • github.com/cosi-project/runtime v0.5.5 -> v0.6.1
  • github.com/cosi-project/state-etcd v0.3.0 -> v0.3.1
  • github.com/fsnotify/fsnotify v1.7.0 new
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 -> v2.22.0
  • github.com/prometheus/client_golang v1.19.1 -> v1.20.2
  • github.com/prometheus/common v0.55.0 -> v0.57.0
  • **github...
Read more

v0.41.0

19 Aug 16:01
v0.41.0
81b83d8
Compare
Choose a tag to compare

Omni 0.41.0 (2024-08-19)

Welcome to the v0.41.0 release of Omni!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

Contributors

  • Artem Chernyshev
  • Andrey Smirnov
  • Dmitriy Matrenichev
  • Utku Ozdemir
  • Brant Gurganus
  • Justin Garrison

Changes

19 commits

  • 81b83d8 release(v0.41.0): prepare release
  • dcd123d fix: workload service reconciler
  • a173c8a docs: update doc urls
  • daa6d26 release(v0.41.0-beta.0): prepare release
  • 1cb1080 feat: bump kube-service-exposer to v0.2.0
  • dd510e9 fix: properly cleanup tearing down exposed services
  • 0bec3e4 chore: bump deps
  • 6080c25 test: fix several flaky tests
  • 99f9317 chore: implement audit log for several types
  • ee73083 fix: properly remove MachineSetNode finalizer in the controller
  • 16b008b fix: increase LRU cache size for Talos and Kubernetes clients
  • 36c7b10 fix: skip reconciling redacted machine config on no input changes
  • f0b44b1 fix: add gRPC read buffer pool for etcd client
  • b1fceea fix: properly handle ExposedService resource finalizers
  • 5e35cbe fix: fix nil pointer dereference in workload proxy reconciler
  • 4746652 docs: add a stringArray example for extensions
  • 7536191 chore: implement labels extractor controller for more efficient code
  • 7df58fe chore: add request label to the links created by the cloud provider
  • d194d59 feat: implement audit log

Changes since v0.41.0-beta.0

3 commits

  • 81b83d8 release(v0.41.0): prepare release
  • dcd123d fix: workload service reconciler
  • a173c8a docs: update doc urls

Dependency Changes

  • github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.8 -> v1.17.10
  • github.com/aws/aws-sdk-go-v2/service/s3 v1.58.2 -> v1.58.3
  • github.com/containers/image/v5 v5.31.1 -> v5.32.1
  • github.com/go-jose/go-jose/v4 v4.0.3 -> v4.0.4
  • github.com/google/go-containerregistry v0.20.1 -> v0.20.2
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 -> v2.21.0
  • github.com/johannesboyne/gofakes3 99de01ee122d -> edd0227ffc37
  • github.com/prometheus/common v0.55.0 new
  • github.com/zitadel/oidc/v3 v3.26.0 -> v3.27.0
  • go.etcd.io/etcd/client/pkg/v3 v3.5.14 -> v3.5.15
  • go.etcd.io/etcd/client/v3 v3.5.14 -> v3.5.15
  • go.etcd.io/etcd/server/v3 v3.5.14 -> v3.5.15
  • golang.org/x/crypto v0.25.0 -> v0.26.0
  • golang.org/x/net v0.27.0 -> v0.28.0
  • golang.org/x/sync v0.7.0 -> v0.8.0
  • golang.org/x/tools v0.22.0 -> v0.24.0
  • k8s.io/api v0.30.3 -> v0.31.0
  • k8s.io/apimachinery v0.30.3 -> v0.31.0
  • k8s.io/client-go v0.30.3 -> v0.31.0
  • sigs.k8s.io/controller-runtime v0.18.4 -> v0.18.5

Previous release can be found at v0.40.0

v0.41.0-beta.0

16 Aug 17:11
v0.41.0-beta.0
daa6d26
Compare
Choose a tag to compare
v0.41.0-beta.0 Pre-release
Pre-release

Omni 0.41.0-beta.0 (2024-08-16)

Welcome to the v0.41.0-beta.0 release of Omni!
This is a pre-release of Omni

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

Contributors

  • Artem Chernyshev
  • Andrey Smirnov
  • Dmitriy Matrenichev
  • Utku Ozdemir
  • Brant Gurganus

Changes

16 commits

  • daa6d26 release(v0.41.0-beta.0): prepare release
  • 1cb1080 feat: bump kube-service-exposer to v0.2.0
  • dd510e9 fix: properly cleanup tearing down exposed services
  • 0bec3e4 chore: bump deps
  • 6080c25 test: fix several flaky tests
  • 99f9317 chore: implement audit log for several types
  • ee73083 fix: properly remove MachineSetNode finalizer in the controller
  • 16b008b fix: increase LRU cache size for Talos and Kubernetes clients
  • 36c7b10 fix: skip reconciling redacted machine config on no input changes
  • f0b44b1 fix: add gRPC read buffer pool for etcd client
  • b1fceea fix: properly handle ExposedService resource finalizers
  • 5e35cbe fix: fix nil pointer dereference in workload proxy reconciler
  • 4746652 docs: add a stringArray example for extensions
  • 7536191 chore: implement labels extractor controller for more efficient code
  • 7df58fe chore: add request label to the links created by the cloud provider
  • d194d59 feat: implement audit log

Dependency Changes

  • github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.8 -> v1.17.10
  • github.com/aws/aws-sdk-go-v2/service/s3 v1.58.2 -> v1.58.3
  • github.com/containers/image/v5 v5.31.1 -> v5.32.1
  • github.com/go-jose/go-jose/v4 v4.0.3 -> v4.0.4
  • github.com/google/go-containerregistry v0.20.1 -> v0.20.2
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 -> v2.21.0
  • github.com/johannesboyne/gofakes3 99de01ee122d -> edd0227ffc37
  • github.com/prometheus/common v0.55.0 new
  • github.com/zitadel/oidc/v3 v3.26.0 -> v3.27.0
  • go.etcd.io/etcd/client/pkg/v3 v3.5.14 -> v3.5.15
  • go.etcd.io/etcd/client/v3 v3.5.14 -> v3.5.15
  • go.etcd.io/etcd/server/v3 v3.5.14 -> v3.5.15
  • golang.org/x/crypto v0.25.0 -> v0.26.0
  • golang.org/x/net v0.27.0 -> v0.28.0
  • golang.org/x/sync v0.7.0 -> v0.8.0
  • golang.org/x/tools v0.22.0 -> v0.24.0
  • k8s.io/api v0.30.3 -> v0.31.0
  • k8s.io/apimachinery v0.30.3 -> v0.31.0
  • k8s.io/client-go v0.30.3 -> v0.31.0
  • sigs.k8s.io/controller-runtime v0.18.4 -> v0.18.5

Previous release can be found at v0.40.0