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

build(deps): bump github.com/talos-systems/talos/pkg/machinery from 1.2.3 to 1.2.6 #186

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2022

Bumps github.com/talos-systems/talos/pkg/machinery from 1.2.3 to 1.2.6.

Release notes

Sourced from github.com/talos-systems/talos/pkg/machinery's releases.

v1.2.5

Talos 1.2.5 (2022-10-11)

Welcome to the v1.2.5 release of Talos!

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

Component Updates

  • Linux: 5.15.72 + UEFI/arm64 patch

Contributors

  • Andrey Smirnov

Changes

Changes from siderolabs/pkgs

Dependency Changes

  • github.com/siderolabs/pkgs v1.2.0-16-gfca1701 -> v1.2.0-18-g4e4a1c6

Previous release can be found at v1.2.4

Images

ghcr.io/siderolabs/flannel:v0.19.2
ghcr.io/siderolabs/install-cni:v1.2.0-2-gf14175f
docker.io/coredns/coredns:1.9.3
gcr.io/etcd-development/etcd:v3.5.5
</tr></table> 

... (truncated)

Changelog

Sourced from github.com/talos-systems/talos/pkg/machinery's changelog.

Talos 1.3.0-alpha.0 (2022-09-28)

Welcome to the v1.3.0-alpha.0 release of Talos!
This is a pre-release of Talos

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

kube-apiserver Audit Policy

Talos now supports setting custom audit policy for kube-apiserver in the machine configuration.

etcd Consistency Check

Talos enables --experimental-compact-hash-check-enabled option by default to improve etcd store consistency guarantees.

This options is only available with etcd >= v3.5.5, so Talos doesn't support version of etcd before v3.5.5.

Kernel Modules

Talos now supports settings kernel module parameters.

Eg:

machine:
  kernel:
    modules:
      - name: "br_netfilter"
        parameters:
          - nf_conntrack_max=131072

Nano Pi R4S

Talos now supports the Nano Pi R4S SBC.

Raspberry Generic Images

The Raspberry Pi 4 specific image has been deprecated and will be removed in the v1.4 release of Talos. Talos now ships a generic Raspberry Pi image that should support more Raspberry Pi variants. Refer to the docs at https://www.talos.dev/v1.3/talos-guides/install/single-board-computers/rpi_generic/ to find which ones are supported.

... (truncated)

Commits
  • 6ca8b2a release(v1.2.6): prepare release
  • d79658c feat: implement Talos API auth using SideroV1 signatures
  • 8dd393e fix: regenerate cert on node labeling retry
  • 06266ed fix: lowercase nodename
  • 0f0552e feat: update Linux to 5.15.74
  • 2c12fe5 feat: update Kubernetes to 1.25.3
  • 65fab60 release(v1.2.5): prepare release
  • 7e7b07b feat: patch Linux kernel with UEFI randomize fix
  • 0872ca7 release(v1.2.4): prepare release
  • ce540ff fix: lookup Equinix Metal bond slaves using 'permanent addr'
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from tensor5 as a code owner October 26, 2022 13:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 26, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/talos-systems/talos/pkg/machinery-1.2.6 branch from bcbeca9 to 35cdf82 Compare October 27, 2022 13:24
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/talos-systems/talos/pkg/machinery-1.2.6 branch from 35cdf82 to 64fd73d Compare November 3, 2022 13:14
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/talos-systems/talos/pkg/machinery-1.2.6 branch from 64fd73d to 1acb529 Compare November 9, 2022 13:24
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/talos-systems/talos/pkg/machinery-1.2.6 branch from 1acb529 to a0e5e74 Compare November 11, 2022 13:26
Bumps [github.com/talos-systems/talos/pkg/machinery](https://github.com/talos-systems/talos) from 1.2.3 to 1.2.6.
- [Release notes](https://github.com/talos-systems/talos/releases)
- [Changelog](https://github.com/siderolabs/talos/blob/main/CHANGELOG.md)
- [Commits](siderolabs/talos@v1.2.3...v1.2.6)

---
updated-dependencies:
- dependency-name: github.com/talos-systems/talos/pkg/machinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/talos-systems/talos/pkg/machinery-1.2.6 branch from a0e5e74 to 0a20fb2 Compare November 21, 2022 13:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 23, 2022

Superseded by #194.

@dependabot dependabot bot closed this Nov 23, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/talos-systems/talos/pkg/machinery-1.2.6 branch November 23, 2022 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants