chore(deps): update terraform cloudposse/elasticsearch/aws to v0.44.0 - abandoned #51
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.24.0->0.44.0Release Notes
cloudposse/terraform-aws-elasticsearch (cloudposse/elasticsearch/aws)
v0.44.0Compare Source
v0.43.0Compare Source
Add var.create_elasticsearch_user_role @mohamed-essam (#161)
what
why
references
closes #160
v0.42.0Compare Source
fix(elasticsearch): fix #143 bug to allow the deployment with 0 master nodes @franciscoandrade-unit (#145)
what
why
dedicated_master_countanddedicated_master_typeeven when thededicated_master_enabled=falsereferences
v0.41.0Compare Source
Add option to apply security groups to domain @bgottlob (#134)
what
var.create_security_grouptofalsevar.security_groupswhy
var.security_groupsto be a list of security groups to be directly attached to the ElasticSearch domainreferences
v0.40.0Compare Source
Update README: change zone_awareness_enabled to bool @Zaargh (#142)
what
In the example use zone_awareness_enabled is passed to the module as string, when bool is expected.
Changed to bool.
why
v0.39.1Compare Source
🤖 Automatic Updates
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.3 @renovate (#152)
This PR contains the following updates:
0.12.2->0.12.3Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.12.3Compare Source
Add zone inputs, update tests, add usage @​nitrocode (#​42)
what
why
references
git.io->cloudposse.tools update @​dylanbannon (#​40)
what and why
Change all references to
git.io/build-harnessintocloudposse.tools/build-harness, sincegit.ioredirects will stop working on April 29th, 2022.References
v0.39.0Compare Source
Add cold storage support @dm3ch (#148)
what
cluster_config.cold_storage_options.enabledwhy
v0.38.0Compare Source
Support ebs_throughput to enable using of gp3 @dm3ch (#150)
what
why
references
v0.37.0Compare Source
Added AutoTune support @dm3ch (#149)
what
why
references
v0.36.0Compare Source
Update go.sum terratest version `0.31.4` @goruha (#151)
what
go.sumterratest versionwhy
git.io->cloudposse.tools update @dylanbannon (#133)
what and why
Change all references to
git.io/build-harnessintocloudposse.tools/build-harness, sincegit.ioredirects will stop working on April 29th, 2022.References
v0.35.1Compare Source
🚀 Enhancements
fix when awareness is disabled, always changing @sanarena (#123)
what
When we disable zone awareness, Terraform want to put in availability_zone_count on every single run,
so resource is always marked as changed.
This pull request fix this issue.
why
Avoid unnecessary AWS calls and changes.
v0.35.0Compare Source
feat: add validation to availability_zone_count @morremeyer (#122)
what
why
zone_awareness_enabledtotruewhich will automatically use 2 AZs, but setavailability_zone_countto1, which is confusingreferences
v0.34.1Compare Source
🚀 Enhancements
set security group lifecycle @lgiuliani-mwb (#119)
what
Added a lifecycle to the security group.
why
While importing an existing resource-set to this module, if the SG had a different name, it will try to destroy the security group while attached to the cluster instances. The lifecycle optin will first create a new one, apply the change to the cluster and then destroy the unused SG.
references
AWS doesn't allow security group to be renamed, Terraform will try to destroy and re-create it, it won't catch the error but will timeout trying to destroy a security group with attached interfaces.
v0.34.0Compare Source
cein/feature/add-iam-permissions-boundary-input @Cein-Markey (#120)
what
Add new
iam_role_permissions_boundaryvariable with a default of empty string and place it inaws_iam_role.elasticsearch_user.permissions_boundarywhy
This change is to allow users of the API to leverage/set permissions boundaries: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html
"A permissions boundary is an advanced feature for using a managed policy to set the maximum permissions that an identity-based policy can grant to an IAM entity"
v0.33.3Compare Source
🤖 Automatic Updates
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.2 @renovate (#115)
This PR contains the following updates:
0.12.0->0.12.2Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.12.2Compare Source
🚀 Enhancements
Bump AWS provider 3.0 @​nitrocode (#​36)
what
why
references
N/A
v0.12.1Compare Source
🚀 Enhancements
Chore: run `make github/init` @​korenyoni (#​37)
what
make github/init.why
context.tfdistribution is incompatible with thetenantlabel.references
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.33.2Compare Source
🤖 Automatic Updates
chore(deps): update terraform cloudposse/label/null to v0.25.0 @renovate (#116)
This PR contains the following updates:
0.24.1->0.25.0Release Notes
cloudposse/terraform-null-label
v0.25.0Compare Source
Add "tenant", "labels_as_tags", and "descriptors" @​Nuru (#​132)
what
idcomponent:tenantlabels_as_tagscontrols which labels are exported as tagsdescriptor_formatsgenerates new outputdescriptorsterraform-terraform-labelwhy
null-labeltenant,labels_as_tags,descriptor_formats, add additional clarification, stop promoting obsolete moduleFix: Update README Snippets @​korenyoni (#​130)
what
why
references
Bridgecrew compliance @​Nuru (#​125)
what
.gitignorewhy
note
The PR can and should be merged into
masterto update README and Bridgecrew without triggering a new release/version. These changes have no effect on the actual module in use and a release will create unnecessary ripple effects. However, merging tomasterwill update the README and badges, so is worthwhile, and the changes will move forward into the next release.Properly output descriptors of chained modules @​Nuru (#​133)
what
why
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.33.1Compare Source
🤖 Automatic Updates
Update context.tf @cloudpossebot (#113)
what
This is an auto-generated PR that updates the
context.tffile to the latest version fromcloudposse/terraform-null-labelwhy
To support all the features of the
contextinterface.v0.33.0Compare Source
Remove unused template provider @kevcube (#109)
what
why
references
closes #​123, if this PR closes a GitHub issue#123v0.32.0Compare Source
Add a default for kibana_subdomain name @DavidWittman (#104)
Closes #82
what
kibana_subdomain_nameto be""why
module.kibana_label.idelasticsearch_subdomain_namehas a default as wellreferences
v0.31.0Compare Source
feat: support custom enpoint configuration @gberenice (#105)
what
why
references
v0.30.0Compare Source
v0.29.1Compare Source
🤖 Automatic Updates
Update Terraform cloudposse/label/null to v0.24.1 @renovate (#100)
This PR contains the following updates:
0.22.1->0.24.1Release Notes
cloudposse/terraform-null-label
v0.24.1Compare Source
Allow control of letter case of outputs @​SweetOps (#​107)
You now have control over the letter case of generated tag names and supplied labels, which means you also have control over the letter case of the ultimate
id.Labels are the elements you can include in
label_order, namelynamespace,environment,stage,name, andattributes. For every non-empty label, a corresponding tag name is generated. Fornamespace,environment,stage, the output is the formatted, normalized input. (By "normalized" we mean that it goes throughregex_replace_chars.), Forattributes, which is a list, each element is normalized, duplicates are removed, and the resulting list is converted to a string by joining the elements with thedelimiter(defaults to hyphen). Forname, which is special, the output is the same asid, which is the joining of the labels in the order specified bylabel_orderand separated bydelimiter.label_key_caseto one ofupper,lower, ortitle, which will result in generatedtagnames in the corresponding case:NAME,name, orName. For backwards compatibility,titleis the defaultlabel_value_caseto one ofupper,lower,title, ornone, which will result in output label values in the corresponding case (withnonemeaning no case conversion of any kind will be done, though the labels will still be subject toregex_replace_chars). The case converted labels will show up not just in the module output of the labels themselves, but also in thetagvalues and in theidstring.You can look at the test cases in
examples/completeand the expected results intest/src/examples_complete_test.goto see examples of how this is supposed to work.One interesting example is that you can create
ids in Pascal case by settinglabel_value_case = "title"anddelimiter = "".Include updates to exports/context.tf @​Nuru (#​122 and #​123)
what
exports/context.tfid_length_limitwhy
exports/context.tfis what gets distributed and needs to be in syncRestore backward compatibility with v0.22.1 and earlier @​Nuru (#​121)
what
label_key_caseandlabel_value_caseby vars, not just by context attributes.why
Incorporates and closes #120
v0.24.0Compare Source
Restore backward compatibility with v0.22.1 and earlier @​Nuru (#​121)
what
label_key_caseandlabel_value_caseby vars, not just by context attributes.why
Incorporates and closes #120
Allow control of letter case of outputs @​SweetOps (#​107)
You now have control over the letter case of generated tag names and supplied labels, which means you also have control over the letter case of the ultimate
id.Labels are the elements you can include in
label_order, namelynamespace,environment,stage,name, andattributes. For every non-empty label, a corresponding tag name is generated. Fornamespace,environment,stage, the output is the formatted, normalized input. (By "normalized" we mean that it goes throughregex_replace_chars.), Forattributes, which is a list, each element is normalized, duplicates are removed, and the resulting list is converted to a string by joining the elements with thedelimiter(defaults to hyphen). Forname, which is special, the output is the same asid, which is the joining of the labels in the order specified bylabel_orderand separated bydelimiter.label_key_caseto one ofupper,lower, ortitle, which will result in generatedtagnames in the corresponding case:NAME,name, orName. For backwards compatibility,titleis the defaultlabel_value_caseto one ofupper,lower,title, ornone, which will result in output label values in the corresponding case (withnonemeaning no case conversion of any kind will be done, though the labels will still be subject toregex_replace_chars). The case converted labels will show up not just in the module output of the labels themselves, but also in thetagvalues and in theidstring.You can look at the test cases in
examples/completeand the expected results intest/src/examples_complete_test.goto see examples of how this is supposed to work.One interesting example is that you can create
ids in Pascal case by settinglabel_value_case = "title"anddelimiter = "".Known issues
exports/context.tfstill not backwards compatibleid_lengthnot included inexports/context.tfv0.23.0Compare Source
Known issues
null-label. The canonicalcontext = module.this.contextfails ifmodule.this.contextis an older versioncontext.tfdoes not incorporatevar.label_key_caseandvar.label_value_caseinto themodule.thisobject, preventing those variables from taking effect in the root module'smodule.this.feat: add support for setting letter case of context tags @​SweetOps (#​107)
With this release, you gain control over the letter case of generated tag names and supplied labels, which means you also have control over the letter case of the ultimate
id.Labels are the elements you can include in
label_order, namelynamespace,environment,stage,name, andattributes. For every non-empty label, a corresponding tag name is generated. Fornamespace,environment,stage, the output is the formatted, normalized input. (By "normalized" we mean that it goes throughregex_replace_chars.), Forattributes, which is a list, each element is normalized, duplicates are removed, and the resulting list is converted to a string by joining the elements with thedelimiter(defaults to hyphen). Forname, which is special, the output is the same asid, which is the joining of the labels in the order specified bylabel_orderand separated bydelimiter.label_key_caseto one ofupper,lower, ortitle, which will result in generatedtagnames in the corresponding case:NAME,name, orName. For backwards compatibility,titleis the defaultlabel_value_caseto one ofupper,lower,title, ornone, which will result in output label values in the corresponding case (withnonemeaning no case conversion of any kind will be done, though the labels will still be subject toregex_replace_chars). The case converted labels will show up not just in the module output of the labels themselves, but also in thetagvalues and in theidstring.You can look at the test cases in
examples/completeand the expected results intest/src/examples_complete_test.goto see examples of how this is supposed to work.One interesting example is that you can create
ids in Pascal case by settinglabel_value_case = "title"anddelimiter = "".Update Terraform cloudposse/route53-cluster-hostname/aws to v0.12.0 @renovate (#101)
This PR contains the following updates:
0.10.0->0.12.0Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.12.0Compare Source
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @​maximmi (#​35)
what
why
v0.11.0Compare Source
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @​maximmi (#​34)
what
why
v0.10.1Compare Source
🤖 Automatic Updates
Update README.md and docs @​cloudpossebot (#​33)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates
v0.29.0Compare Source
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#98)
what
why
v0.28.1Compare Source
🤖 Automatic Updates
Update context.tf @cloudpossebot (#99)
what
This is an auto-generated PR that updates the
context.tffile to the latest version fromcloudposse/terraform-null-labelwhy
To support all the features of the
contextinterface.v0.28.0Compare Source
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#97)
what
why
v0.27.0Compare Source
domain_endpoint_options_enforce_https enabled by default @maximmi (#95)
what
Elasticsearch Domain EnforceHTTPSenabled by defaultwhy
references
v0.26.0Compare Source
Terraform 0.14 upgrade @maximmi (#90)
what
why
v0.25.1Compare Source
🚀 Enhancements
Bump dependencies to support v14 @svrakitin (#88)
Bumped versions to eliminate following errors on v0.14.x:
v0.25.0Compare Source
[GH Issue 85] Support Audit Logging @neuroticnetworks (#86)
what
AUDIT_LOGSsupport in the CloudPosse ES Module.why
INDEX_SLOW_LOGS,SEARCH_SLOW_LOGS,ES_APPLICATION_LOGS, andAUDIT_LOGS(xref log_publishing_options here) The CloudPosse module currently supports the first of these log types, but does not allow you to enableAUDIT_LOGS.references
v0.24.1Compare Source
🐛 Bug Fixes
Remove SID from ES access policy @Nuru (#76)
what
why
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.