-
Notifications
You must be signed in to change notification settings - Fork 0
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
add kubernetes namespace labels #32
Conversation
PR Reviewer Guide 🔍(Review updated until commit 2ed0951)
|
PR Code Suggestions ✨Latest suggestions up to 2ed0951
Previous suggestionsSuggestions up to commit 1854687
|
1854687
to
f86f762
Compare
5ffede5
to
a7c07af
Compare
32cc242
to
4fa5303
Compare
CHANGELOG.md
Outdated
@@ -8,7 +8,19 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |||
|
|||
## [Unreleased] | |||
|
|||
--- | |||
## [0.13.0] - 2024-11-04 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## [0.13.0] - 2024-11-04 | |
## [0.13.0] - 2024-11-04 | |
[Compare with previous version](https://github.com/sparkfabrik/terraform-google-gcp-cloud-native-drupal-resources/compare/0.12.1...0.13.0) |
4fa5303
to
ae226bb
Compare
ae226bb
to
2ed0951
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Persistent review updated to latest commit 2ed0951 |
PR Type
Enhancement, Documentation
Description
ignore_changes
block fromkubernetes_namespace
resource, allowing external label modifications to cause driftdrupal_projects_list
variable to include optionalkubernetes_namespace_labels
fieldChanges walkthrough 📝
main.tf
Add Kubernetes namespace labels support
main.tf
labels
field to thenamespace_list
local variablekubernetes_namespace
resource to include labelsignore_changes
lifecycle block for namespace labelsvariables.tf
Update Drupal projects variable with namespace labels
variables.tf
kubernetes_namespace_labels
optional field to thedrupal_projects_list
variableCHANGELOG.md
Update CHANGELOG with new version and breaking changes
CHANGELOG.md
ignore_changes
and helmvalues outputs
README.md
Update README with new variable and removed outputs
README.md
template
provider from requirementsdrupal_projects_list
input to includekubernetes_namespace_labels