Skip to content

v0.20.0

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 28 Feb 18:32
· 4 commits to refs/heads/main since this release
0237b01
Cut release @goruha (#81) ## what * Cut release

why

  • Test go release workflow
Use large runs-on runners @goruha (#80) ## what * Use large runs-on runners

why

  • Speedup go release build
Use large disk size for go releases @goruha (#79) ## what * Use large disk size for go releases

why

  • Solve disk space shortage
Fix typos @NathanBaulch (#70) Just thought I'd contribute some typo fixes that I stumbled on. Nothing controversial (hopefully).

Use the following command to get a quick summary of the specific corrections made:

git diff HEAD^! --word-diff-regex='\w+' -U0 \
  | grep -E '\[\-.*\-\]\{\+.*\+\}' \
  | sed -r 's/.*\[\-(.*)\-\]\{\+(.*)\+\}.*/\1 \2/' \
  | sort | uniq -c | sort -n

FWIW, the typos are:

  • connetion
  • crypted
  • disabed
  • gatway
  • initializatin
  • intrenet
  • occurence
  • provdier
  • relication
  • remmoves
  • terrform
  • updateable
Use runs-on @goruha (#78) ## what * Use runs on

why

  • Github public runners have low disk space for go release

references

Enable runs-on @goruha (#77) ## what * Added runs on config

why

  • Github public runners have low disk space for go release

references

Update names_data.csv @petabook (#75) Added env vars for EC2. This makes it easier to test with LocalStack.

🚀 Enhancements

🐞 fix(go base sdk): version update @ramongalate (#73) adding the newest version of the aws base sdk for go, so that the new optin regions available in aws are recognised by the provider

what

  • Upgrades aws-sdk-go-base from v2.0.0-beta.16 (April 2022) to v2.0.0-beta.59 (October 2024), as well as the needed dependencies.

why

  • the new optin region should be recognized as valid regions.
  • When trying to create a provider in the me-central-1 region, the provider comes back with an Invalid AWS Region: me-central-1 error message.

reproduce

  • create a provider in an optin region with any resource and do a terraform plan.

references

🤖 Automatic Updates

Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#62) Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0.

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.