-
Notifications
You must be signed in to change notification settings - Fork 27
chore: update go packages #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/go-packages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c5c7266 to
3347170
Compare
09acd75 to
560b07a
Compare
7bdd756 to
fbbc13c
Compare
fbbc13c to
9197642
Compare
043bc34 to
69b36b5
Compare
69b36b5 to
0a77774
Compare
9dee5af to
5450cdd
Compare
5450cdd to
818baca
Compare
46ada69 to
445f52d
Compare
445f52d to
686d5e5
Compare
6e2926b to
2828360
Compare
424b479 to
0175f24
Compare
fe9a3f9 to
75f7dda
Compare
75f7dda to
ca362f5
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
ca362f5 to
a2986fd
Compare
d6097f8 to
ed39eab
Compare
78fb106 to
8c2d078
Compare
8367010 to
63a8686
Compare
694edc9 to
e0efd20
Compare
e0efd20 to
9fd0ce0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.22.0->v0.24.0v1.15.1->v1.16.1v0.5.0->v0.7.0v0.18.0->v0.19.0v0.28.0->v0.29.0v2.37.0->v2.38.1v0.6.3->v0.6.4v0.8.3->v0.8.4v1.11.0->v1.11.3v1.11.0->v1.11.3v0.27.0->v0.29.0v1.75.0->v1.76.0v1.66.3->v1.76.0v0.34.0->v0.34.1Release Notes
hashicorp/terraform-plugin-docs (github.com/hashicorp/terraform-plugin-docs)
v0.24.0Compare Source
FEATURES:
v0.23.0Compare Source
FEATURES:
hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)
v1.16.1Compare Source
BUG FIXES:
v1.16.0Compare Source
NOTES:
action{}block is in technical preview and offered without compatibility promises until Terraform 1.14 is generally available. (#1181)action.Action) and packages for implementing action types, available in Terraform 1.14+. An action in Terraform can be defined by providers to model side-effects that practitioners can reference in their configurations via thelifecycle.action_triggerblock. (#1181)list.ListResource) and packages for implementing list resource types, available in Terraform 1.14+. A list resource in Terraform can be defined by providers to list remote resources within a given scope. (#1150)FEATURES:
TerraformTypeToFrameworkType, which convertstftypes.Typeto a known framework type. (#1200)ENHANCEMENTS:
ProviderWithActionsinterface for implementing actions. (#1181)ActionDatatoConfigureResponse, to pass provider-defined data toaction.Actionimplementations. (#1185)ListResourceDatatoConfigureResponse, to pass provider-defined data tolist.ListResourceimplementations. (#1202)SetAtPathto be called with atftypes.Value. (#1198)SetAttributeto be called with atftypes.Value. (#1205)ListResourceWithRawV5SchemasandListResourceWithRawV6Schemasinterfaces to support list implementation on non-framework resources. (#1198)hashicorp/terraform-plugin-framework-timeouts (github.com/hashicorp/terraform-plugin-framework-timeouts)
v0.7.0Compare Source
FEATURES:
v0.6.0Compare Source
NOTES:
FEATURES:
hashicorp/terraform-plugin-framework-validators (github.com/hashicorp/terraform-plugin-framework-validators)
v0.19.0Compare Source
NOTES:
FEATURES:
hashicorp/terraform-plugin-go (github.com/hashicorp/terraform-plugin-go)
v0.29.0Compare Source
NOTES:
ActionServerimplementation as part ofProviderServer. (#534)FEATURES:
ENHANCEMENTS:
tftypes.Value.IsFullyNull()allows SDKs to determine when a value is null or consists of only null elements and attributes. (#541)hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)
v2.38.1Compare Source
BUG FIXES:
v2.38.0Compare Source
NOTES:
ENHANCEMENTS:
TfTypeIdentityState()andTfTypeResourceState()methods toResourceDatawhich return the identity and state values as atftypes.Value. (#1508)siderolabs/crypto (github.com/siderolabs/crypto)
v0.6.4Compare Source
crypto 0.6.4 (2025-09-29)
Welcome to the v0.6.4 release of crypto!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/crypto/issues.
Contributors
Changes
41 commits
4154a77feat: implement dynamic certificate reloaderdae07fachore: update to Go 1.2562a079bfix: update TLS config, add tests for TLS interactionsc2b4e26fix: remove code duplication and fixEd25511CA generation2a07632fix: enforce FIPS-140-3 compliance17107aefix: add generic CSR generator and OpenSSL interop53659fcrefactor: split into files0d45deechore: bump deps58b2f92chore: use HTTP/2 ALPN by defaultc240482feat: provide dynamic client CA matching2f4f911feat: add PEMEncodedCertificate wrapper1c94bb3chore: bump dependencies8f77da3feat: add a method to load PEM key from filec03ff58feat: add a way to represent redacted x509 private keysc3225eefeat: allow CSR template subject field to be overridden8570669chore: rename to siderolabs/cryptoe9df1b8feat: add support for generating keys from RSA-SHA256 CAs510b0d2chore: add json tags6fa2d93fix: deepcopy nil fields asnil9a63cbafix: add back support for generating ECDSA keys with P-256 and SHA512893bc66fix: use SHA256 for ECDSA-P256deec8d4chore: implement DeepCopy methods for PEMEncoded* typesd3cb772feat: make possible to change KeyUsage6bc5bb5chore: remove unused argumentcd18ef6feat: add support for several organizations97c888bchore: add options to CSR7776057chore: fix typos80df078chore: remove named result parameters15bdd28chore: minor updates4f80b97fix: verify CSR signature before issuing a certificate39584f1feat: support for key/certificate types RSA,Ed25519, ECDSAcf75519fix: function NewKeyPair should create certificate with proper subject751c95afeat: add 'PEMEncodedKey' which allows to transport keys in YAML562c3b6feat: add support for public RSA key in RSAKeybda0e9cfeat: enable more conversions between encoded and raw versionse0dd56afeat: add NotBefore option for x509 cert creation12a4897feat: add support for SPKI fingerprint generation and matchingd0c3eeffix: implement NewKeyPair196679efeat: movepkg/grpc/tlsfromgithub.com/talos-systems/talosas./tls1ff6242chore: initial version as imported from talos-systems/talos835063echore: initial commitChanges since v0.6.3
2 commits
4154a77feat: implement dynamic certificate reloaderdae07fachore: update to Go 1.25Dependency Changes
This release has no dependency changes
siderolabs/image-factory (github.com/siderolabs/image-factory)
v0.8.4Compare Source
image-factory 0.8.4 (2025-09-10)
Welcome to the v0.8.4 release of image-factory!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.
Contributors
Changes
3 commits
a3a7661release(v0.8.4): prepare release075aa3ffix: update Talos to 1.11.102723cdfix: translation IDChanges from siderolabs/go-debug
1 commit
e21721bchore: add support for Go 1.25Changes from siderolabs/pkgs
18 commits
1a25681feat: enable ublk support95f0be4fix: enable memcg v1e1c333cfeat: update Linux to 6.12.452ac857afeat: update pcre2 to 10.46f31e192fix: bump NVIDIA production to 570.172.08e68ff4afeat: update Linux to 6.12.4342cdb43chore: update kernel config to support max SMP CPUs3bb9cc9fix: backport CVE kernel patches to 6.12c87dc6cfeat: enable Infiniband IRDMA support2598d53fix: re-enable CPUSETS_V1 cgroups controller6a8bca7feat: update backportable dependenciesa150a75feat: update Go to 1.24.6a94734cfeat: update containerd to 2.1.4662c5a4feat: enableF71808Ewatchdog driver48afc2afix: enable ISCSI IBFTddb7b5efeat: update Linux to 6.12.405616981feat: enable bootloader control on amd644a840bcchore: allow more than one commit for a PRChanges from siderolabs/talos
64 commits
8e85c8362release(v1.11.1): prepare releaseff8644cd2fix: correctly handle status-code 2047d5fe2d0ffeat: update Linux kernel (memcg_v1, ublk)9e310a9ddfix: enable support for VMWare arm64f7620f028feat: update CoreDNS to 1.12.301bf2f6f9feat: add SOCKS5 proxy support to dynamic proxy dialer8a578bc4afeat: update Linux to 6.12.45d9d89a3a8release(v1.11.0): prepare release364b48690feat: update pkgs/tools for pcre2 10.46be70ea03ffeat: update pkgs for NVIDIA prod 570.172.08a5f80b4fefix: bring back linux/armv7 build and update xz751dae432fix: drop linux/armv7 build8cbd75320fix: update xz module (security)803ed1ef9feat: update Kubernetes to 1.34.0a80898da9feat: update Linux to 6.12.4330c14aa71feat: update Kubernetes default to v1.34.0-rc.2ed7d8cbacdocs: link to kubernetes linux swap tuning1ee82120edocs: apply fixes for what is new36102eae1release(v1.11.0-rc.0): prepare release0f22913d9fix: image cache lockup on a missing volume46cf25c7cfeat: update Linux to 6.12.4162f6c97fefix: provide mitigation CVE-1999-0524350319063fix: actually use SIDEROV1_KEYS_DIR env var if it's provided430a27dc2fix: kubernetes upgrade options for kubelete3a9097c4fix: set secs field in DHCPv4 packetsbabddd0e4fix: dial with proxy23efda4dbfeat: use key provider with fallback option for auth type SideroV1e2a5a9b3fchore: re-enable vulncheckf5d700a0crelease(v1.11.0-beta.2): prepare release6186d1821chore: disable vulncheck temporarilye4a2a8d9cfeat: update default Kubernetes to v1.34.0-rc.14c4236d7efeat: update Go to 1.24.6a01a390f6chore: add deadcode elimination linter49fad0edefeat: add a pause function to dashboard21e8e9dc9refactor: replace containerd/containerd/v2 module for proper DCEbbd01b6b7refactor: fix deadcode elimination with godbuse8d9c81ccrefactor: stop usingtext/templateinmachinedcode paths85589662afix: unmarshal encryption STATE from METAf10a626d2docs: add what is new notes for 1.115a15ce88brelease(v1.11.0-beta.1): prepare release614ca2e22fix: one more attempt to fix volume mount race on restart4b86dfe6ffeat: implement encryption locking to STATE8ae76c320feat: implementtalos.config.earlycommand line arg19f8c605edocs: remove talos API flags from mgmt commandsfa1d6fef8feat: bootedentry resource7dee810d4fix: live reload of TLS client config for discovery clienta5dc22466fix: enforce minimum size on user volumes if not set explicitly7836e924dfeat: update containerd to 2.1.45012550ecfeat: addF71808Ewatchdog driver10ddc4cddfix: grype scand108e0a08fix(ci): use a random suffix for ami names504225546fix: issues with reading GPTbdaf08dd4feat: update PCI DB module to v0.3.2667dcebectest: wait for service account test job longerae176a4b7feat: update etcd to 3.6.4201b6801ffix: issue with volume remount on service restart2a911402bchore: tag aws snapshots created via ci with the image named8bd84b56docs: add SBOM documentation7eec61993feat: unify disk encryption configuration4ff2bf9e0feat: update etcd to v3.5.2231a67d379fix: do not download artifacts for cron Grype scanc6b6e0bb3docs: rewrite the getting started and prod docs for v1.10 and v1.11ca1c656e6chore(ci): add more nvidia test matrix7a2e0f068feat: sync pkgs, update Linux to 6.12.40Dependency Changes
Previous release can be found at v0.8.3
siderolabs/talos (github.com/siderolabs/talos)
v1.11.3Compare Source
Talos 1.11.3 (2025-10-15)
Welcome to the v1.11.3 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Component Updates
runc: 1.3.2
Kubernetes: 1.34.1
Linux: 6.12.52
linux-firmware:
2025101CoreDNS: 1.12.4
etcd: 3.6.5
Flannel: 0.27.4
Talos is built with Go 1.24.9.
Contributors
Changes
11 commits
a0243efrelease(v1.11.3): prepare release560241cfix: make Akamai platform usable1b23cadfix: cherry-pick of commit0fbb0b0from #11959876719afix: cherry-pick of commitcd9fb27from #119439a30ab6feat: bump go, kernel and runc0fbb0b0fix: provide nocloud metadata with missing network config0dad328feat: update Flannel to v0.27.449182b3fix: support secure HTTP proxy with gRPC diala460f57feat: update etcd 3.6.5, CoreDNS 1.12.448ee858fix: don't set broadcast for /31 and /32 addresses7668c52fix: provide refreshing CA pool (resolvers)Changes from siderolabs/pkgs
5 commits
c316374feat: bump go to 1.24.9769a799feat: update linux-firmware to202510199ddfd5feat: update runc to 1.3.24fecfebfeat: bump kernel to 6.12.52934783ffeat: bump goChanges from siderolabs/tools
2 commits
05ee846feat: bump goefbbe9dfeat: bump goDependency Changes
Previous release can be found at v1.11.2
Images
v1.11.2Compare Source
Talos 1.11.2 (2025-09-25)
Welcome to the v1.11.2 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Component Updates
runc: 1.3.1
Kubernetes: 1.34.1
Linux: 6.12.48
linux-firmware:
2025091Talos is built with Go 1.24.6.
Contributors
Changes
17 commits
511b4d2release(v1.11.2): prepare releaseac45257fix: default gateway as string7cec0e0fix: uefi boot entry handling logic637154edocs: drop invalid v1.12 docsa6d2f65chore(ci): rekres to use new runner groupscd82ee2refactor: efivarfs mock and tests996d97dchore: update pkgsbbf860cdocs: update component updates24c1bcefix: bump trustd memory limit56d6d6fchore: pass in github token to imager682df89fix: use correct order to determine SideroV1 keys directory patha838881fix: trim zero bytes in the DHCP host & domain response9c962aefix: re-create cgroups when restarting runnersde243f9test: fix flakiness in RawVolumes testec8fde5feat: update Kubernetes to 1.34.1797897dtest: improve test stability9827366feat: update runc to 1.3.1Changes from siderolabs/pkgs
3 commits
f95c679chore: update kernel to 6.12.480bd4cb9chore: update linuxfirmware and rekres0c8a195feat: update runc to 1.3.1Dependency Changes
Previous release can be found at v1.11.1
Images
v1.11.1Compare Source
Talos 1.11.1 (2025-09-08)
Welcome to the v1.11.1 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Component Updates
Linux: 6.12.45
CoreDNS: 1.12.3
Talos is built with Go 1.24.6.
Contributors
Changes
7 commits
8e85c83release(v1.11.1): prepare releaseff8644cfix: correctly handle status-code 2047d5fe2dfeat: update Linux kernel (memcg_v1, ublk)9e310a9fix: enable support for VMWare arm64f7620f0feat: update CoreDNS to 1.12.301bf2f6feat: add SOCKS5 proxy supportConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.