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.
Update Request | Renovate Bot
This PR contains the following updates:
v0.4.0
->v0.5.0
v1.30.0
->v1.30.3
v1.27.21
->v1.27.27
v1.17.21
->v1.17.27
v1.17.1
->v1.17.8
v1.56.1
->v1.58.2
v1.20.2
->v1.20.3
v4.0.2
->v4.0.3
v0.19.2
->v0.20.1
99de01e
->edd0227
v0.4101.1
->v0.4501.1
v0.2.9
->v0.2.11
v0.4.1
->v0.4.2
v0.0.0-00010101000000-000000000000
->v0.39.1
v1.8.0-alpha.0.0.20240529144414-4feb94ca0997
->v1.8.0-alpha.1
v0.5.2
->v0.6.0
v3.25.1
->v3.26.0
v0.24.0
->v0.25.0
v0.26.0
->v0.27.0
v0.21.0
->v0.22.0
v0.22.0
->v0.23.0
v0.30.2
->v0.30.3
v0.30.2
->v0.30.3
v0.30.2
->v0.30.3
Release Notes
adrg/xdg (github.com/adrg/xdg)
v0.5.0
Compare Source
Changelog
user-dirs.dirs
config file is now parsed on Unix-like operating systems (except for macOS and Plan 9).See XDG user directories README section for more details.
golang.org/x/sys
dependency to the latest version.Internal
pathutil
package.userdirs
package:xdg.UserDirectories
touserdirs.Directories
.user-dirs.dirs
config file.aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)
v1.30.3
Compare Source
v1.30.2
Compare Source
v1.30.1
Compare Source
aws/smithy-go (github.com/aws/smithy-go)
v1.20.3
Compare Source
go-jose/go-jose (github.com/go-jose/go-jose/v4)
v4.0.3
Compare Source
Changed
google/go-containerregistry (github.com/google/go-containerregistry)
v0.20.1
Compare Source
What's Changed
remote.Push
by @mattmoor in https://github.com/google/go-containerregistry/pull/1978Full Changelog: google/go-containerregistry@v0.20.0...v0.20.1
v0.20.0
Compare Source
What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.19.2...v0.20.0
playwright-community/playwright-go (github.com/playwright-community/playwright-go)
v0.4501.1
Compare Source
What's Changed
Full Changelog: playwright-community/playwright-go@v0.4501.0...v0.4501.1
v0.4501.0
Compare Source
What's Changed
What's New
Locator.SetInputFiles()
now supports uploading a directory for<input type=file webkitdirectory>
elements.Full Changelog: playwright-community/playwright-go@v0.4401.1...v0.4501.0
v0.4401.1
Compare Source
What's Changed
getNodeExecutable
by @carsonmeyer-wk in https://github.com/playwright-community/playwright-go/pull/468New Contributors
Full Changelog: playwright-community/playwright-go@v0.4401.0...v0.4401.1
v0.4401.0
Compare Source
What's Changed
Full Changelog: playwright-community/playwright-go@v0.4400.1...v0.4401.0
v0.4400.1
Compare Source
What's Changed
New Contributors
Full Changelog: playwright-community/playwright-go@v0.4400.0...v0.4400.1
v0.4400.0
Compare Source
What's Changed
Full Changelog: playwright-community/playwright-go@v0.4201.1...v0.4400.0
v0.4201.1
Compare Source
What's Changed
AssertToBeGolden
for visual comparison by @canstand in https://github.com/playwright-community/playwright-go/pull/429Full Changelog: playwright-community/playwright-go@v0.4201.0...v0.4201.1
v0.4201.0
Compare Source
What's Changed
New method page.AddLocatorHandler() registers a callback that will be invoked when specified element becomes visible and may block Playwright actions. The callback can get rid of the overlay.
Announcements
Full Changelog: playwright-community/playwright-go@v0.4102.0...v0.4201.0
v0.4102.0
Compare Source
What's Changed
Full Changelog: playwright-community/playwright-go@v0.4101.1...v0.4102.0
siderolabs/go-kubernetes (github.com/siderolabs/go-kubernetes)
v0.2.11
Compare Source
go-kubernetes 0.2.11 (2024-07-16)
Welcome to the v0.2.11 release of go-kubernetes!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-kubernetes/issues.
Contributors
Changes
16 commits
ee8c6b8
fix: add one more removed feature gate for 1.3137dd61f
feat: add support for Kubernetes 1.31ddd4c69
feat: add support for Kubernetes 1.30fa05430
chore: support kube-scheduler config version68bf392
feat: add dropped API resource for 1.2909fa006
fix: retry Windows connection errors3aa47a4
feat: support Kubernetes 1.29 upgradesae33a4a
feat: introduce support for Kubernetes version compatibility checkscf2754e
chore: update to use GHA44e26b3
feat: update removed feature gates for 1.2869fea5b
feat: support upgrades to Kubernetes 1.285a3df5b
fix: remove removed APIs for 1.27 upgrade81887dc
feat: add kubelet flag checksfe473c0
refactor: make sync easier to consume without CLI570819b
feat: initial version of the libraryfb79215
Initial commitChanges since v0.2.10
1 commit
ee8c6b8
fix: add one more removed feature gate for 1.31Dependency Changes
This release has no dependency changes
v0.2.10
Compare Source
go-kubernetes 0.2.10 (2024-07-09)
Welcome to the v0.2.10 release of go-kubernetes!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-kubernetes/issues.
Contributors
Changes
15 commits
37dd61f
feat: add support for Kubernetes 1.31ddd4c69
feat: add support for Kubernetes 1.30fa05430
chore: support kube-scheduler config version68bf392
feat: add dropped API resource for 1.2909fa006
fix: retry Windows connection errors3aa47a4
feat: support Kubernetes 1.29 upgradesae33a4a
feat: introduce support for Kubernetes version compatibility checkscf2754e
chore: update to use GHA44e26b3
feat: update removed feature gates for 1.2869fea5b
feat: support upgrades to Kubernetes 1.285a3df5b
fix: remove removed APIs for 1.27 upgrade81887dc
feat: add kubelet flag checksfe473c0
refactor: make sync easier to consume without CLI570819b
feat: initial version of the libraryfb79215
Initial commitChanges since v0.2.9
1 commit
37dd61f
feat: add support for Kubernetes 1.31Dependency Changes
This release has no dependency changes
siderolabs/image-factory (github.com/siderolabs/image-factory)
v0.4.2
Compare Source
image-factory 0.4.2 (2024-07-05)
Welcome to the v0.4.2 release of image-factory!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.
Contributors
Changes
4 commits
e5686e2
release(v0.4.2): prepare release1a2b64a
feat: add Rock4 SE board to the mix of supported boardsd07a780
fix: update wizard-versions.htmlf73a61e
fix: update misreported errorChanges from siderolabs/gen
2 commits
7654108
chore: add hashtriemap implementation8485864
chore: optimize maps.Values and maps.KeysChanges from siderolabs/talos
90 commits
3d35e5468
chore: update hydrophone library1f28726d4
chore: support version with and withoutv
prefix9a56b8527
chore(ci): fix parallel runs of tf pipelinesbe35f380c
chore: update pkgs/tools/extras93df23444
docs: update opengraph image for main landing pagesd9d62d4da
feat: update Linux to 6.6.366b0fe5b8c
docs: update deploying cilium docs for v1.7 and v1.852611a90d
feat: update Kubernetes to v1.30.2c19cc4ccb
docs: clarify direct access needed to nodes in insecure modeb4c871e4b
chore: bump dependenciescc345c8c9
feat: add support for configuring vlan filtering on the bridge2d054ad35
chore: handle documents diff inapply-config
dry runbd34f71f3
feat: add apparmor pkg71857fd4d
docs: fix typo:messure
->measure
f75f16b0a
chore(ci): fix cluster name generationc603d2bf9
chore: output more info whenExecuteCommandInPod
fails4b5a7445e
docs: fix missing Akamai platform in supported matrix4701498a1
chore(ci): run e2e-aws-nvidia with zfs extension enabled86a3222ae
chore: use new disks api for iscsi tests5ffc3f14b
feat: show siderolink status on dashboard6f6a5d105
chore: upgrade to rtnetlink/v2 library1fb8453c2
chore: update Go modules8e15621e8
chore(ci): add conformance pipelines7fcb521a6
feat: use hydrophone instead of sonobuoyd1a0c1f98
test: fix the integration test for no META name535006334
chore: fix our dns server implementationc6f90d014
chore: replace sync.Map with concurrent.HashTrieMape8ced2c2d
chore: drop k8s timeout in the default kubeconfig7cbdce73f
fix: detect CD devices, fix user disks wipe testaca475c66
chore: small usability fixes26cf566dc
chore: bump our coredns fork5e66e117e
fix: initial assignment of Hetzner Cloud Alias IPf07b79f4a
feat: provide disk detection based on new blockdevices8ee087268
chore(ci): drop crashdump, save logs as artifacts7c9a14383
fix: volume discovery improvements80ca8ff71
fix: update the cgroups for Talos core servicesfe317f1e1
docs: fix typo in QEMU guest agent support on Proxmox8dbe2128a
feat: implement Talos diagnostics357d7754f
fix: clean up VM runners on cluster destroy41f92e0ba
chore: update Go to 1.22.4, other updates4621e9bb7
chore: add stale and lock issue workflows82d9cd322
fix: add upgrade errata for arm64/zboot kernels9a23d846c
fix: downgrade Azure IMDS required version30860210c
test: fix hardware test not to require PCI devices9fcc9b841
feat: update Flannel to v0.25.39d395b9de
chore: use bun instead of npma1684bdf8
chore: speed up go generate for enumer4dd0aa712
feat: implement PCI device bus enumerationb0466e0ab
fix: disable kexec on GCP/Azure911c25574
chore: fix go.work resolution2f088ede0
docs: add another example for installing cilium3967e0777
feat: update etcd to 3.5.143367ded9f
fix: correct time adjustment intime.SyncController
893e64fcb
fix: replacenslookup
withdig
in integration tests0359c8537
chore: unify toml packages being used4feb94ca0
feat: add multidoc check to the Talos quirks module0b4a9777f
docs: update talosctl install instructions for 1.8da8305ffb
test: add a test for watchdog timersda7f27640
fix: mounttracefs
filesystem7b37e5b63
chore(ci): fix integration extensionsde7553d77
fix(ci): cron jobseb510d9fd
chore: require enabled bootloader for docker provisionera9cf9b789
fix: correctly handle dns messages in our dns implementationc2b19dcb9
chore: move to containerd 2.0 API92a274e9a
fix: workaround problems with udevd races31b24ea3d
chore(ci): split integration misc8a1371337
fix: produce stable order of bonds with equinix6406193f4
test: add Equnix Metal sample metadata with two bonds01ea82053
fix: time sync over NTP from future era5aea42427
fix(ci): fix crons by setting up buildx always84706c3e2
docs: default to brew docs for talosctlfcd65ff65
feat: enable forwardKubeDNSToHost by default2e64e9e4e
fix: require accepted CAs on worker nodes23c1c4560
fix(ci): fix crons fby rekres2d50392c5
feat: update containerd to 2.0.0-rc.2, runc to 1.2.0-rc.1a12e4bb24
chore(ci): fix github action cronse7bd9cd2b
fix: decrease maximum negative ttl for dns responses9c3ebad9f
chore(ci): kresify gh actionsff60f6fde
refactor: make some of the extensions package publicce8c86d64
fix: panic in osroot controllere1711cd3c
chore: stop using containerd package for cri namespaced4307043f
fix: update go-tail library to fix 'short read' error7cd13ef4a
docs: add documentation on using Multus with Talos4784da3ef
feat: use new circular buffer compressed chunks feature78b48eb3a
feat: include EDAC drivers0bf2d69fb
feat: update Kubernetes to 1.30.153f548913
fix: increase host dns packet ttl for podsdedb6d360
fix: update github.com/siderolabs/siderolink to v0.3.743939f1a6
docs: fix typos, add docker socket info6663068bb
chore: update project in GCP testingDependency Changes
b86edc6
->3d35e54
b86edc6
->3d35e54
Previous release can be found at v0.4.1
siderolabs/omni (github.com/siderolabs/omni/client)
v0.39.1
Compare Source
Omni 0.39.1 (2024-07-16)
Welcome to the v0.39.1 release of Omni!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.
Contributors
Changes
2 commits
b6ba130
release(v0.39.1): prepare release01efb6e
fix: use proper check for the machine set teardown flowDependency Changes
Previous release can be found at v0.39.0
v0.39.0
Compare Source
Omni 0.39.0 (2024-07-05)
Welcome to the v0.39.0 release of Omni!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.
Equinix Metal
Equinix metal is now available as a download/PXE option in the UI/CLI.
Exposed Services Reliability
Exposed services proxy now provides more reliable connection to the underlying services for slower networks in the cluster.
Also if some nodes are down the proxy will evict them from the routing.
Insecure Node Access
It is now possible to access nodes running in maintenance mode using
talosctl
.Omni account wide
talosconfig
and at leastOperator
user role is required for that.No
--insecure
flag should be set.Maintenance Talos Updates
Machine's Talos version can now be updated without adding the machine to a cluster.
Either
talosctl upgrade -n <uuid>
or the UI (Machines page) can be used for that.Contributors
Changes
29 commits
5c9f9be
release(v0.39.0): prepare release48c102a
release(v0.39.0-beta.0): prepare release26a61be
fix: add resource caches for missing resource types5d953e4
fix: do not re-create peer on the remote addr change08717d9
fix: get rid of configConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.