Skip to content

chore(deps): update terraform cloudposse/elasticsearch/aws to v0.48.2 #78

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2025

This PR contains the following updates:

Package Type Update Change
cloudposse/elasticsearch/aws (source) module minor 0.44.0 -> 0.48.2

Release Notes

cloudposse/terraform-aws-elasticsearch (cloudposse/elasticsearch/aws)

v0.48.2

Compare Source

Add anonymous_auth_enabled option to OpenSearch advanced security opt… @​tarik-arslanagic-gpp (#​201) …ions

what

• Added support for the anonymous_auth_enabled parameter in the advanced security options of AWS OpenSearch domain resource
• This parameter is optional and defaults to false, maintaining backward compatibility
• Only modified the OpenSearch domain resource, leaving the Elasticsearch domain resource unchanged

why

• Enables anonymous authentication during the fine-grained access control migration period
• Allows for a smoother transition when enabling fine-grained access control on an existing domain
• Provides users with more flexibility when implementing security controls on their OpenSearch domains
• Addresses a missing parameter that exists in the AWS provider but wasn't exposed in this module

references

AWS Documentation on Fine-Grained Access Control
AWS Provider Documentation for anonymous_auth_enabled
• Related to migration strategies for implementing fine-grained access control on existing domains

🤖 Automatic Updates

Bump the go_modules group across 1 directory with 4 updates @​[dependabot[bot]](https://redirect.github.com/apps/dependabot) (#​204) Bumps the go_modules group with 2 updates in the /test/src directory: [golang.org/x/crypto](https://redirect.github.com/golang/crypto) and gopkg.in/yaml.v3.

Updates golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.35.0

Commits

Updates golang.org/x/net from 0.0.0-20200707034311-ab3426394381 to 0.21.0

Commits

Updates golang.org/x/sys from 0.0.0-20200622214017-ed371f2e16b4 to 0.30.0

Commits

Updates gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

v0.48.1

Compare Source

🚀 Enhancements

Fix kibana_endpoint in aws_opensearch_domain for AWS provider v6 @​rmandziarz-spoton (#​206)

what

  • Fix kibana_endpoint in aws_opensearch_domain for hashicorp/aws provider v6.x

why

Fix for:

│ Error: Unsupported attribute
│ 
│   on .terraform/modules/opensearch.opensearch/main.tf line 11, in locals:
│   11:   aws_service_domain_kibana_endpoint = coalesce(join("", aws_elasticsearch_domain.default[*].kibana_endpoint), join("", aws_opensearch_domain.default[*].kibana_endpoint))
│ 
│ This object does not have an attribute named "kibana_endpoint".

after upgrading hashicorp/aws provider to version 6.x.

Reference:

🤖 Automatic Updates

Fix go version in tests @​osterman (#​203)

what

  • Update go 1.24

why

  • Error loading shared library libresolv.so.2 in Go 1.20

References

Replace Makefile with atmos.yaml @​osterman (#​202)

what

  • Remove Makefile
  • Add atmos.yaml

why

  • Replace build-harness with atmos for readme genration

References

  • DEV-3229 Migrate from build-harness to atmos

v0.48.0

Compare Source

Provide support for using custom domain name @​rmandziarz-spoton (#​199) Provide support for using custom domain name as a fix for this limit: the domain name has a limit of 3-28 characters.

🤖 Automatic Updates

Migrate new test account @​osterman (#​194)

what

  • Update .github/settings.yml
  • Update .github/chatops.yml files

why

  • Re-apply .github/settings.yml from org level to get terratest environment
  • Migrate to new test account

References

  • DEV-388 Automate clean up of test account in new organization
  • DEV-387 Update terratest to work on a shared workflow instead of a dispatch action
  • DEV-386 Update terratest to use new testing account with GitHub OIDC
Update .github/settings.yml @​osterman (#​191)

what

  • Update .github/settings.yml
  • Drop .github/auto-release.yml files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update .github/settings.yml @​osterman (#​190)

what

  • Update .github/settings.yml
  • Drop .github/auto-release.yml files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update .github/settings.yml @​osterman (#​189)

what

  • Update .github/settings.yml
  • Drop .github/auto-release.yml files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update release workflow to allow pull-requests: write @​osterman (#​188)

what

  • Update workflow (.github/workflows/release.yaml) to have permission to comment on PR

why

  • So we can support commenting on PRs with a link to the release
Update GitHub Workflows to use shared workflows from '.github' repo @​osterman (#​187)

what

  • Update workflows (.github/workflows) to use shared workflows from .github repo

why

  • Reduce nested levels of reusable workflows
Update GitHub Workflows to Fix ReviewDog TFLint Action @​osterman (#​186)

what

  • Update workflows (.github/workflows) to add issue: write permission needed by ReviewDog tflint action

why

  • The ReviewDog action will comment with line-level suggestions based on linting failures
Update GitHub workflows @​osterman (#​185)

what

  • Update workflows (.github/workflows/settings.yaml)

why

  • Support new readme generation workflow.
  • Generate banners
Use GitHub Action Workflows from `cloudposse/.github` Repo @​osterman (#​183)

what

  • Install latest GitHub Action Workflows

why

  • Use shared workflows from cldouposse/.github repository
  • Simplify management of workflows from centralized hub of configuration
Add GitHub Settings @​osterman (#​182)

what

  • Install a repository config (.github/settings.yaml)

why

  • Programmatically manage GitHub repo settings
Update README.md and docs @​cloudpossebot (#​177)

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

Update Scaffolding @​osterman (#​178)

what

  • Reran make readme to rebuild README.md from README.yaml
  • Migrate to square badges
  • Add scaffolding for repo settings and Mergify

why

  • Upstream template changed in the .github repo
  • Work better with repository rulesets
  • Modernize look & feel

v0.47.0

Compare Source

Adding support for opensearch domains @​srhopkins (#​144)

what

  • Adds support for opensearch domains

why

  • Amazon OpenSearch Service is the successor to Amazon Elasticsearch Service and supports OpenSearch and legacy Elasticsearch OSS (up to 7.10, the final open source version of the software).

references

v0.46.0

Compare Source

Fix Reference to Undeclared Variable @​sherifabdlnaby (#​169)

what

  • Correct variable name for var.auto_tune.cron_schedule

why

  • cron_expression_for_recurrence referred to the wrong variable name, with _ not .

references

v0.45.0

Compare Source

Support AWS Provider V5 @​max-lobur (#​167)

what

Support AWS Provider V5
Linter fixes

why

Maintenance

references

https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.0.0

Sync github @​max-lobur (#​163)

Rebuild github dir from the template


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the auto-update This PR was automatically generated label May 6, 2025
@renovate renovate bot requested review from a team as code owners May 6, 2025 18:56
@renovate renovate bot requested review from kevcube and nitrocode May 6, 2025 18:56
@renovate renovate bot added the auto-update This PR was automatically generated label May 6, 2025
Copy link

mergify bot commented May 6, 2025

/terratest

@renovate renovate bot force-pushed the renovate/cloudposse-elasticsearch-aws-0.x branch 2 times, most recently from a10c8f6 to a1c4c23 Compare May 30, 2025 00:25
@renovate renovate bot force-pushed the renovate/cloudposse-elasticsearch-aws-0.x branch from a1c4c23 to 0bdff39 Compare June 10, 2025 17:28
@renovate renovate bot changed the title chore(deps): update terraform cloudposse/elasticsearch/aws to v0.48.0 chore(deps): update terraform cloudposse/elasticsearch/aws to v0.48.1 Jul 25, 2025
@renovate renovate bot force-pushed the renovate/cloudposse-elasticsearch-aws-0.x branch from 0bdff39 to 2e33172 Compare July 25, 2025 17:45
@renovate renovate bot force-pushed the renovate/cloudposse-elasticsearch-aws-0.x branch from 2e33172 to 06f8f27 Compare July 28, 2025 21:29
@renovate renovate bot changed the title chore(deps): update terraform cloudposse/elasticsearch/aws to v0.48.1 chore(deps): update terraform cloudposse/elasticsearch/aws to v0.48.2 Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-update This PR was automatically generated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants