#releases (2023-07)

Announce New Releases for Cloud Posse GitHub Projects

Archive: https://archive.sweetops.com/releases/

2023-07-02

Release notes from geodesic avatar
Release notes from geodesic
11:15:34 PM

v2.2.4 Remove redundant –quiet option from docker command @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1784589913” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/859“…

Release v2.2.4 · cloudposse/geodesicattachment image

Remove redundant –quiet option from docker command @Nuru (#859) what

Remove –quiet option from Docker command that checks if Geodesic is already running

why

Starting with Docker CLI version 24…

Nuru - Overview

Nuru has 22 repositories available. Follow their code on GitHub.

Remove redundant --quiet option from docker command by Nuru · Pull Request #859 · cloudposse/geodesicattachment image

what

Remove –quiet option from Docker command that checks if Geodesic is already running

why

Starting with Docker CLI version 24.0.0, the –quiet option overrides the –format option. For backw…

2023-07-05

Release notes from atmos avatar
Release notes from atmos
05:24:30 PM

v1.39.0 what Make Atmos understand Terraform configurations and dependencies Update atmos describe component command Update atmos describe affected command Add Atmos custom commands to atmos.yaml Update docs for atmos describe component and atmos describe affected commands why

Atmos now understands Terraform configurations and dependencies! (using a Terraform parser from HashiCorp) This is useful to detect component dependencies when a Terraform component in the components/terraform folder uses…

Release v1.39.0 · cloudposse/atmos

what

Make Atmos understand Terraform configurations and dependencies Update atmos describe component command Update atmos describe affected command Add Atmos custom commands to atmos.yaml Update d…

2023-07-06

Release notes from build-harness avatar
Release notes from build-harness
02:06:26 PM

v1.23.0 Revise renovate config @max-lobur (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1791141201” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/build-harness/issues/354“…

Release v1.23.0 · cloudposse/build-harnessattachment image

Revise renovate config @max-lobur (#354) what

Auto rebase stale PRs Auto update dependencies in tests (./examples) Do not track branches other than main. All terraform repos are now migrated to m…

max-lobur - Overview

max-lobur has 71 repositories available. Follow their code on GitHub.

Revise renovate config by max-lobur · Pull Request #354 · cloudposse/build-harnessattachment image

what

Auto rebase stale PRs Auto update dependencies in tests (./examples) Do not track branches other than main. All terraform repos are now migrated to main, we also don’t want to auto-update rel…

Release notes from atmos avatar
Release notes from atmos
10:44:34 PM

v1.40.0 what Documentation pages for GitHub Actions for Terraform Plan and Apply why Documented the two new GitHub actions for Terraform Plan and Apply

Release v1.40.0 · cloudposse/atmosattachment image

what

Documentation pages for GitHub Actions for Terraform Plan and Apply

why

Documented the two new GitHub actions for Terraform Plan and Apply

Release notes from atmos avatar
Release notes from atmos
11:04:34 PM

v1.40.0 what Documentation pages for GitHub Actions for Terraform Plan and Apply why Documented the two new GitHub actions for Terraform Plan and Apply

2023-07-11

Release notes from terraform-spacelift-cloud-infrastructure-automation avatar
Release notes from terraform-spacelift-cloud-infrastructure-automation
06:48:35 PM

v1: Policy to Trigger on PR Comment (#152) added trigger affected policy

added policy to trigger on git comments

Release notes from terraform-spacelift-cloud-infrastructure-automation avatar
Release notes from terraform-spacelift-cloud-infrastructure-automation
06:48:35 PM

v1.1.0 Policy to Trigger on PR Comment @milldr (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1768614064” data-permission-text=”Title is private”…

Release v1.1.0 · cloudposse/terraform-spacelift-cloud-infrastructure-automationattachment image

Policy to Trigger on PR Comment @milldr (#152) what

Added a new trigger policy

why

Trigger a spacelift stack when a comment is added to a PR

references

Related to https://github.com/cloudposse

milldr - Overview

DevOps at Cloud Posse. milldr has 22 repositories available. Follow their code on GitHub.

2023-07-13

Release notes from terraform-aws-eks-cluster avatar
Release notes from terraform-aws-eks-cluster
10:52:34 PM

v2 Enable configuration values to be passed to addons (#191)

Release v2 · cloudposse/terraform-aws-eks-clusterattachment image

Enable configuration values to be passed to addons (#191)

Enable configuration values to be passed to addons by Nuru · Pull Request #191 · cloudposse/terraform-aws-eks-clusterattachment image

notes This version bumps requirements:

Terraform must now be >= 1.3 AWS provider must now be >= 4.46

Even with that, there is still a deprecation warning when using AWS provider v5. We are provid…

Release notes from terraform-aws-eks-cluster avatar
Release notes from terraform-aws-eks-cluster
10:52:34 PM

v2.9.0 Enable configuration values to be passed to addons @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1803819953” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-eks-cluster/issues/191“…

Release v2.9.0 · cloudposse/terraform-aws-eks-clusterattachment image

Enable configuration values to be passed to addons @Nuru (#191) notes This version bumps requirements:

Terraform must now be >= 1.3 AWS provider must now be >= 4.46

Even with that, there is still…

Nuru - Overview

Nuru has 22 repositories available. Follow their code on GitHub.

Enable configuration values to be passed to addons by Nuru · Pull Request #191 · cloudposse/terraform-aws-eks-clusterattachment image

notes This version bumps requirements:

Terraform must now be >= 1.3 AWS provider must now be >= 4.46

Even with that, there is still a deprecation warning when using AWS provider v5. We are provid…

2023-07-14

Release notes from atmos avatar
Release notes from atmos
05:24:36 PM

v1.41.0 what Add exampes and tests for validation of components with multiple hierarchical inheritance why

Show that the settings.validation section is inherited all the way down the inheritance chain, even when using multiple abstract bae components, and atmos validate component command executes the validation policies placed at any level of the inheritance hierarchy base-component-1 is an abstract component, and it has the settings.validation section defined using an OPA policy base-component-3 is…

Release v1.41.0 · cloudposse/atmosattachment image

what

Add exampes and tests for validation of components with multiple hierarchical inheritance

why

Show that the settings.validation section is inherited all the way down the inheritance chain,…

Release notes from atmos avatar
Release notes from atmos
05:44:36 PM

v1.41.0 what Add exampes and tests for validation of components with multiple hierarchical inheritance why

Show that the settings.validation section is inherited all the way down the inheritance chain, even when using multiple abstract bae components, and atmos validate component command executes the validation policies placed at any level of the inheritance hierarchy base-component-1 is an abstract component, and it has the settings.validation section defined using an OPA policy base-component-3 is…

2023-07-17

Release notes from terraform-aws-elastic-beanstalk-environment avatar
Release notes from terraform-aws-elastic-beanstalk-environment
10:04:33 PM

v0: Fix/security groups update (#244) fix: sort function crashing when create_security_group=false

run build-harness

make init && make readme run

goruhas changes recommited

Co-authored-by: Dawid Rogowicz [email protected] (<mailto:[email protected]>)

Release v0: Fix/security groups update (#244) · cloudposse/terraform-aws-elastic-beanstalk-environmentattachment image

fix: sort function crashing when create_security_group=false

run build-harness

make init && make readme run

goruhas changes recommited

Co-authored-by: Dawid Rogowicz [email protected]

Release notes from terraform-aws-elastic-beanstalk-environment avatar
Release notes from terraform-aws-elastic-beanstalk-environment
10:04:33 PM

v0.51.1 Enhancements Fix/security groups update @samcrudge (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1803820056” data-permission-text=”Title is private”…

Release v0.51.1 · cloudposse/terraform-aws-elastic-beanstalk-environmentattachment image

Enhancements

Fix/security groups update @samcrudge (#244) what

Suggested changed by @goruha. Default to empty string if aws_security_group.id is null. Empty string will then get filtered out …

samcrudge - Overview

samcrudge has 25 repositories available. Follow their code on GitHub.

2023-07-19

Release notes from docs avatar
Release notes from docs
03:13:28 PM

v0.82.0 Fixed relative links to example and tests @zdmytriv (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1794851164” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/docs/issues/589“…

Release v0.82.0 · cloudposse/docsattachment image

Fixed relative links to example and tests @zdmytriv (#589) what

Fixed relative links to example and tests

why

Replacing relative links in READMEs with fully qualified URLs to corresponding GitHu…

zdmytriv - Overview

zdmytriv has 3 repositories available. Follow their code on GitHub.

Fixed relative links to example and tests by zdmytriv · Pull Request #589 · cloudposse/docsattachment image

what

Fixed relative links to example and tests

why

Replacing relative links in READMEs with fully qualified URLs to corresponding GitHub files and folders

references

2023-07-22

Release notes from geodesic avatar
Release notes from geodesic
02:35:30 AM

v2.3.0 :rocket: Enhancements Fix detection of GEODESIC_TRACE @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1816952065” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/864“…

Release v2.3.0 · cloudposse/geodesicattachment image

:rocket: Enhancements

Fix detection of GEODESIC_TRACE @Nuru (#864) what

Fix detection of GEODESIC_TRACE Make Debian the default OS for make build

why

Bug fix Debian is our recommended OS; Alpine i…

Nuru - Overview

Nuru has 22 repositories available. Follow their code on GitHub.

Fix detection of `GEODESIC_TRACE` by Nuru · Pull Request #864 · cloudposse/geodesicattachment image

what

Fix detection of GEODESIC_TRACE Make Debian the default OS for make build

why

Bug fix Debian is our recommended OS; Alpine is deprecated

Release notes from build-harness avatar
Release notes from build-harness
03:26:30 AM

v1.24.0 Update pre-commit to run pre-push @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1816924964” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/build-harness/issues/355” data-hovercard-type=”pull_request”…

Release v1.24.0 · cloudposse/build-harnessattachment image

Update pre-commit to run pre-push @Nuru (#355) what

Update make targets pr/pre-commit and pre-commit/run to only run the pre-push stage of pre-commit Update Python package versions Update Docker G…

Update pre-commit to run pre-push by Nuru · Pull Request #355 · cloudposse/build-harnessattachment image

what

Update make targets pr/pre-commit and pre-commit/run to only run the pre-push stage of pre-commit Update Python package versions Update Docker GitHub actions

why

Target is intended to be us…

2023-07-28

Release notes from atmos avatar
Release notes from atmos
02:04:34 PM

v1.42.0 what Add Sprig functions to Atmos Go templates in imports Various fixes and improvements for atmos describe component and component dependencies calculation Update docs https://atmos.tools/cli/commands/describe/component/ why

Sprig functions in Atmos Go templates in imports provide…

Release v1.42.0 · cloudposse/atmosattachment image

what

Add Sprig functions to Atmos Go templates in imports Various fixes and improvements for atmos describe component and component dependencies calculation Update docs https://atmos.tools/cli/com

Sprig Function Documentation

Useful template functions for Go templates.

atmos describe component | atmos

Use this command to describe the complete configuration for an Atmos component in an Atmos stack.

Release notes from atmos avatar
Release notes from atmos
02:24:36 PM

v1.42.0 what Add Sprig functions to Atmos Go templates in imports Various fixes and improvements for atmos describe component and component dependencies calculation Update docs https://atmos.tools/cli/commands/describe/component/ why

Sprig functions in Atmos Go templates in imports provide…

    keyboard_arrow_up