siderolabs / talos-cloud-controller-manager

Generic cloud controller manager for hybrid deployments using Talos OS
MIT License
48 stars 7 forks source link

chore: Bump the siderolabs group across 1 directory with 2 updates #150

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the siderolabs group with 2 updates in the / directory: github.com/cosi-project/runtime and github.com/siderolabs/talos/pkg/machinery.

Updates github.com/cosi-project/runtime from 0.4.1 to 0.4.2

Release notes

Sourced from github.com/cosi-project/runtime's releases.

v0.4.2

What's Changed

Full Changelog: https://github.com/cosi-project/runtime/compare/v0.4.1...v0.4.2

Commits


Updates github.com/siderolabs/talos/pkg/machinery from 1.6.7 to 1.7.0

Release notes

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

v1.7.0

Talos 1.7.0 (2024-04-19)

Welcome to the v1.7.0 release of Talos!

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

Documentation on What's New in Talos 1.7.0

CA Rotation

Talos Linux now supports rotating the root CA certificate and key for Talos API and Kubernetes API.

Device Selectors

Talos Linux now supports physical: true qualifier for device selectors, it selects non-virtual network interfaces (i.e. en0 is selected, while bond0 is not).

DNS Caching

Talos Linux now provides a caching DNS resolver for host workloads (including host networking pods). It can be disabled with:

machine:
  features:
    hostDNS:
      enabled: false

You can also enable dns caching for k8s pods with:

machine:
  features:
    hostDNS:
      enabled: true
      forwardKubeDNSToHost: true

Please note that on running cluster you will have to kill CoreDNS pods for this change to apply.

If you want to can also enable the resolving of member addresses through their host and node names:

machine:
  features:
</tr></table> 

... (truncated)

Commits
  • 70fb41f release(v1.7.0): prepare release
  • 27e8455 chore: update extension filter for xen-guest-agent
  • 3a2612d feat: update Linux to 6.6.28
  • d9760fc docs: add what's new for v1.7
  • 83ad8d6 feat: add host dns support for resolving member addrs
  • 24141f0 feat: update Kubernetes to 1.30.0
  • 8652391 chore: update go-blockdevice/v2 library to the latest version
  • b72f0d7 fix: overlay installer operations
  • 81cd2b1 fix: mark overlay installer executable
  • a690e30 feat: update Flannel to v0.25.1
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 4 months ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml