v0.20.0
·
4 commits
to refs/heads/main
since this release
Use large runs-on runners @goruha (#80)
## what * Use large runs-on runnerswhy
- Speedup go release build
Use large disk size for go releases @goruha (#79)
## what * Use large disk size for go releaseswhy
- 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 -nFWIW, the typos are:
- connetion
- crypted
- disabed
- gatway
- initializatin
- intrenet
- occurence
- provdier
- relication
- remmoves
- terrform
- updateable
Use runs-on @goruha (#78)
## what * Use runs onwhy
- Github public runners have low disk space for go release
references
Enable runs-on @goruha (#77)
## what * Added runs on configwhy
- 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 providerwhat
- 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
- optin regions
- closes #71, issue
- current version
🤖 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.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.