Update dependency siderolabs/omni/omnictl to v0.48.1 #977
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.47.1->v0.48.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
siderolabs/omni (siderolabs/omni/omnictl)
v0.48.1Compare 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
Changes
5 commits
ce82fb3release(v0.48.1): prepare release09ea168fix: fix existing alias check for exposed services0a760c1fix: mark all exposed services to have a non-explicit alias0b6318afix: revert workload proxy LB refactoringf417d12fix: use proper background for the sticky window in the code editorChanges from siderolabs/tcpproxy
70 commits
3d4e7b8chore: rename to siderolabs/tcpproxy6f85d8eImplement correct half-close sequence for the connections.8bea9a4Add support for TCP_USER_TIMEOUT setting91f8614remove old ACME tls-sni-01 stuff that LetsEncrypt removed March 201974ca1dcadd Proxy.AddSNIRouteFunc to do lookups by SNI dynamically4e04b92gofmt for Go 1.19be3ee21(doc): s/tlsproxy/tcpproxy2e577feModified TestProxyPROXYOut to conform with the fixed version of PROXY protocol header format0f9bcedFixed HAProxy's PROXY protocol v1 Human-readable header format in DialProxy2825d76fix(test): update travis and e2e selfSignedCert fnb6bb9b5Update import path to inet.af/tcpproxydfa16c6tlsrouter/README: fix the go get urlf5c09fbTake advantage of Go 1.11's splice support, unwrap Conns in DialProxy.HandleConn7f81f77Work around deadlock with Go tip (at Go revf3f7bd5)7efa37fQuiet log spam in test.dbc1514Adding the HostName field to the Conn struct (#18)2b928d9Link to docsde1c7deAdd support for arbitrary matching against HTTP and SNI hostnames.c6a0996Support configurable routing of ACME tls-sni-01 challenges.815c942Merge matcher and route into an interface that yields a Target.2065af4Support HAProxy's PROXY protocol v1 in DialProxy.e030359Fix golint nits by adding docstrings and simplifying execution flow.6d97c2aCorrect the package building command, and only deploy for master branch commits.aa12504Another attempt to fix Travis.f6af481Make Travis test all packages, and remove the go.universe.tf import path.d7e343eFix the godoc link to point to google/tcpproxy.bef9f6aMerge bradfitz's tcpproxy codebase with the software formerly known as tlsrouter.d86e96aMove tlsrouter's readme to the command's directory.9e73877Switch license to Apache2, add Google copyright headers.cbf137dCorrect the travis build to kinda work.3eb49e9Move tlsrouter to cmd/tlsrouter, in preparation for rewrite as a pkg.af97cddFix copy/paste-o in doc example.3273f40Add vendor warninge387889Add TargetListener2eb0155Start of tcpproxy. No Listener or reverse dialing yet.c58b44cMake golint fail if lint errors are found, and fix said lint.4621df9Clean up the Travis build a bit more, moving more stuff to the deploy stage.96cc76fTest Travis's new build stage support.bbbede8Make travis fetch the test-only dependency.4b8641fAdd support for HAProxy's PROXY protocol.d23eadcUpload packages based on Go 1.8, not 1.7.7ef32e3Add Go 1.8 to the build matrix.e07ecectypoaa3f9c9Remove debug print in acme code.6664640Stop testing against Go 1.6.728b8bcAdd ACME routing support.a5c2ccdUse nogroup as the group, not nobody.a94dbd1Port extra error checking over from netboot.3cd4412Clean up travis config a bit, and add missing copyright notice.aded796Add a deploy step to garbage-collect old packagecloud files.3e6354cRandom change to force travis rebuild on latest code.77fa998Attempt to create a package with no version name.bfef4baRevert to just debian/jessie. It's the same package anyway.173db90Try the obvious way to specify a matrix of package tags.ea58780Limit the deploy to only the go 1.7 build.a2d0c96Skip cleanup so travis doesn't delete the freshly built .deb.73ee2e7Attempt a packagecloud push.cbd4ea6Attempt to build a debian package with FPM.4f5b46fAdd a systemd unit file to run tlsrouter.8cc8cacDocument -hello-timeout in README.e0a0158Add slowloris protection, in the form of a ClientHello timeout.09cc4bbRemove support for SSL 3.0.c41a68dAdd tests for hostname matching, and make DNS matches match entire string.6546db4Fix vet errors in Go 1.6.e34c2a6Add more words to README.b321571Add godoc comments to appease golint.55ba69dAdd a Travis CI config.b8a3ed8Add DNS name support to config0a0a9f6Add licensing and contributing information for release.b1edd90Initial commit.Dependency Changes
Previous release can be found at v0.48.0
v0.48.0Compare 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-mbpsand--etcd-backup-download-limit-mbpsflags.Explicit Exposed Service Prefixes
Users can now explicitly specify the prefix for exposed services using the
omni-kube-service-exposer.sidero.dev/prefixannotation 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
Changes
55 commits
a78bad1release(v0.48.0): prepare release9b811b3chore: change upload and download limits flags to mbps6e4b386release(v0.48.0-beta.0): prepare release5c4e983fix: restore timeout inOmniSuite.SetupTest72405c7fix: filter out device mapper/lvm disks from block devicesa91bb04feat: use<platform>-installer[-secureboot]as the installer image77ab722chore: rekres, bump Go, regenerate, fix docker-compose targets9338a1afix: check proper jittered time in unit tests6978d31chore: add support for jitter inEtcdBackupController143e7a6feat: support filtering clusters by readinessd93ae59fix: ignore 404 errors when removing disconnected links of a cluster9abf37cfix: use clearer description on the machines page metrics2a20840fix: correctly parse commas in label selectors764cec4fix: show warning instead of error for etcd quorum being at min4f00856chore: update dependenciesb6563c2chore: bump default Talos version to 1.9.5, Kubernetes version to 1.32.35ef843ffix: properly display error message when machine class removal failedb91b673fix: add more strict security headers to the web page handler57c005efeat: allow setting exposed service prefixes explicitly3c55a0bfix: do not allowhttp[s]urls in the redirect query0cd8212fix: do not select USB sticks by default3650c60fix: duplicate resources declaration in helm deployment7c50e8bfix: update text and description for SideroLink over GRPC4dea372chore: add GOEXPERIMENT env to vscode confige6e9202test: fix the timing related flake in resource logger test3b0e831fix: do not switch Siderolink GRPC tunnel mode after provisioning4a8546efix: some updated icons were appearing as white1fb14d2fix: do not clip the tooltip in the cluster machine status63a3c52chore: update all used icons1e721e5feat: cleanup orphan config patchesf7da5d0chore: reworkEtcdBackupControllerSuiteto use synctest experimenta5efd81feat: validate incoming packets addresses in siderolink manager966b99cchore: rekres to enable separate cacheb1c71f0feat: add support for custom throughput for uploads and downloads86976d3perf: move etcd backup status resources into secondary storage1e67803fix: remove force unique token annotation from the link on wipe9012978chore: replaceInfoIteratorwithiter.Seq2typeb519c6cchore: migrate ConfigPatches above threshold of 2048b264a41fix: properly support the PXE and ISO machines in the secure tokens flowfd2d340fix: excludemetal-agentextension from available extensionsc6e5a5fchore: enable compression only forConfigPatchbd264cdchore: exposeomni_runtime_cached_resourcesmetrice751022chore: reworkReconcilerto use properhttp.Transport2bb38e3chore: addomni_machine_config_patch_sizemetrics075698dfix: preserve SideroLink tunnel config on machine allocation56fbf31fix: skip applying maintenance config to unsupported machinesbfd24e5fix: disablecompressConfigsAndMachinePatches82d1f09fix: fix exposed service links on the sidebar9e7d8fbfix: increase log level of the SideroLink GRPC tunnel handlerad34182fix: properly build the search query on the Machines page517c294chore: add logging for migrationsaef8b43fix: extensions list hidden on small screens57cea88chore: warn if cluster doesn't exist in omnictl talosconfig commandef32e43fix: increase log level of the SideroLink GRPC tunnel handler510512efix: properly read thesiderolink-disable-last-endpointflagChanges since v0.48.0-beta.0
2 commits
a78bad1release(v0.48.0): prepare release9b811b3chore: change upload and download limits flags to mbpsChanges from siderolabs/discovery-api
1 commit
64513a6feat: rekres, regenerate proto filesChanges from siderolabs/discovery-client
1 commit
b3632c4feat: support extra dial options in the clientChanges from siderolabs/discovery-service
3 commits
008fcaerelease(v1.0.10): prepare release6a44f8cchore: bump dependencies761d53afeat: update dependenciesChanges from siderolabs/go-kubernetes
3 commits
9ba5654fix: fix ignoring alpha/beta version parsing0fe1db4feat: update for new changes in Kubernetes 1.33.0-alpha.3804cb44feat: add support for Kubernetes to 1.33Changes from siderolabs/go-loadbalancer
1 commit
589c33achore: upgradeupstream.Listandloadbalancer.TCPto Go 1.23Changes from siderolabs/go-pointer
1 commit
347ee9bchore: rekres, update dependenciesChanges from siderolabs/image-factory
8 commits
c6e3fa6release(v0.6.7): prepare releasef896663feat: update Talos to v1.10.0-alpha.10931477release(v0.6.6): prepare releaseb80192afeat: refactor platform metadata4bb43effix: add imgfree to ipxe boot scriptd5f3f5afeat: update for Talos 1.10 currente727003chore: update go-uefi module3b302c6feat: set secure boot support for nocloud platformChanges from siderolabs/siderolink
1 commit
a7af143feat: support packets filtering before writing them to the tun deviceDependency Changes
0da3aa9->5c39aecPrevious 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.
This PR was generated by Mend Renovate. View the repository job log.