Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2025

This PR contains the following updates:

Package Update Change
siderolabs/omni/omnictl minor v0.47.1 -> v0.48.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

siderolabs/omni (siderolabs/omni/omnictl)

v0.48.1

Compare Source

Omni 0.48.1 (2025-04-11)

Welcome to the v0.48.1 release of Omni!

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

Contributors
  • David Anderson
  • Brad Fitzpatrick
  • Utku Ozdemir
  • AdamEr8
  • Andrey Smirnov
  • Artem Chernyshev
  • Andrey Smirnov
  • Dominic Evans
  • Khionu Sybiern
  • Nathan Johnson
  • Ryan Cox
  • Vincent Batts
  • ignoramous
Changes
5 commits

  • ce82fb3 release(v0.48.1): prepare release
  • 09ea168 fix: fix existing alias check for exposed services
  • 0a760c1 fix: mark all exposed services to have a non-explicit alias
  • 0b6318a fix: revert workload proxy LB refactoring
  • f417d12 fix: use proper background for the sticky window in the code editor

Changes from siderolabs/tcpproxy
70 commits

  • 3d4e7b8 chore: rename to siderolabs/tcpproxy
  • 6f85d8e Implement correct half-close sequence for the connections.
  • 8bea9a4 Add support for TCP_USER_TIMEOUT setting
  • 91f8614 remove old ACME tls-sni-01 stuff that LetsEncrypt removed March 2019
  • 74ca1dc add Proxy.AddSNIRouteFunc to do lookups by SNI dynamically
  • 4e04b92 gofmt for Go 1.19
  • be3ee21 (doc): s/tlsproxy/tcpproxy
  • 2e577fe Modified TestProxyPROXYOut to conform with the fixed version of PROXY protocol header format
  • 0f9bced Fixed HAProxy's PROXY protocol v1 Human-readable header format in DialProxy
  • 2825d76 fix(test): update travis and e2e selfSignedCert fn
  • b6bb9b5 Update import path to inet.af/tcpproxy
  • dfa16c6 tlsrouter/README: fix the go get url
  • f5c09fb Take advantage of Go 1.11's splice support, unwrap Conns in DialProxy.HandleConn
  • 7f81f77 Work around deadlock with Go tip (at Go rev f3f7bd5)
  • 7efa37f Quiet log spam in test.
  • dbc1514 Adding the HostName field to the Conn struct (#​18)
  • 2b928d9 Link to docs
  • de1c7de Add support for arbitrary matching against HTTP and SNI hostnames.
  • c6a0996 Support configurable routing of ACME tls-sni-01 challenges.
  • 815c942 Merge matcher and route into an interface that yields a Target.
  • 2065af4 Support HAProxy's PROXY protocol v1 in DialProxy.
  • e030359 Fix golint nits by adding docstrings and simplifying execution flow.
  • 6d97c2a Correct the package building command, and only deploy for master branch commits.
  • aa12504 Another attempt to fix Travis.
  • f6af481 Make Travis test all packages, and remove the go.universe.tf import path.
  • d7e343e Fix the godoc link to point to google/tcpproxy.
  • bef9f6a Merge bradfitz's tcpproxy codebase with the software formerly known as tlsrouter.
  • d86e96a Move tlsrouter's readme to the command's directory.
  • 9e73877 Switch license to Apache2, add Google copyright headers.
  • cbf137d Correct the travis build to kinda work.
  • 3eb49e9 Move tlsrouter to cmd/tlsrouter, in preparation for rewrite as a pkg.
  • af97cdd Fix copy/paste-o in doc example.
  • 3273f40 Add vendor warning
  • e387889 Add TargetListener
  • 2eb0155 Start of tcpproxy. No Listener or reverse dialing yet.
  • c58b44c Make golint fail if lint errors are found, and fix said lint.
  • 4621df9 Clean up the Travis build a bit more, moving more stuff to the deploy stage.
  • 96cc76f Test Travis's new build stage support.
  • bbbede8 Make travis fetch the test-only dependency.
  • 4b8641f Add support for HAProxy's PROXY protocol.
  • d23eadc Upload packages based on Go 1.8, not 1.7.
  • 7ef32e3 Add Go 1.8 to the build matrix.
  • e07ecec typo
  • aa3f9c9 Remove debug print in acme code.
  • 6664640 Stop testing against Go 1.6.
  • 728b8bc Add ACME routing support.
  • a5c2ccd Use nogroup as the group, not nobody.
  • a94dbd1 Port extra error checking over from netboot.
  • 3cd4412 Clean up travis config a bit, and add missing copyright notice.
  • aded796 Add a deploy step to garbage-collect old packagecloud files.
  • 3e6354c Random change to force travis rebuild on latest code.
  • 77fa998 Attempt to create a package with no version name.
  • bfef4ba Revert to just debian/jessie. It's the same package anyway.
  • 173db90 Try the obvious way to specify a matrix of package tags.
  • ea58780 Limit the deploy to only the go 1.7 build.
  • a2d0c96 Skip cleanup so travis doesn't delete the freshly built .deb.
  • 73ee2e7 Attempt a packagecloud push.
  • cbd4ea6 Attempt to build a debian package with FPM.
  • 4f5b46f Add a systemd unit file to run tlsrouter.
  • 8cc8cac Document -hello-timeout in README.
  • e0a0158 Add slowloris protection, in the form of a ClientHello timeout.
  • 09cc4bb Remove support for SSL 3.0.
  • c41a68d Add tests for hostname matching, and make DNS matches match entire string.
  • 6546db4 Fix vet errors in Go 1.6.
  • e34c2a6 Add more words to README.
  • b321571 Add godoc comments to appease golint.
  • 55ba69d Add a Travis CI config.
  • b8a3ed8 Add DNS name support to config
  • 0a0a9f6 Add licensing and contributing information for release.
  • b1edd90 Initial commit.

Dependency Changes
  • github.com/golang-jwt/jwt/v4 v4.5.1 -> v4.5.2
  • github.com/siderolabs/tcpproxy v0.1.0 new

Previous release can be found at v0.48.0

v0.48.0

Compare Source

Omni 0.48.0 (2025-04-08)

Welcome to the v0.48.0 release of Omni!

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

Custom Etcd Backup Throughput

The throughput for etcd backup uploads/downloads can now be limited using the --etcd-backup-upload-limit-mbps and --etcd-backup-download-limit-mbps flags.

Explicit Exposed Service Prefixes

Users can now explicitly specify the prefix for exposed services using the omni-kube-service-exposer.sidero.dev/prefix annotation on their Kubernetes Services.

This is useful when users prefer not to have prefixes randomly generated.

Filter Clusters by Readiness

Clusters can now be filtered by readiness status in the Omni UI.

Cleanup of Unused Config Patches

User-managed config patches not associated with an existing target (e.g., cluster, machine set, or machine) are now cleaned up after 30 days.

Contributors
  • Artem Chernyshev
  • Utku Ozdemir
  • Dmitriy Matrenichev
  • Andrey Smirnov
  • Orzelius
  • Luke Milby
  • Matt Willsher
  • Nick Niehoff
  • Noel Georgi
Changes
55 commits

  • a78bad1 release(v0.48.0): prepare release
  • 9b811b3 chore: change upload and download limits flags to mbps
  • 6e4b386 release(v0.48.0-beta.0): prepare release
  • 5c4e983 fix: restore timeout in OmniSuite.SetupTest
  • 72405c7 fix: filter out device mapper/lvm disks from block devices
  • a91bb04 feat: use <platform>-installer[-secureboot] as the installer image
  • 77ab722 chore: rekres, bump Go, regenerate, fix docker-compose targets
  • 9338a1a fix: check proper jittered time in unit tests
  • 6978d31 chore: add support for jitter in EtcdBackupController
  • 143e7a6 feat: support filtering clusters by readiness
  • d93ae59 fix: ignore 404 errors when removing disconnected links of a cluster
  • 9abf37c fix: use clearer description on the machines page metrics
  • 2a20840 fix: correctly parse commas in label selectors
  • 764cec4 fix: show warning instead of error for etcd quorum being at min
  • 4f00856 chore: update dependencies
  • b6563c2 chore: bump default Talos version to 1.9.5, Kubernetes version to 1.32.3
  • 5ef843f fix: properly display error message when machine class removal failed
  • b91b673 fix: add more strict security headers to the web page handler
  • 57c005e feat: allow setting exposed service prefixes explicitly
  • 3c55a0b fix: do not allow http[s] urls in the redirect query
  • 0cd8212 fix: do not select USB sticks by default
  • 3650c60 fix: duplicate resources declaration in helm deployment
  • 7c50e8b fix: update text and description for SideroLink over GRPC
  • 4dea372 chore: add GOEXPERIMENT env to vscode config
  • e6e9202 test: fix the timing related flake in resource logger test
  • 3b0e831 fix: do not switch Siderolink GRPC tunnel mode after provisioning
  • 4a8546e fix: some updated icons were appearing as white
  • 1fb14d2 fix: do not clip the tooltip in the cluster machine status
  • 63a3c52 chore: update all used icons
  • 1e721e5 feat: cleanup orphan config patches
  • f7da5d0 chore: rework EtcdBackupControllerSuite to use synctest experiment
  • a5efd81 feat: validate incoming packets addresses in siderolink manager
  • 966b99c chore: rekres to enable separate cache
  • b1c71f0 feat: add support for custom throughput for uploads and downloads
  • 86976d3 perf: move etcd backup status resources into secondary storage
  • 1e67803 fix: remove force unique token annotation from the link on wipe
  • 9012978 chore: replace InfoIterator with iter.Seq2 type
  • b519c6c chore: migrate ConfigPatches above threshold of 2048
  • b264a41 fix: properly support the PXE and ISO machines in the secure tokens flow
  • fd2d340 fix: exclude metal-agent extension from available extensions
  • c6e5a5f chore: enable compression only for ConfigPatch
  • bd264cd chore: expose omni_runtime_cached_resources metric
  • e751022 chore: rework Reconciler to use proper http.Transport
  • 2bb38e3 chore: add omni_machine_config_patch_size metrics
  • 075698d fix: preserve SideroLink tunnel config on machine allocation
  • 56fbf31 fix: skip applying maintenance config to unsupported machines
  • bfd24e5 fix: disable compressConfigsAndMachinePatches
  • 82d1f09 fix: fix exposed service links on the sidebar
  • 9e7d8fb fix: increase log level of the SideroLink GRPC tunnel handler
  • ad34182 fix: properly build the search query on the Machines page
  • 517c294 chore: add logging for migrations
  • aef8b43 fix: extensions list hidden on small screens
  • 57cea88 chore: warn if cluster doesn't exist in omnictl talosconfig command
  • ef32e43 fix: increase log level of the SideroLink GRPC tunnel handler
  • 510512e fix: properly read the siderolink-disable-last-endpoint flag

Changes since v0.48.0-beta.0
2 commits

  • a78bad1 release(v0.48.0): prepare release
  • 9b811b3 chore: change upload and download limits flags to mbps

Changes from siderolabs/discovery-api
1 commit

  • 64513a6 feat: rekres, regenerate proto files

Changes from siderolabs/discovery-client
1 commit

  • b3632c4 feat: support extra dial options in the client

Changes from siderolabs/discovery-service
3 commits

  • 008fcae release(v1.0.10): prepare release
  • 6a44f8c chore: bump dependencies
  • 761d53a feat: update dependencies

Changes from siderolabs/go-kubernetes
3 commits

  • 9ba5654 fix: fix ignoring alpha/beta version parsing
  • 0fe1db4 feat: update for new changes in Kubernetes 1.33.0-alpha.3
  • 804cb44 feat: add support for Kubernetes to 1.33

Changes from siderolabs/go-loadbalancer
1 commit

  • 589c33a chore: upgrade upstream.List and loadbalancer.TCP to Go 1.23

Changes from siderolabs/go-pointer
1 commit

  • 347ee9b chore: rekres, update dependencies

Changes from siderolabs/image-factory
8 commits

  • c6e3fa6 release(v0.6.7): prepare release
  • f896663 feat: update Talos to v1.10.0-alpha.1
  • 0931477 release(v0.6.6): prepare release
  • b80192a feat: refactor platform metadata
  • 4bb43ef fix: add imgfree to ipxe boot script
  • d5f3f5a feat: update for Talos 1.10 current
  • e727003 chore: update go-uefi module
  • 3b302c6 feat: set secure boot support for nocloud platform

Changes from siderolabs/siderolink
1 commit

  • a7af143 feat: support packets filtering before writing them to the tun device

Dependency Changes
  • github.com/ProtonMail/gopenpgp/v2 v2.8.2 -> v2.8.3
  • github.com/auth0/go-jwt-middleware/v2 v2.2.2 -> v2.3.0
  • github.com/aws/aws-sdk-go-v2 v1.32.8 -> v1.36.3
  • github.com/aws/aws-sdk-go-v2/config v1.28.11 -> v1.29.9
  • github.com/aws/aws-sdk-go-v2/credentials v1.17.52 -> v1.17.62
  • github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.49 -> v1.17.66
  • github.com/aws/aws-sdk-go-v2/service/s3 v1.72.3 -> v1.78.2
  • github.com/aws/smithy-go v1.22.1 -> v1.22.3
  • github.com/cenkalti/backoff/v5 v5.0.2 new
  • github.com/containers/image/v5 v5.33.0 -> v5.34.2
  • github.com/cosi-project/runtime v0.9.4 -> v0.10.1
  • github.com/emicklei/dot v1.6.4 -> v1.8.0
  • github.com/go-jose/go-jose/v4 v4.0.4 -> v4.0.5
  • github.com/google/go-cmp v0.6.0 -> v0.7.0
  • github.com/google/go-containerregistry v0.20.2 -> v0.20.3
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 -> v2.26.3
  • github.com/hashicorp/vault/api v1.15.0 -> v1.16.0
  • github.com/hashicorp/vault/api/auth/kubernetes v0.8.0 -> v0.9.0
  • github.com/jellydator/ttlcache/v3 v3.3.0 new
  • github.com/johannesboyne/gofakes3 0da3aa9 -> 5c39aec
  • github.com/klauspost/compress v1.18.0 new
  • github.com/prometheus/client_golang v1.20.5 -> v1.21.1
  • github.com/prometheus/common v0.62.0 -> v0.63.0
  • github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 new
  • github.com/siderolabs/discovery-api v0.1.5 -> v0.1.6
  • github.com/siderolabs/discovery-client v0.1.10 -> v0.1.11
  • github.com/siderolabs/discovery-service v1.0.9 -> v1.0.10
  • github.com/siderolabs/go-kubernetes v0.2.17 -> v0.2.20
  • github.com/siderolabs/go-loadbalancer v0.3.4 -> v0.4.0
  • github.com/siderolabs/go-pointer v1.0.0 -> v1.0.1
  • github.com/siderolabs/image-factory v0.6.5 -> v0.6.7
  • github.com/siderolabs/omni/client v0.45.0 -> v0.47.1
  • github.com/siderolabs/siderolink v0.3.12 -> v0.3.13
  • github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.0 -> v1.10.0-alpha.2
  • github.com/spf13/cobra v1.8.1 -> v1.9.1
  • github.com/stripe/stripe-go/v76 v76.25.0 new
  • github.com/zitadel/oidc/v3 v3.34.0 -> v3.36.1
  • go.etcd.io/bbolt v1.3.11 -> v1.4.0
  • go.etcd.io/etcd/client/pkg/v3 v3.5.18 -> v3.5.19
  • go.etcd.io/etcd/client/v3 v3.5.18 -> v3.5.19
  • go.etcd.io/etcd/server/v3 v3.5.18 -> v3.5.19
  • go.uber.org/mock v0.5.0 new
  • golang.org/x/crypto v0.33.0 -> v0.36.0
  • golang.org/x/net v0.35.0 -> v0.37.0
  • golang.org/x/sync v0.11.0 -> v0.12.0
  • golang.org/x/time v0.11.0 new
  • golang.org/x/tools v0.29.0 -> v0.31.0
  • google.golang.org/grpc v1.70.0 -> v1.71.0
  • google.golang.org/protobuf v1.36.4 -> v1.36.5
  • k8s.io/api v0.32.0 -> v0.32.3
  • k8s.io/client-go v0.32.0 -> v0.32.3
  • sigs.k8s.io/controller-runtime v0.19.4 -> v0.20.3

Previous release can be found at v0.47.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Apr 8, 2025
@renovate renovate bot force-pushed the renovate/siderolabs-omni-omnictl-0.x branch 16 times, most recently from a1a601d to 68286bf Compare April 11, 2025 11:39
@renovate renovate bot changed the title Update dependency siderolabs/omni/omnictl to v0.48.0 Update dependency siderolabs/omni/omnictl to v0.48.1 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/siderolabs-omni-omnictl-0.x branch from 68286bf to 0b7f450 Compare April 11, 2025 15:00
@renovate renovate bot force-pushed the renovate/siderolabs-omni-omnictl-0.x branch from 0b7f450 to 4ea1c5f Compare April 11, 2025 18:59
@renovate renovate bot merged commit e8005d2 into main Apr 11, 2025
12 checks passed
@renovate renovate bot deleted the renovate/siderolabs-omni-omnictl-0.x branch April 11, 2025 21:42
rmvangun added a commit that referenced this pull request Apr 23, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant