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 from 1.2.0 to 1.2.1 #160

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2022

Bumps github.com/talos-systems/talos from 1.2.0 to 1.2.1.

Release notes

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

v1.2.1

Talos 1.2.1 (2022-09-07)

Welcome to the v1.2.1 release of Talos!

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

Component Updates

  • Flannel: v0.19.2
  • Linux: 5.15.65

Talos is built with Go 1.19.1.

Contributors

  • Noel Georgi
  • Andrey Smirnov
  • Utku Ozdemir

Changes

Changes from siderolabs/extras

Changes from siderolabs/pkgs

... (truncated)

Changelog

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

Talos 1.2.0-alpha.2 (2022-08-10)

Welcome to the v1.2.0-alpha.2 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.

Talos API access from Kubernetes

Talos now supports access to its API from within Kubernetes. It can be configured in the machine config as below:

machine:
  features:
    kubernetesTalosAPIAccess:
      enabled: true
      allowedRoles:
        - os:reader
      allowedKubernetesNamespaces:
        - kube-system

This feature introduces a new custom resource definition, serviceaccounts.talos.dev. Creating custom resources of this type will provide credentials to access Talos API from within Kubernetes.

The new CLI subcommand talosctl inject serviceaccount can be used to configure Kubernetes manifests with Talos service accounts as below:

talosctl inject serviceaccount -f manifests.yaml > manifests-injected.yaml
kubectl apply -f manifests-injected.yaml

See documentation for more details.

Generating Talos secrets from PKI directory

It is now possible to generate a secrets bundle from a Kubernetes PKI directory (e.g. /etc/kubernetes/pki).

You can also specify a bootstrap token to be used in the secrets bundle.

This secrets bundle can then be used to generate a machine config.

This facilitates migrating clusters (e.g. created using kubeadm) to Talos.

talosctl gen secrets --kubernetes-bootstrap-token znzio1.1ifu15frz7jd59pv --from-kubernetes-pki /etc/kubernetes/pki
talosctl gen config --with-secrets secrets.yaml my-cluster https://172.20.0.1:6443
</tr></table> 

... (truncated)

Commits
  • 2f3b58b release(v1.2.1): prepare release
  • a5ecc1a chore: bump kernel and go
  • 6efe614 fix: automatically discard VIPs for etcd advertised addresses
  • 0e4cead fix: flip the client-server version check
  • b902247 fix: prevent panic on health check if a member has no IPs
  • 2921221 feat: update Flannel to v0.19.2
  • 7a0e373 chore: remove capi hacks
  • See full diff 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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 8, 2022
Bumps [github.com/talos-systems/talos](https://github.com/talos-systems/talos) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/talos-systems/talos/releases)
- [Changelog](https://github.com/siderolabs/talos/blob/master/CHANGELOG.md)
- [Commits](siderolabs/talos@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/talos-systems/talos
  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-1.2.1 branch from 2db9c8f to 3472a12 Compare September 8, 2022 13:13
@github-actions github-actions bot merged commit 3472a12 into master Sep 9, 2022
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/talos-systems/talos-1.2.1 branch September 9, 2022 13:23
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