-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
feat!: update docker machine and encrypt all EBS #1204
Conversation
Hey @jonmcewen! 👋 Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process. Make sure that this PR clearly explains:
With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE. The following ChatOps commands are supported:
Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command. This message was generated automatically. You are welcome to improve it. |
|
Great! I was already looking for that option but didn't find it. As we have the KMS keys, ... available in the module, we should go a little further and pass them to the docker machine. Could you add this please to the PR, @jonmcewen? |
I guess we have to fix the key policy to allow spot instances. |
🤖 I have created a release *beep* *boop* --- ## [8.0.0](7.15.0...8.0.0) (2024-11-27) ### ⚠ BREAKING CHANGES * update docker machine and encrypt all EBS ([#1204](#1204)) ### Features * update docker machine and encrypt all EBS ([#1204](#1204)) ([7bfe8f7](7bfe8f7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: cattle-ops-releaser-2[bot] <134548870+cattle-ops-releaser-2[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thanks @kayman-mk . Sorry I wasn't around to help finish this off |
Description
0.16.2-gitlab.19-cki.5
to set the encryption key for the instancesMigrations required
This could be a breaking change as you might have to change the key policy for the encryption key to allow EBS to access the key.
Verification
Manually tested the new version.