#releases (2022-07)
Announce New Releases for Cloud Posse GitHub Projects
Archive: https://archive.sweetops.com/releases/
2022-07-01
v1.4.23 what Fix atmos terraform clean command Add CLI docs for atmos terraform clean command why atmos terraform clean command, when deleting the folder that TF_DATA_DIR points to, was using the relative path and not the component’s folder. Use absolute path atmos terraform clean is not a standard terraform command, so we need to describe it separately in the docs
what Fix atmos terraform clean command Add CLI docs for atmos terraform clean command why atmos terraform clean command, when deleting the folder that TF_DATA_DIR points to, was using the relati…
v1.4.23 what Fix atmos terraform clean command Add CLI docs for atmos terraform clean command why atmos terraform clean command, when deleting the folder that TF_DATA_DIR points to, was using the relative path and not the component’s folder. Use absolute path atmos terraform clean is not a standard terraform command, so we need to describe it separately in the docs What’s Changed Add TF_CLI_ARGS_console env var to shell subcommand by <a class=”user-mention notranslate” data-hovercard-type=”user”…
v0.126.0 git.io->cloudposse.tools update @dylanbannon (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1221276263” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/helmfiles/issues/282“…
git.io->cloudposse.tools update @dylanbannon (#282) what and why Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April…
dylanbannon has 9 repositories available. Follow their code on GitHub.
what and why Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022. References DEV-143
v0.46.1 git.io->cloudposse.tools update @dylanbannon (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1220467121” data-permission-text=”Title is private”…
git.io->cloudposse.tools update @dylanbannon (#210) what and why Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April…
2022-07-03
v0.47.0 simple fix for the security group description to make it more appropriate for the EB module @andylamp (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1132588769” data-permission-text=”Title is private”…
simple fix for the security group description to make it more appropriate for the EB module @andylamp (#208) what Change the description from: “Security Group for EKS cluster” to “Security Group fo…
andylamp has 90 repositories available. Follow their code on GitHub.
2022-07-04
v1.2.2 Add quickstart docs @nitrocode (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1274227286” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/791” data-hovercard-type=”pull_request”…
Add quickstart docs @nitrocode (#791) There is also https://docs.cloudposse.com/tutorials/geodesic-getting-started/ but a quickstart in a project README is most likely what someone will see when f…
what Add quickstart docs why When I first started working with cloudposse, I was told to run geodesic and I struggled with it. I think these docs will help get newcomers get started much sooner …
2022-07-05
v1.4.24 what Refactor stacks to the latest pattern Refactor tests Update everything to the latest versions Update component processor why Refactor stacks in the examples to use orgs->tenants->accounts->regions + catalog and mixins - this is our latest pattern of stacks configuration Refactor tests to reflect the new structure of the stacks folder Use the latest versions of atmos, geodesic and terraform in the examples Small fixes in the component processor
what Refactor stacks to the latest pattern Refactor tests Update everything to the latest versions Update component processor why Refactor stacks in the examples to use orgs->tenants->accounts->…
v1.4.24 what Refactor stacks to the latest pattern Refactor tests Update everything to the latest versions Update component processor why Refactor stacks in the examples to use orgs->tenants->accounts->regions + catalog and mixins - this is our latest pattern of stacks configuration Refactor tests to reflect the new structure of the stacks folder Use the latest versions of atmos, geodesic and terraform in the examples Small fixes in the component processor
v1.2.0 allow traffic inside security group @kevcube (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1290614263” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-rds-cluster/issues/145“…
allow traffic inside security group @kevcube (#145) boolean flag to enable intra-security group communication. why we create our app infrastructure beginning with the database, then we use the out…
. kevcube has 38 repositories available. Follow their code on GitHub.
boolean flag to enable intra-security group communication. why we create our app infrastructure beginning with the database, then we use the output security group ID that gets created by Postgres …
2022-07-06
v0.24.3 Override target group name @nitrocode (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1295062719” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-alb-ingress/issues/63“…
Override target group name @nitrocode (#63) what Override target group name why Target group name is limited to 32 chars Overriding it will allow us to tag it correctly using the context and red…
what Override target group name why Target group name is limited to 32 chars Overriding it will allow us to tag it correctly using the context and reduce the name Workaround is to create the tar…
2022-07-07
v0.19.1 git.io->cloudposse.tools update @dylanbannon (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1221332323” data-permission-text=”Title is private”…
git.io->cloudposse.tools update @dylanbannon (#61) what and why Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April …
dylanbannon has 9 repositories available. Follow their code on GitHub.
v1.2.1 Enhancements Resolve Invalid count argument errors by accepting zone_id as a list @woz5999 (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1289164682” data-permission-text=”Title is private”…
Enhancements Resolve Invalid count argument errors by accepting zone_id as a list @woz5999 (#144) what Support a list for zone_id Retain legacy support for a string zone_id why Resolve Inva…
woz5999 has 54 repositories available. Follow their code on GitHub.
2022-07-10
v1.3.0 Fix missing required db_cluster_instance_class variable for multi a-z rds cluster @matharoo (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1296227332” data-permission-text=”Title is private”…
Fix missing required db_cluster_instance_class variable for multi a-z rds cluster @matharoo (#147) what Adding missing required db_cluster_instance_class variable when creating a provisioned multi…
matharoo has 30 repositories available. Follow their code on GitHub.
2022-07-11
core-v0.1.114 release core v0.1.114
release core v0.1.114
core-v0.1.114 release core v0.1.114
release core v0.1.114
2022-07-13
v1.3.1 Bug Fixes Remove no-release from patch @nitrocode (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1304054574” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/build-harness/issues/324“…
Bug Fixes Remove no-release from patch @nitrocode (#324) what Remove no-release from patch why I believe this is the cause of a patch release that follows the merge of an unlabeled PR which…
what Remove no-release from patch why I believe this is the cause of a patch release that follows the merge of an unlabeled PR which followed the merge of a no-release labeled PR The expectation…
2022-07-17
v1.4.25 what Update component deps calculation Add tests to check this why When a component defines inherited YAML base components in metadata.inherits and the stack imported the YAML file(s) where the inherited YAML components are defined, add the imported YAML files to the deps labels Before this fix, only the base terraform component was used in the deps calculation. All imported YAML files where the base YAML components were defined were not included in the deps labels (and the YAML files were…
what Update component deps calculation Add tests to check this why When a component defines inherited YAML base components in metadata.inherits and the stack imported the YAML file(s) where the …
2022-07-20
v0.8.2 git.io->cloudposse.tools update @dylanbannon (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1221286580” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-iam-user/issues/21“…
git.io->cloudposse.tools update @dylanbannon (#21) what and why Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April …
dylanbannon has 9 repositories available. Follow their code on GitHub.
what and why Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022. References DEV-143
2022-07-21
v0.8.3 Enhancements use templatefile function instead of data resource @moperacz (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1227842559” data-permission-text=”Title is private”…
Enhancements use templatefile function instead of data resource @moperacz (#22) what instead of using deprecated (and not supported on new Macs) hashicorp/template provider use templatefile fu…
moperacz has 28 repositories available. Follow their code on GitHub.
2022-07-23
v1.3.1 Enhancements Fix: Upgrading DB version fails with InvalidParameterCombination for instance parameter group @addavid (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1315589811” data-permission-text=”Title is private”…
Enhancements Fix: Upgrading DB version fails with InvalidParameterCombination for instance parameter group @addavid (#151) what Pass a value to db_instance_parameter_group_name argument when …
addavid has 4 repositories available. Follow their code on GitHub.
2022-07-24
v2.3.1 Bump sigs.k8s.io/aws-iam-authenticator from 0.5.3 to 0.5.9 in /test/src @dependabot (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1306346270” data-permission-text=”Title is private”…
Bump sigs.k8s.io/aws-iam-authenticator from 0.5.3 to 0.5.9 in /test/src @dependabot (#156) Bumps sigs.k8s.io/aws-iam-authenticator from 0.5.3 to 0.5.9. Release notes Sourced from sigs.k8s.io/aws-i…
Automated dependency updates built into GitHub. Dependabot has 24 repositories available. Follow their code on GitHub.
2022-07-25
v1.3.2 Mount host directory on /host instead of /opt @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1316219297” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/build-harness/issues/326“…
Mount host directory on /host instead of /opt @Nuru (#326) what Mount host file system on /host instead of /opt why /opt is used by containerd and by the container OS (Alpine or Debian) and moun…
Nuru has 21 repositories available. Follow their code on GitHub.
what Mount host file system on /host instead of /opt why /opt is used by containerd and by the container OS (Alpine or Debian) and mounting the local file system on /opt may be triggering a Dock…
v2.3.2 Bug Fixes Exclude only TLS provider version 4.0.0 @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1317318166” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-eks-cluster/issues/160“…
Bug Fixes Exclude only TLS provider version 4.0.0 @Nuru (#160) what && why In #158 we disallowed all TLS provider version >= 4.0.0 due to hashicorp/terraform-provider-tls#244 . In this releas…
Nuru has 21 repositories available. Follow their code on GitHub.
what && why In #158 we disallowed all TLS provider version >= 4.0.0 due to hashicorp/terraform-provider-tls#244 . In this release we exclude only 4.0.0 exactly because the bug was fixed in 4.0.1. …
2022-07-27
v0.8.4 Enhancements fix: remove template provider from requirements @mehowthe (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1318701098” data-permission-text=”Title is private”…
Enhancements fix: remove template provider from requirements @mehowthe (#25) what Remove not needed provider from requirements in versions.tf file why template was not removed from versions….
mehowthe has 4 repositories available. Follow their code on GitHub.