mirror of
https://github.com/truecharts/charts.git
synced 2026-07-13 00:41:21 -03:00
fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.29 → v3.0.30 (clustertool) (#36938)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/budimanjojo/talhelper/v3](https://redirect.github.com/budimanjojo/talhelper) | require | patch | `v3.0.29` -> `v3.0.30` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>budimanjojo/talhelper (github.com/budimanjojo/talhelper/v3)</summary> ### [`v3.0.30`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.30) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.29...v3.0.30) #### Changelog - [`3d14db3`](3d14db3d4c) chore(container): update ghcr.io/mirceanton/age docker tag to v1.2.1 ([#​1058](https://redirect.github.com/budimanjojo/talhelper/issues/1058)) - [`1c220bb`](1c220bb66b) chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.10.5 - [`139d883`](139d883760) chore(container): update golangci/golangci-lint docker tag to v2.2.1 - [`5b70cec`](5b70cecfe6) chore(container): update registry.k8s.io/kubectl docker tag to v1.33.2 - [`d5c729c`](d5c729c42b) chore(deps): update dependency siderolabs/talos to v1.10.5 - [`3e13244`](3e132443cd) chore(github-action)!: Update renovatebot/github-action action to v43 - [`8cd7dc0`](8cd7dc0d93) chore(github-action): update renovatebot/github-action action to v42.0.6 - [`cb9d22b`](cb9d22b19f) chore(github-action): update renovatebot/github-action action to v43.0.1 - [`763fbb2`](763fbb20b9) chore(github-action): update renovatebot/github-action action to v43.0.2 - [`25fb326`](25fb326c63) chore(schema): update talos-extensions.yaml JSON schema ([#​1060](https://redirect.github.com/budimanjojo/talhelper/issues/1060)) - [`6587d2a`](6587d2a17d) chore(schema): update talos-extensions.yaml JSON schema ([#​1066](https://redirect.github.com/budimanjojo/talhelper/issues/1066)) - [`1f3c8dd`](1f3c8dde5c) chore(schema): update talos-extensions.yaml JSON schema ([#​1067](https://redirect.github.com/budimanjojo/talhelper/issues/1067)) - [`8f288e3`](8f288e3a20) chore(schema): update talos-extensions.yaml JSON schema ([#​1071](https://redirect.github.com/budimanjojo/talhelper/issues/1071)) - [`b8709cb`](b8709cbdd3) chore(schema): update talos-extensions.yaml JSON schema ([#​1072](https://redirect.github.com/budimanjojo/talhelper/issues/1072)) - [`55ac21e`](55ac21e1e5) chore(schema): update talos-extensions.yaml JSON schema ([#​1076](https://redirect.github.com/budimanjojo/talhelper/issues/1076)) - [`363665b`](363665baf8) feat: update Scoop for talhelper version v3.0.29 - [`630d3b6`](630d3b66ed) feat: update flake ([#​1055](https://redirect.github.com/budimanjojo/talhelper/issues/1055)) - [`f38aca8`](f38aca8e1e) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.29 - [`c7dc62f`](c7dc62f71c) fix(deps): update module github.com/google/go-containerregistry to v0.20.6 - [`5fe583e`](5fe583e81e) fix(deps): update module github.com/siderolabs/image-factory to v0.7.4 - [`6c8debf`](6c8debf156) fix(deps): update module github.com/siderolabs/talos/pkg/machinery to v1.11.0-alpha.3 - [`66e7fa2`](66e7fa2d28) fix(deps): update module sigs.k8s.io/yaml to v1.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ require (
|
||||
filippo.io/age v1.2.1
|
||||
github.com/Masterminds/semver/v3 v3.4.0
|
||||
github.com/beevik/ntp v1.4.3
|
||||
github.com/budimanjojo/talhelper/v3 v3.0.29
|
||||
github.com/budimanjojo/talhelper/v3 v3.0.30
|
||||
github.com/getsops/sops/v3 v3.10.2
|
||||
github.com/go-git/go-git/v5 v5.16.2
|
||||
github.com/go-logr/zerologr v1.2.3
|
||||
@@ -223,7 +223,7 @@ require (
|
||||
github.com/siderolabs/crypto v0.6.0 // indirect
|
||||
github.com/siderolabs/gen v0.8.4 // indirect
|
||||
github.com/siderolabs/go-pointer v1.0.1 // indirect
|
||||
github.com/siderolabs/image-factory v0.7.3 // indirect
|
||||
github.com/siderolabs/image-factory v0.7.4 // indirect
|
||||
github.com/siderolabs/net v0.4.0 // indirect
|
||||
github.com/siderolabs/protoenc v0.2.2 // indirect
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
|
||||
@@ -157,6 +157,8 @@ github.com/budimanjojo/talhelper/v3 v3.0.28 h1:5nXpsHLD/hON6DK+Dr/ubxgKFuRK/Uk/F
|
||||
github.com/budimanjojo/talhelper/v3 v3.0.28/go.mod h1:xFKKirlORIedCDV3h3ybHkjbNYlp7SVEC4CHAn+0sYU=
|
||||
github.com/budimanjojo/talhelper/v3 v3.0.29 h1:rlZWyW4mUK7LFXWvyo7DDJ6bRJuOj+rn9Coj0tn2Xkk=
|
||||
github.com/budimanjojo/talhelper/v3 v3.0.29/go.mod h1:HRmWwMSXQCu3LsyHyjGIUp4zALoxbM4nCnC5MPTj9uw=
|
||||
github.com/budimanjojo/talhelper/v3 v3.0.30 h1:x35jT987UWsWCKB7xVZYzVFsFKOXc8kWwHKXrk0R9nY=
|
||||
github.com/budimanjojo/talhelper/v3 v3.0.30/go.mod h1:WNkit+yzZl2GRWUQYOG3pBR75BWAg5/CH+wGbVpnM8U=
|
||||
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
|
||||
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
|
||||
github.com/carapace-sh/carapace-shlex v1.0.1 h1:ww0JCgWpOVuqWG7k3724pJ18Lq8gh5pHQs9j3ojUs1c=
|
||||
@@ -615,6 +617,8 @@ github.com/siderolabs/image-factory v0.7.1 h1:IeKjYnXU20M7jjFG/iriMUUWODBSuM8VFS
|
||||
github.com/siderolabs/image-factory v0.7.1/go.mod h1:gnnKT57hPtbEzf1vuy0sk6vrvWjgOkcVFQWTSvYP6E8=
|
||||
github.com/siderolabs/image-factory v0.7.3 h1:9FY/RiZdnwTghIIF4yVavs/hDrOLDtcGfsODY4XwUEY=
|
||||
github.com/siderolabs/image-factory v0.7.3/go.mod h1:tuYBGI9i6Qi4y67Wzwczp0w596JYG+HgdT7T5mzwGRg=
|
||||
github.com/siderolabs/image-factory v0.7.4 h1:bXeTbzceSjSFsYPclOVVNwbUslh9hmaO4/G2kSIzIIQ=
|
||||
github.com/siderolabs/image-factory v0.7.4/go.mod h1:tuYBGI9i6Qi4y67Wzwczp0w596JYG+HgdT7T5mzwGRg=
|
||||
github.com/siderolabs/net v0.4.0 h1:1bOgVay/ijPkJz4qct98nHsiB/ysLQU0KLoBC4qLm7I=
|
||||
github.com/siderolabs/net v0.4.0/go.mod h1:/ibG+Hm9HU27agp5r9Q3eZicEfjquzNzQNux5uEk0kM=
|
||||
github.com/siderolabs/protoenc v0.2.2 h1:vVQDrTjV+QSOiroWTca6h2Sn5XWYk7VSUPav5J0Qp54=
|
||||
|
||||
Reference in New Issue
Block a user