rancher / terraform-aws-rke2

Terraform module to manage an RKE2 node from AWS
GNU General Public License v3.0
1 stars 4 forks source link

fix: update rancher/server/aws requirement from v0.4.1 to 1.0.0 #150

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on rancher/server/aws to permit the latest version.

Release notes

Sourced from rancher/server/aws's releases.

v1.0.0

1.0.0 (2024-05-04)

⚠ BREAKING CHANGES

  • adjust for new abilities (#62)

Bug Fixes

Code Refactoring

Changelog

Sourced from rancher/server/aws's changelog.

1.0.0 (2024-05-04)

⚠ BREAKING CHANGES

  • adjust for new abilities (#62)

Bug Fixes

Code Refactoring

0.4.1 (2024-03-14)

Bug Fixes

  • ignore subnet id changes and specify when server gets recreated (#59) (759efac)
  • this trigger is undertermined at plan time (#61) (fd6ed07)

0.4.0 (2024-03-13)

Features

  • added more official cloud init support, added cloud init debugging logs, added a default private ip selection, updated dev functions (#54) (29b186c)

Bug Fixes

  • eip needs to be created to pass it (#56) (5e9fc78)
  • full output was a debug, remove (#58) (4ed2622)
  • make sure default ip is always available, send owners from aws to image outputs, validate image names (#57) (6d2cac7)

0.3.1 (2024-03-08)

Bug Fixes

  • remove unnecessary variables in tests (#53) (082e6d0)
  • select zone for region tests and remove key and key_name when not necessary (#52) (db4e01a)
  • update all tests to stop using the default vpc and subnet (#50) (7bcdeeb)

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.