Skip to content
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

fix(deps): update talos group (patch) #2256

Merged
merged 1 commit into from
Jan 17, 2025
Merged

fix(deps): update talos group (patch) #2256

merged 1 commit into from
Jan 17, 2025

Conversation

bendo-bot[bot]
Copy link
Contributor

@bendo-bot bendo-bot bot commented Jan 17, 2025

This PR contains the following updates:

Package Update Change
budimanjojo/talhelper patch v3.0.14 -> v3.0.15
ghcr.io/siderolabs/installer patch v1.9.1 -> v1.9.2

Release Notes

budimanjojo/talhelper (budimanjojo/talhelper)

v3.0.15

Compare Source

Changelog
  • 7783fb2 chore(container): update alpine docker tag to v3.21.2
  • c1f69ec chore(container): update bitnami/kubectl docker tag to v1.32.1
  • fc7e91f chore(container): update ghcr.io/getsops/sops docker tag to v3.9.3
  • 9278998 chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.9.2
  • 6e68ba9 chore(container): update golangci/golangci-lint docker tag to v1.63.3
  • 588bafa chore(container): update golangci/golangci-lint docker tag to v1.63.4
  • 2920825 chore(container): update goreleaser/goreleaser docker tag to v2.5.1
  • 4972d55 chore(deps): update dependency siderolabs/talos to v1.9.2
  • de942ea chore(github-action): update renovatebot/github-action action to v41.0.8
  • 5add3f2 chore(github-action): update renovatebot/github-action action to v41.0.9
  • 389f130 chore(schema): update talconfig.yaml JSON schema (#​788)
  • 0d864a6 chore(schema): update talconfig.yaml JSON schema (#​797)
  • b6a4040 chore(schema): update talos-extensions.yaml JSON schema
  • 7efa54c chore(schema): update talos-extensions.yaml JSON schema
  • 17b4c61 chore(schema): update talos-extensions.yaml JSON schema
  • 2364766 chore(schema): update talos-extensions.yaml JSON schema (#​796)
  • 4101114 chore(schema): update talos-extensions.yaml JSON schema (#​799)
  • 7fa9b87 feat(config)!: rename isoSchematic to imageSchematic
  • 51c2516 feat(config): ad volumes field for VolumeConfig manifest
  • 2566bb6 feat(genurl)!: replace genurl iso subcommand with genurl image
  • 4609a14 feat(readme): thank you @​roachmanfp for the sponsor!
  • 4e864b0 feat: add v1.10 to supported version
  • 5216fc9 feat: update Scoop for talhelper version v3.0.14
  • 8a66fb0 feat: update flake (#​777)
  • d642e01 fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.14
  • 6bc01d2 fix(deps): update module github.com/getsops/sops/v3 to v3.9.3
  • c6a2d12 fix(deps): update module github.com/google/go-containerregistry to v0.20.3
  • 161a46a fix(deps): update module github.com/invopop/jsonschema to v0.13.0
  • 96aef7c fix(go): fix go refusing to run
siderolabs/talos (ghcr.io/siderolabs/installer)

v1.9.2

Compare Source

Talos 1.9.2 (2025-01-16)

Welcome to the v1.9.2 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

auditd

Kernel parameter talos.auditd.disabled=1 can be used to disable Talos built-in auditd service.

kube-apiserver Authorization Config

When using .cluster.apiServer.authorizationConfig the user provided order for the authorizers is honoured and Node and RBAC authorizers are always added to the end if not explicitly specified.

Eg: If user provides only Webhook authorizer, the final order will be Webhook, Node, RBAC.

To provide a specific order for Node or RBAC explicitly, user can provide the authorizer in the order they want.

Eg:

cluster:
  apiServer:
    authorizationConfig:
      - type: Node
        name: Node
      - type: Webhook
        name: Webhook
        webhook:
          connectionInfo:
            type: InClusterConfig
        ...
      - type: RBAC
        name: rbac

Usage of authorization-mode CLI argument will not support this form of customization.

Component Updates
  • Linux: 6.12.9
  • runc: 1.2.4
  • containerd: 2.0.2

Talos is built with Go 1.23.4.

Contributors
  • Andrey Smirnov
  • Dmitry Sharshakov
  • L.J. Hanson
  • Noel Georgi
  • Skyler Mäntysaari
  • TomyLobo
Changes
18 commits

Changes from siderolabs/pkgs
6 commits

Dependency Changes
  • github.com/siderolabs/go-blockdevice/v2 v2.0.9 -> v2.0.11
  • github.com/siderolabs/pkgs v1.9.0-15-g45c4ba4 -> v1.9.0-21-gc1f06e5
  • github.com/siderolabs/talos/pkg/machinery v1.9.1 -> v1.9.2

Previous release can be found at v1.9.1

Images
ghcr.io/siderolabs/flannel:v0.26.1
registry.k8s.io/coredns/coredns:v1.12.0
gcr.io/etcd-development/etcd:v3.5.17
registry.k8s.io/kube-apiserver:v1.32.0
registry.k8s.io/kube-controller-manager:v1.32.0
registry.k8s.io/kube-scheduler:v1.32.0
registry.k8s.io/kube-proxy:v1.32.0
ghcr.io/siderolabs/kubelet:v1.32.0
ghcr.io/siderolabs/installer:v1.9.2
registry.k8s.io/pause:3.10

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@bendo-bot bendo-bot bot added the dep/patch label Jan 17, 2025
@bendo-bot bendo-bot bot requested a review from mmalyska January 17, 2025 05:02
@bendo-bot bendo-bot bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 17, 2025
@bendo-bot
Copy link
Contributor Author

bendo-bot bot commented Jan 17, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ANSIBLE ansible-lint yes no 9.93s
✅ REPOSITORY git_diff yes no 0.05s
✅ REPOSITORY secretlint yes no 1.69s
✅ YAML prettier 2 0 0.58s
✅ YAML yamllint 2 0 0.46s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

| datasource      | package                      | from    | to      |
| --------------- | ---------------------------- | ------- | ------- |
| github-releases | budimanjojo/talhelper        | v3.0.14 | v3.0.15 |
| docker          | ghcr.io/siderolabs/installer | v1.9.1  | v1.9.2  |
@bendo-bot bendo-bot bot force-pushed the renovate/patch-talos branch from 271ca20 to 506f3c5 Compare January 17, 2025 11:29
@bendo-bot bendo-bot bot changed the title fix(deps): update budimanjojo/talhelper to v3.0.15 fix(deps): update talos group (patch) Jan 17, 2025
@mmalyska mmalyska merged commit ddc2e60 into main Jan 17, 2025
6 checks passed
@mmalyska mmalyska deleted the renovate/patch-talos branch January 17, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dep/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant