Skip to content
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

Bump elastic/ec from 0.1.1 to 0.7.0 in /modules/elastic/cluster #319

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 4, 2023

Bumps elastic/ec from 0.1.1 to 0.7.0.

Release notes

Sourced from elastic/ec's releases.

v0.7.0

ENHANCEMENTS:

v0.6.0

FEATURES:

Migration to TF Plugin Framework

BREAKING CHANGE:

ec_deployment uses a new schema now in order to fix the crucial defects around autoscaling/topologies:

Existing resources should be imported. Please see NOTES below and README for more details.

NOTES

  • Older versions of terraform CLI can report errors with the provider 0.6.0. Please make sure to update Terraform CLI to the latest version.
  • ec_deployment has a new schema now but state upgrade is not implemented. The recommended way to proceed with existing TF resources is state import. However, this doesn't import user passwords and secret tokens.
  • After import, the next plan command may try to delete some empty or zero size attributes, e.g. it can try to delete empty elasticsearch config or cold tier attributes if configuration doesn't define them and cold tier size is zero. It should not be a problem. You can either execute the plan (the only result should be an updated Terraform state while the deployment should remain the same) or add empty cold tier and config elasticsearch attributes to the configuration.
  • The migration is based on 0.4.1, so all changes from 0.5.0 and 0.5.1 are omitted.

v0.5.1

No release notes provided.

v0.5.0

No release notes provided.

v0.4.1

No release notes provided.

v0.4.0

No release notes provided.

v0.3.0

FEATURES:

  • New Resource: resource/ec_deployment_elasticsearch_keystore: Adds a new ec_deployment_elasticsearch_keystore resource which allows creating and updating Elasticsearch keystore settings. (#364)

ENHANCEMENTS:

... (truncated)

Changelog

Sourced from elastic/ec's changelog.

0.7.0 (May 4, 2023)

ENHANCEMENTS:

  • Add resource ec_snapshot_repository for usage with Elastic Cloud Enterprise. (#613)
  • data-source/traffic_filter: Add ec_traffic_filter data source. (#619)
  • resource/deployment: Ignore stopped resources when calculating the deployment version. (#623)
  • resource/ec_deployment: Add snapshot settings (for usage with Elastic Cloud Enterprise only). (#620)
  • resource/ec_deployment: Support the template migration api when changing deployment_template_id. (#625)

0.6.0 (Feb 28, 2023)

FEATURES:

Migration to TF Plugin Framework

BREAKING CHANGES:

New schema for ec_deployment. Existing resources should be imported. Please see NOTES below and README for more details.

BUG FIXES:

#336 #445 #466 #467

NOTES

  • Older versions of terraform CLI can report errors with the provider 0.6.0. Please make sure to update Terraform CLI to the latest version.
  • ec_deployment has a new schema now but state upgrade is not implemented. The recommended way to proceed with existing TF resources is state import. However, this doesn't import user passwords and secret tokens.
  • After import, the next plan command may try to delete some empty or zero size attributes, e.g. it can try to delete empty elasticsearch config or cold tier if configuration doesn't define them and cold tier size is zero. It should not be a problem. You can eigher execute the plan (the only result should be updated Terraform state while the deployment should stay the same) or add empty cold tier and config attributes to the configuration.
  • The migration is based on 0.4.1, so all changes from 0.5.0 and 0.5.1 are omitted.

0.5.1 (Feb 15, 2023)

FEATURES:

  • resource/deployment: Utilise the template migration API to build the base update request when changing deployment_template_id. This results in more reliable changes between deployment templates. (#547)

0.5.0 (Oct 12, 2022)

FEATURES:

  • datasource/privatelink: Adds data sources to obtain AWS/Azure Private Link, and GCP Private Service Connect configuration data. (#533)
  • resource/deployment: Adds fleet_https_endpoint and apm_https_endpoint to integrations server resources. This allows consumers to explicitly capture service urls for dependent modules. (#548)
  • resource/elasticsearch: Adds support for the strategy property to the elasticsearch resource. This allows users to define how different plan changes are coordinated. (#507)

... (truncated)

Commits
  • d18221f Update documentation, CHANGELOG.md, and NOTICE
  • 7dfa5ff Add missing changelog entries
  • 3ecb30e Update documentation, CHANGELOG.md, and NOTICE
  • b3ccfc2 Generated docs (#634)
  • 983a50e Update CHANGELOG.md and NOTICE
  • cd25ecf Add Traffic Filter data source (#619)
  • a8bb2c1 Update CHANGELOG.md and NOTICE
  • 5c53785 fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.2...
  • 4acc904 Update CHANGELOG.md and NOTICE
  • 6d77410 Utilise the migrate template API when applying changes to the deployment temp...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [elastic/ec](https://github.com/elastic/terraform-provider-ec) from 0.1.1 to 0.7.0.
- [Release notes](https://github.com/elastic/terraform-provider-ec/releases)
- [Changelog](https://github.com/elastic/terraform-provider-ec/blob/master/CHANGELOG.md)
- [Commits](elastic/terraform-provider-ec@v0.1.1...v0.7.0)

---
updated-dependencies:
- dependency-name: elastic/ec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team and tom-reinders as code owners May 4, 2023 07:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels May 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2023

Superseded by #347.

@dependabot dependabot bot closed this Aug 7, 2023
@dependabot dependabot bot deleted the dependabot/terraform/modules/elastic/cluster/elastic/ec-0.7.0 branch August 7, 2023 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants