#releases (2024-03)

Announce New Releases for Cloud Posse GitHub Projects

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

2024-03-01

Release notes from terraform-aws-rds-cluster avatar
Release notes from terraform-aws-rds-cluster
01:11:28 AM

v1: Allow to configure storage type for global databases (#189) Allow to configure storage type for global databases to enable Aurora I/O-optimized

readme fixes

readme fixes

Release v1: Allow to configure storage type for global databases (#189) · cloudposse/terraform-aws-rds-clusterattachment image

Allow to configure storage type for global databases to enable Aurora I/O-optimized

readme fixes

readme fixes

Release notes from terraform-aws-rds-cluster avatar
Release notes from terraform-aws-rds-cluster
01:11:28 AM

v1.7.1 Allow to configure storage type for global databases @bentmann (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2151671455” data-permission-text=”Title is private”…

Release v1.7.1 · cloudposse/terraform-aws-rds-clusterattachment image

Allow to configure storage type for global databases @bentmann (#189) what Use existing storage_type variable for global DBs, too. Currently, it is only set for regional clusters. why Aurora cluste…

bentmann - Overview

bentmann has one repository available. Follow their code on GitHub.

Release notes from geodesic avatar
Release notes from geodesic
06:45:28 AM

v2.9.3 Included Tools

Update AWS CLI packages @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2164473557” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/928“…

Release v2.9.3 · cloudposse/geodesicattachment image

Included Tools

Update AWS CLI packages @renovate (#928) This PR contains the following updates:

Package Change Age Adoption Passing Confidence

awscli (source, changelog) ==1.32.49 -> ==…

Update AWS CLI packages by renovate[bot] · Pull Request #928 · cloudposse/geodesicattachment image

This PR contains the following updates:

Package Change Age Adoption Passing Confidence

awscli (source, changelog) ==1.32.49 -> ==1.32.54

boto3 ==1.34.49 -> ==1.34.54

Release No…

2024-03-02

Release notes from terraform-aws-rds-cluster avatar
Release notes from terraform-aws-rds-cluster
10:11:24 PM

v1: implement simple rolling update using depends_on (#191) implement simple rolling update using depends_on

update README

Release notes from terraform-aws-rds-cluster avatar
Release notes from terraform-aws-rds-cluster
10:11:24 PM

v1.8.0 implement simple rolling update using depends_on @finchr (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2155430406” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-rds-cluster/issues/191“…

Release v1.8.0 · cloudposse/terraform-aws-rds-clusterattachment image

implement simple rolling update using depends_on @finchr (#191) what Implement a simple rolling update for the aws_rds_cluster_instance default instances. why To implement a zero downtime deploy fo…

finchr - Overview

finchr has 12 repositories available. Follow their code on GitHub.

implement simple rolling update using depends_on by finchr · Pull Request #191 · cloudposse/terraform-aws-rds-clusterattachment image

what Implement a simple rolling update for the aws_rds_cluster_instance default instances. why To implement a zero downtime deploy for simple changes. references closes #190

2024-03-04

Release notes from terraform-aws-mq-broker avatar
Release notes from terraform-aws-mq-broker
08:46:27 AM

v0.15.1 Unstable pre-release Enhancements

fix: set security_group_enabled false when publicly_accessible is true @luizbossoi (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1112953495” data-permission-text=”Title is private”…

Release v0.15.1 Unstable pre-release · cloudposse/terraform-aws-mq-brokerattachment image

Enhancements

fix: set security_group_enabled false when publicly_accessible is true @luizbossoi (#42) what Added a condition to security_group_enabled variable to avoid issues when a broker is…

luizbossoi - Overview

luizbossoi has 17 repositories available. Follow their code on GitHub.

Release notes from terraform-aws-mq-broker avatar
Release notes from terraform-aws-mq-broker
08:46:27 AM

v2.0.1 Enhancements

Updating sg egress to use input variable @joshmello (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1293184479” data-permission-text=”Title is private”…

Release v2.0.1 · cloudposse/terraform-aws-mq-brokerattachment image

Enhancements

Updating sg egress to use input variable @joshmello (#48) what Egress was hardcoded to true when there was an input for it. why Full egress is not always warranted. references

Li…

joshmello - Overview

GitHub is where joshmello builds software.

Release notes from terraform-aws-mq-broker avatar
Release notes from terraform-aws-mq-broker
08:46:27 AM

v3: update vpc and broker versions (#73) update vpc version in example

bump broker version to a supported (recent) value

update readme

bump engine version in example/testcase

Release v3: update vpc and broker versions (#73) · cloudposse/terraform-aws-mq-brokerattachment image

update vpc version in example

bump broker version to a supported (recent) value

update readme

bump engine version in example/testcase

Release notes from terraform-aws-mq-broker avatar
Release notes from terraform-aws-mq-broker
08:46:27 AM

v3.2.0 update vpc and broker versions @hans-d (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2165446652” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-mq-broker/issues/73“…

Release v3.2.0 · cloudposse/terraform-aws-mq-brokerattachment image

update vpc and broker versions @hans-d (#73) what

bump example vpc module version bump default engine version (variables.tf and example vars)

why

terratest failing very outdated vpc module versi…

hans-d - Overview

hans-d has 116 repositories available. Follow their code on GitHub.

update vpc and broker versions by hans-d · Pull Request #73 · cloudposse/terraform-aws-mq-brokerattachment image

what

bump example vpc module version bump default engine version (variables.tf and example vars)

why

terratest failing very outdated vpc module version current default engine version not support…

Release notes from terraform-aws-mq-broker avatar
Release notes from terraform-aws-mq-broker
09:26:29 AM

v3: remove deprecated overwrite_ssm_parameter (#71) remove deprecated overwrite_ssm_parameter

fix readme

Co-authored-by: Hans Donner [email protected] (<mailto:[email protected]>)

Release v3: remove deprecated overwrite_ssm_parameter (#71) · cloudposse/terraform-aws-mq-brokerattachment image

remove deprecated overwrite_ssm_parameter

fix readme

Co-authored-by: Hans Donner [email protected]

Release notes from terraform-aws-mq-broker avatar
Release notes from terraform-aws-mq-broker
09:26:29 AM

v3.3.0 remove deprecated overwrite_ssm_parameter @andruccho (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2039316355” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-mq-broker/issues/71“…

Release v3.3.0 · cloudposse/terraform-aws-mq-brokerattachment image

remove deprecated overwrite_ssm_parameter @andruccho (#71) Removed deprecated overwrite_ssm_parameter.

andruccho - Overview

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

Release notes from terraform-aws-mq-broker avatar
Release notes from terraform-aws-mq-broker
10:06:31 AM

v3: chore(deps): update terraform cloudposse/security-group/aws to v2.2.0… … (main) (#58)

chore(deps): update terraform cloudposse/security-group/aws to v2.2.0

Auto-update…

chore(deps): update terraform cloudposse/security-group/aws to v2.2.0 (main) by renovate[bot] · Pull Request #58 · cloudposse/terraform-aws-mq-brokerattachment image

This PR contains the following updates:

Package Type Update Change

cloudposse/security-group/aws (source) module minor 2.0.1 -> 2.2.0

Release Notes

cloudposse/terraform-aws-security-gro…

Release notes from terraform-aws-mq-broker avatar
Release notes from terraform-aws-mq-broker
10:06:31 AM

v3.4.0 Automatic Updates

chore(deps): update terraform cloudposse/security-group/aws to v2.2.0 (main) @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1714303805” data-permission-text=”Title is private”…

Release v3.4.0 · cloudposse/terraform-aws-mq-brokerattachment image

Automatic Updates

chore(deps): update terraform cloudposse/security-group/aws to v2.2.0 (main) @renovate (#58) This PR contains the following updates:

Package Type Update Change

cloudpo…

Release notes from terraform-aws-eks-cluster avatar
Release notes from terraform-aws-eks-cluster
11:12:32 AM

v3.0.0 Feature/update resolve conflicts @tyu0912 (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1857272835” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-eks-cluster/issues/192“…

Release v3.0.0 · cloudposse/terraform-aws-eks-clusterattachment image

Feature/update resolve conflicts @tyu0912 (#192) what Updating the addon to use resolve_conflicts_on_create and resolve_conflicts_on_update. why Per reference below, resolve_conflicts is deprecated…

tyu0912 - Overview

tyu0912 has 2 repositories available. Follow their code on GitHub.

Feature/update resolve conflicts by tyu0912 · Pull Request #192 · cloudposse/terraform-aws-eks-clusterattachment image

what Updating the addon to use resolve_conflicts_on_create and resolve_conflicts_on_update. why Per reference below, resolve_conflicts is deprecated. references https://registry.terraform.io/provid

Release notes from terraform-aws-eks-cluster avatar
Release notes from terraform-aws-eks-cluster
11:12:32 AM

v4 Use AWS API for EKS authentication and authorization

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

Use AWS API for EKS authentication and authorization

Release notes from terraform-aws-eks-cluster avatar
Release notes from terraform-aws-eks-cluster
11:12:32 AM

v4.0.0-rc1 Use AWS API for EKS Access Control Use new AWS API for EKS Access Control (#206) Major Breaking Changes WarningThis release has…

Release v4.0.0-rc1 Use AWS API for EKS Access Control · cloudposse/terraform-aws-eks-clusterattachment image

Use new AWS API for EKS Access Control (#206) Major Breaking Changes WarningThis release has major breaking changes and requires significant manual intervention to upgrade existing clusters. Read t…

Use AWS API for EKS authentication and authorization by Nuru · Pull Request #206 · cloudposse/terraform-aws-eks-clusterattachment image

Major Breaking Changes WarningThis release has major breaking changes and requires significant manual intervention to upgrade existing clusters. Read the migration document for more details.

what …

Release notes from build-harness avatar
Release notes from build-harness
12:06:31 PM

v1.33.0 Upgrade go to 1.21.7, terraform to 1.5.6 @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2166638371” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/build-harness/issues/382“…

Release v1.33.0 · cloudposse/build-harnessattachment image

Upgrade go to 1.21.7, terraform to 1.5.6 @Nuru (#382) what

Upgrade go 1.20.13 to 1.21.7 Upgrade terraform 1.0.11 to 1.5.7

why

go 1.21.7 is the current stable version, and is needed by test-harne…

Nuru - Overview

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

Upgrade go to 1.21.7, terraform to 1.5.6 by Nuru · Pull Request #382 · cloudposse/build-harnessattachment image

what

Upgrade go 1.20.13 to 1.21.7 Upgrade terraform 1.0.11 to 1.5.7

why

go 1.21.7 is the current stable version, and is needed by test-harness to run current terratest tests terraform 1.5.7 has …

Release notes from terraform-aws-eks-cluster avatar
Release notes from terraform-aws-eks-cluster
12:12:33 PM

v4.0.0-rc1 Use AWS API for EKS Access Control Use new AWS API for EKS Access Control (#206) Note: this may not be available via the…

Release v4.0.0-rc1 Use AWS API for EKS Access Control · cloudposse/terraform-aws-eks-clusterattachment image

Use new AWS API for EKS Access Control (#206) Note: this may not be available via the Terraform registry, so source it via source = “github.com/cloudposse/terraform-aws-eks-cluster?ref=v4.0.0-rc1” …

Use AWS API for EKS authentication and authorization by Nuru · Pull Request #206 · cloudposse/terraform-aws-eks-clusterattachment image

Major Breaking Changes WarningThis release has major breaking changes and requires significant manual intervention to upgrade existing clusters. Read the migration document for more details.

what …

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

v1 No content.

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

Terraform module for provisioning an EKS cluster. Contribute to cloudposse/terraform-aws-eks-cluster development by creating an account on GitHub.

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

v1.65.0 Add providers section to Atmos manifests. Update docs @aknysh (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2167232934” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/atmos/issues/555“…

Release v1.65.0 · cloudposse/atmosattachment image

Add providers section to Atmos manifests. Update docs @aknysh (#555) what

Add providers section to Atmos manifests Auto-generate the prefix attribute for Atmos components for Terraform backend g…

aknysh - Overview

aknysh has 265 repositories available. Follow their code on GitHub.

Add `providers` section to Atmos manifests. Update docs by aknysh · Pull Request #555 · cloudposse/atmosattachment image

what

Add providers section to Atmos manifests Auto-generate the prefix attribute for Atmos components for Terraform backend gcs for GCP Update docs (https://pr-555.atmos-docs.ue2.dev.plat.cloudpos

Release notes from build-harness avatar
Release notes from build-harness
11:26:26 PM

v1.34.0 Ignore lockfiles while building Terraform docs @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2167939555” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/build-harness/issues/383“…

Release v1.34.0 · cloudposse/build-harnessattachment image

Ignore lockfiles while building Terraform docs @Nuru (#383) what

Ignore lockfiles while building Terraform docs

why

By default, terraform-docs takes into account any version pinning present in t…

Nuru - Overview

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

Ignore lockfiles while building Terraform docs by Nuru · Pull Request #383 · cloudposse/build-harnessattachment image

what

Ignore lockfiles while building Terraform docs

why

By default, terraform-docs takes into account any version pinning present in the automatically generated .terraform.lock.hcl. However, Clo…

2024-03-06

Release notes from geodesic avatar
Release notes from geodesic
10:05:24 PM

v2.9.4 Included Tools

Add rakkess to linux/arm64 in Debian @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2171352409” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/929“…

Release v2.9.4 · cloudposse/geodesicattachment image

Included Tools

Add rakkess to linux/arm64 in Debian @Nuru (#929) what

Add rakkess to linux/arm64 Debian build

why

Previously we excluded rakkess from the arm64 build because there was no bi…

Nuru - Overview

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

Add rakkess to linux/arm64 in Debian by Nuru · Pull Request #929 · cloudposse/geodesicattachment image

what

Add rakkess to linux/arm64 Debian build

why

Previously we excluded rakkess from the arm64 build because there was no binary available and it was not considered that useful a tool. However, …

2024-03-08

Release notes from terraform-aws-vpn-connection avatar
Release notes from terraform-aws-vpn-connection
04:51:30 AM

v1: feat: add logging options (#26) feat: add logging options

feat: automatically create cloudwatch log group if required

feat: improve name and allow selecting retention period

chore: make

Run: make init make readme make github/init

fix: do not applly logging option when not enabled

Apply suggestions from code review by <a class=”user-mention notranslate” data-hovercard-type=”user” data-hovercard-url=”/users/Gowiem/hovercard” data-octo-click=”hovercard-link-click” data-octo-dimensions=”link_type:self”…

Release v1: feat: add logging options (#26) · cloudposse/terraform-aws-vpn-connectionattachment image

feat: add logging options

feat: automatically create cloudwatch log group if required

feat: improve name and allow selecting retention period

chore: make

Run: make init make readme make git…

Release notes from terraform-aws-vpn-connection avatar
Release notes from terraform-aws-vpn-connection
04:51:30 AM

v1.1.0 Enhancements

feat: add logging options @esolitos (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1621497869” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-vpn-connection/issues/26“…

Release v1.1.0 · cloudposse/terraform-aws-vpn-connectionattachment image

Enhancements

feat: add logging options @esolitos (#26) what Implemented ability to set log to cloudwatch.

Added cloudposse/cloudwatch-logs/aws to create a logging group Added vpn_connection_t…

esolitos - Overview

esolitos has 75 repositories available. Follow their code on GitHub.

feat: add logging options by esolitos · Pull Request #26 · cloudposse/terraform-aws-vpn-connectionattachment image

what Implemented ability to set log to cloudwatch.

Added cloudposse/cloudwatch-logs/aws to create a logging group Added vpn_connection_tunnel1_cloudwatch_log_enabled and vpn_connection_tunnel2_clo…

2024-03-11

Release notes from terraform-aws-eks-cluster avatar
Release notes from terraform-aws-eks-cluster
04:32:34 PM

v4.0.0 Major breaking changes Major breaking changes. Review the migration guide for guidance about upgrading. In this version we fulfill the promise of managing EKS access via AWS APIs rather than via the various hacks we employed to make it possible to manage access via the aws-auth ConfigMap. As a result, all references to the…

Release v4.0.0 Major breaking changes · cloudposse/terraform-aws-eks-clusterattachment image

Major breaking changes. Review the migration guide for guidance about upgrading. In this version we fulfill the promise of managing EKS access via AWS APIs rather than via the various hacks we empl…

Release v0.42.0 Fix EKS upgrades, enable choice of service role · cloudposse/terraform-aws-eks-clusterattachment image

This release resumes compatibility with v0.39.0 and adds new features:

Releases and builds on PR #116 by providing the create_eks_service_role option that allows you to disable the automatic creat…

2024-03-12

Release notes from atmos avatar
Release notes from atmos
08:04:33 PM

v1.66.0 Add stacks.name_template section to atmos.yaml. Add Go templating to Atmos stack manifests @aknysh (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2182266112” data-permission-text=”Title is private”…

Release v1.66.0 · cloudposse/atmosattachment image

Add stacks.name_template section to atmos.yaml. Add Go templating to Atmos stack manifests @aknysh (#560) what

Add stacks.name_template section to atmos.yaml Add Go templating to Atmos stack…

aknysh - Overview

aknysh has 265 repositories available. Follow their code on GitHub.

Release notes from atmos avatar
Release notes from atmos
08:24:37 PM

v1.66.0 Add stacks.name_template section to atmos.yaml. Add Go templating to Atmos stack manifests @aknysh (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2182266112” data-permission-text=”Title is private”…

2024-03-15

Release notes from terraform-aws-rds-cluster avatar
Release notes from terraform-aws-rds-cluster
07:21:27 PM

v1: add option for enabling global write forwarding (#186) add option for enabling global write forwarding

Update Readme with enable_global_write_forwarding ref.

Add enable_global_write_forwarding option.

update readme

fix readme

Co-authored-by: Erik Osterman (CEO @ Cloud Posse) [email protected] (<mailto:[email protected]>)

Release v1: add option for enabling global write forwarding (#186) · cloudposse/terraform-aws-rds-clusterattachment image

add option for enabling global write forwarding

Update Readme with enable_global_write_forwarding ref.

Add enable_global_write_forwarding option.

update readme

fix readme

Co-authored-by:…

Release notes from terraform-aws-rds-cluster avatar
Release notes from terraform-aws-rds-cluster
07:21:27 PM

v1.9.0 add option for enabling global write forwarding @tdockseydt (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2050231160” data-permission-text=”Title is private”…

Release v1.9.0 · cloudposse/terraform-aws-rds-clusterattachment image

add option for enabling global write forwarding @tdockseydt (#186) what Add option for enabling global write forwarding for aws rds cluster. why

Ability to enable global write forwarding across ou…

tdockseydt - Overview

tdockseydt has one repository available. Follow their code on GitHub.

2024-03-24

Release notes from geodesic avatar
Release notes from geodesic
07:45:31 AM

v2.9.5 Included Tools

Update AWS CLI packages @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2176993518” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/930“…

Release v2.9.5 · cloudposse/geodesicattachment image

Included Tools

Update AWS CLI packages @renovate (#930) This PR contains the following updates:

Package Change Age Adoption Passing Confidence

awscli (source, changelog) ==1.32.54 -> ==…

Update AWS CLI packages by renovate[bot] · Pull Request #930 · cloudposse/geodesicattachment image

This PR contains the following updates:

Package Change Age Adoption Passing Confidence

awscli (source, changelog) ==1.32.54 -> ==1.32.69

boto3 ==1.34.54 -> ==1.34.69

Release No…

    keyboard_arrow_up