Skip to content

v1.535.6

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 25 Jul 16:59
· 35 commits to main since this release
f5524dc

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#35) ## 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

chore(deps): update terraform cloudposse/elasticsearch/aws to v0.48.1 @[renovate[bot]](https://github.com/apps/renovate) (#34) This PR contains the following updates:
Package Type Update Change
cloudposse/elasticsearch/aws (source) module patch 0.48.0 -> 0.48.1

Release Notes

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

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

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 becomes conflicted, 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.