feat(container): update ghcr.io/siderolabs/omni ( v0.41.0 → v0.42.0 ) #381
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.41.0
->v0.42.0
Release Notes
siderolabs/omni (ghcr.io/siderolabs/omni)
v0.42.0
Compare Source
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
flagThe
siderolink-wireguard-advertised-addr
flag now accepts multiple IP addresses separated by commas. This is usefulwhen 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:
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
Changes
31 commits
06a1553
release(v0.42.0): prepare release4ed9049
fix: hide download audit log button if audit logs feature is disabledb6b252e
fix: use YAML representation inomnictl get
44e1c5d
release(v0.42.0-beta.0): prepare releasec076c3c
fix: filter readonly, CD and loop devices for 1.80360422
feat: support passing extra data through the siderolink join token381021e
fix: calculate requested and connected machines in theClusterStatus
7abb0f5
chore: bump deps464f699
chore: renameCloudProvider
toInfraProvider
bfe036e
chore: allow to specifystart
andend
time foraudit-log
e2f5795
chore: allow multiple IP's forsiderolink-wireguard-advertised-addr
flag3c1defe
fix: fix spelling for hover text76ba670
chore: allow users with admin role to download audit log from UIe8d578a
fix: add siderolink connection params to the infra provider interface4a82cd0
chore: rewrite renamed extension names on Talos version updates56c0394
fix: always remove finalizers from theClusterMachineStatus
ce45042
feat: implementMachineRequestSets
and support links cleanup flow85aaf1c
feat: support sorting cluster by name, creation time95c8210
feat: implement base infra provider librarya32a6fa
feat: reload TLS certs without restart00ae084
fix: delete upgrade meta key from nodes after upgrades3f5c0f8
chore: enable 'github.com/planetscale/vtprotobuf' encoding34a8c36
chore: rekres to get BUSL license change date updated on releasesbf188e4
chore: implement audit log reader5d48547
chore: use range-over-func iterators for resource iterationdc349c1
chore: do a full generate with latest deps67f2e8d
chore: print error on closing secondary storage backing store89e8a62
fix: pass the logger to machine logs circular bufferd2387d9
fix: use a separate phase for the extensions installationcbfe7c9
chore: add periodic cleanup of old log filesaea900f
fix: display machines in tearing down stateChanges since v0.42.0-beta.0
3 commits
06a1553
release(v0.42.0): prepare release4ed9049
fix: hide download audit log button if audit logs feature is disabledb6b252e
fix: use YAML representation inomnictl get
Changes from siderolabs/discovery-service
1 commit
270f257
chore: bump depsChanges from siderolabs/go-api-signature
2 commits
8807c5e
fix: account for time truncation to a second resolution1b35ea8
chore: bump deps and fix data raceChanges from siderolabs/go-debug
1 commit
c8f9b12
chore: add support for Go 1.23Changes from siderolabs/go-talos-support
3 commits
58f4f0f
chore: bump Go dependenciesf9d46fd
fix: adddns-resolve-cache
to the list of logs gathered69891cf
chore: remove containerd dependencyChanges from siderolabs/image-factory
9 commits
fe9134a
release(v0.5.0): prepare release7f09750
feat: update to Talos 1.8b985abc
fix: cache generated system extension image correctly9687413
fix: set SOURCE_DATA_EPOCHfef0833
chore: add in new helios64 overlay03bd46f
feat: support inclusion on well-known UEFI SecureBoot certs608a6f0
chore: alias nvidia extensions to lts versions8b4e0d9
chore: make metatadata pkg public7a4de58
chore: build multi-arch imageDependency Changes
74bca2d
-> v1.0.36f7c3a8
Previous release can be found at v0.41.0
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.