Marko Bevc
Marko Bevc
## Description Align README with current release version. _Remember to:_ - _Update the [Change Log](https://github.com/hashicorp/terraform-provider-tfe/blob/main/CONTRIBUTING.md#updating-the-changelog)_ - _Update the [Documentation](https://github.com/hashicorp/terraform-provider-tfe/blob/main/CONTRIBUTING.md#updating-the-documentation)_ ## Testing plan 1. _Describe how to replicate_ 1. _the conditions_...
*Issue #, if available:* Fixes: #13 *Description of changes:* Adds GHA workflow to build releases on tags: `v*`. After this is introduced it would make sense to build in app...
To avoid people needing to build binaries and have the toolchaing installed locally, this repo should provide prebuild binary releases for major platforms via GH Releases. i.e. https://goreleaser.com/
It would be useful to have an exclude flag when updating in order to skip packages you don't want to update. It's the opposite of updating a single package and...
Add GHA workflow to cut a release when a tag `v*` is pushed. Also enable manual trigger for Go testing workflow.
### What version of Hugo are you using (`hugo version`)? hugo v0.123.3-a75a659f6fc0cb3a52b2b2ba666a81f79a459376+extended linux/amd64 BuildDate=2024-02-23T17:09:20Z VendorInfo=gohugoio ### Does this issue reproduce with the latest release? Yes After a fix in 0.123.1...
### What were you trying to accomplish? Deleting EKS cluster provisioned with addons. ### What happened? When deleting the cluster first step is cordoning the nodes. EBS addon is running...
### Expected behavior Release should contain binary artefacts ### Actual behavior https://github.com/GoogleContainerTools/container-diff/releases/tag/v0.19.0 is only providing source
We can now concurrently provision up to 5 accounts: https://aws.amazon.com/about-aws/whats-new/2022/12/aws-control-tower-concurrent-account-provisioning-operations/
Seems like it was introduced with: https://github.com/knu/ruby-unf_ext/pull/72 And there is an upstream issue opened: https://github.com/knu/ruby-unf_ext/issues/74 Pinning could be solution for now as the compilation of the native extension is failing...