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

fix: fix issue preventing destroy of vpn routes + cleanup #46

Merged
merged 7 commits into from
Jul 31, 2023
Merged

Conversation

ocofaigh
Copy link
Member

@ocofaigh ocofaigh commented Jul 28, 2023

Description

Fixes:

  • Fixed incorrect depends_on which was causing vpn route deletion to fail
  • Updated some variable descriptions

CI changes:

  • Migrated CRA config to cra-config.yaml
  • Removed Brewfile (Brew no longer used by CI)

Doc changes:

  • Added meatadata to readme for new overview hook
  • usage cleanup
  • removed catalogValidationValues.json.template (not used)

Examples:

  • Added basic example (standalone vpn locked into modules lowest supported ibm provider version - 1.54.0)
  • Set up the HA example to use latest provider version
  • removed restapi provider config - provider is not used
  • updated to use secrets-manager-secret-group module
  • locked slz extension example into 1.54.0 since its designed to be imported as a DA
  • Added lifecycle ignore changes to SLZ example to address ibm_is_network_acl_rule resource is not idempotent IBM-Cloud/terraform-provider-ibm#4721

Tests:

NOTE: The upgrade test had to be skipped in this PR due to the directory of the example being renamed. This is low risk since the changes to the module code itself are very small.

Types of changes in this PR

Changes that affect the core Terraform module or submodules

  • Bug fix
  • New feature
  • Dependency update

Changes that don't affect the core Terraform module or submodules

  • Examples or tests (addition or updates of examples or tests)
  • Documentation update
  • CI-related update (pipeline, etc.)
  • Other

Release required?

Identify the type of release. For information about the changes in a semantic versioning release, see Release versioning.

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (X.x.x)
Release notes content

If a release is required, replace this text with information that users need to know about the release. Write the release notes to help users understand the changes, and include information about how to update from the previous version.

Your notes help the merger write the commit message for the PR that is published in the release notes for the module.

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

Merge actions for mergers

  • Use a relevant conventional commit message that is based on the PR contents and any release notes provided by the PR author. The commit message determines whether a new version of the module is needed, and if so, which semver increment to use (major, minor, or patch).
  • Merge by using "Squash and merge".

@ocofaigh
Copy link
Member Author

/run pipeline

@ocofaigh
Copy link
Member Author

/run pipeline

jor2
jor2 previously approved these changes Jul 31, 2023
@ocofaigh
Copy link
Member Author

/run pipeline

@ocofaigh
Copy link
Member Author

Ah I added the retry to the wrong destroy.. let me see how I can add the workaround to the correct state

@ocofaigh
Copy link
Member Author

/run pipeline

@ocofaigh ocofaigh closed this Jul 31, 2023
@ocofaigh ocofaigh reopened this Jul 31, 2023
@ocofaigh
Copy link
Member Author

/run pipeline

@ocofaigh ocofaigh merged commit c82a2e0 into main Jul 31, 2023
@ocofaigh ocofaigh deleted the cleanup branch July 31, 2023 14:42
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 1.4.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants