#releases (2024-04)

Announce New Releases for Cloud Posse GitHub Projects

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

2024-04-02

Release notes from atmos avatar
Release notes from atmos
07:34:32 PM

v1.67.0 Add Terraform Cloud backend. Add/update docs @aknysh (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2221110085” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/atmos/issues/572“…

Release v1.67.0 · cloudposse/atmosattachment image

Add Terraform Cloud backend. Add/update docs @aknysh (#572) what

Add Terraform Cloud backend Add docs:

Terraform Workspaces in Atmos Terraform Backends. Describes how to configure backends for AW…

aknysh - Overview

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

Add Terraform Cloud backend. Add/update docs by aknysh · Pull Request #572 · cloudposse/atmosattachment image

what

Add Terraform Cloud backend Add docs:

Terraform Workspaces in Atmos Terraform Backends. Describes how to configure backends for AWS S3, Azure Blob Storage, Google Cloud Storage, and Terrafor…

Release notes from atmos avatar
Release notes from atmos
07:54:30 PM

v1.67.0 Add Terraform Cloud backend. Add/update docs @aknysh (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2221110085” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/atmos/issues/572“…

2024-04-04

Release notes from terraform-aws-eks-cluster avatar
Release notes from terraform-aws-eks-cluster
08:02:37 AM

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…

terraform-aws-eks-cluster/docs/migration-v3-v4.md at main · 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 v0.42.0 Fix EKS upgrades, enable choice of service role · cloudposse/terraform-aws-eks-clusterattachment image

Update AWS finally released an API for managing access control to EKS clusters, and this module replaces all of the hacks described in the original release notes, along with the Kubernetes provider…

2024-04-05

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

v4 feat: Output addons_versions if enabled (#216)

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

feat: Output addons_versions if enabled (#216)

Output addons_versions if enabled by bogdanbarna · Pull Request #216 · cloudposse/terraform-aws-eks-clusterattachment image

what

Output addons_version if the EKS addons are enabled (var.addons)

why

This may be just my use case, but I have both a variable and a data source for fetching an addon version (the former to …

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

v4.1.0 Update readme @osterman (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2170647552” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-eks-cluster/issues/208“…

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

Update readme @osterman (#208) what

Update readme.md

why

Latest copy

Enhancements

Output addons_versions if enabled @bogdanbarna (#216) what

Output addons_version if the EKS addons are e…

osterman - Overview

Helping teams succeed today using Cloud Posse’s Reference Architectures for AWS. - osterman

Release notes from geodesic avatar
Release notes from geodesic
04:15:34 AM

v2.9.6 Included Tools

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

Release v2.9.6 · cloudposse/geodesicattachment image

Included Tools

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

Package Change Age Adoption Passing Confidence

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

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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence

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

boto3 ==1.34.69 -> ==1.34.79

Release No…

2024-04-08

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

v1.68.0 Add gomplate templating engine to Atmos stack manifests. Update docs @aknysh (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2230185566” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/atmos/issues/578“…

Release v1.68.0 · cloudposse/atmosattachment image

Add gomplate templating engine to Atmos stack manifests. Update docs @aknysh (#578) Breaking changes If you used Go templates in Atmos stack manifest before, they were enabled by default. Startin…

aknysh - Overview

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

Release notes from atmos avatar
Release notes from atmos
08:14:29 PM

v1.68.0 Add gomplate templating engine to Atmos stack manifests. Update docs @aknysh (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2230185566” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/atmos/issues/578“…

2024-04-09

Release notes from atmos avatar
Release notes from atmos
05:54:34 AM

v1.69.0 Restore Terraform workspace selection side effect In Atmos v1.55 (PR #515) we switched to using the TF_WORKSPACE environment variable for selecting Terraform workspaces when issuing Terraform commands….

Release v1.69.0 Restore Terraform workspace selection side effect · cloudposse/atmosattachment image

In Atmos v1.55 (PR #515) we switched to using the TF_WORKSPACE environment variable for selecting Terraform workspaces when issuing Terraform commands. This had the unintended consequence that the …

use TF_WORKSPACE to select and/or create the active workspace by mcalhoun · Pull Request #515 · cloudposse/atmosattachment image

what Use the TF_WORKSPACE environment variable to select and/or create the terraform workspace. why This is a better solution than the existing one of running two external terraform workspace selec…

Release notes from atmos avatar
Release notes from atmos
06:04:37 AM

v1.69.0 In Atmos v1.55 (PR #515) we switched to using the TF_WORKSPACE environment variable for selecting Terraform workspaces when issuing Terraform commands….

2024-04-11

Release notes from atmos avatar
Release notes from atmos
03:44:31 PM

v1.68.0 Add gomplate templating engine to Atmos stack manifests. Update docs @aknysh (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2230185566” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/atmos/issues/578“…

Release v1.68.0 · cloudposse/atmosattachment image

Add gomplate templating engine to Atmos stack manifests. Update docs @aknysh (#578) Breaking changes If you used Go templates in Atmos stack manifest before, they were enabled by default. Startin…

aknysh - Overview

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

2024-04-13

Release notes from atmos avatar
Release notes from atmos
03:14:33 AM

v1.70.0 Add gomplate datasources to Go templates in Atmos stack manifests. Update docs @aknysh (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2241696365” data-permission-text=”Title is private”…

Release v1.70.0 · cloudposse/atmosattachment image

Add gomplate datasources to Go templates in Atmos stack manifests. Update docs @aknysh (#582) what

Add gomplate datasources to Go templates in Atmos stack manifests Fix an issue with enabling/…

aknysh - Overview

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

Release notes from atmos avatar
Release notes from atmos
03:34:35 AM

v1.70.0 Add gomplate datasources to Go templates in Atmos stack manifests. Update docs @aknysh (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2241696365” data-permission-text=”Title is private”…

2024-04-15

Release notes from terraform-aws-cloudtrail avatar
Release notes from terraform-aws-cloudtrail
08:24:26 PM

v0 Add CloudTrail Advanced Event Selector (#70)

Release v0 · cloudposse/terraform-aws-cloudtrailattachment image

Add CloudTrail Advanced Event Selector (#70)

Add CloudTrail Advanced Event Selector by X-Guardian · Pull Request #70 · cloudposse/terraform-aws-cloudtrailattachment image

what Add support for the CloudTrail advanced event selector Also bumps the example cloudtrail_s3_bucket module and Terraform versions to fix test errors. By @Nuru:

Add exclude_management_event_sou…

Release notes from terraform-aws-cloudtrail avatar
Release notes from terraform-aws-cloudtrail
08:24:27 PM

v0.24.0 Add CloudTrail Advanced Event Selector @X-Guardian (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2237751288” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-cloudtrail/issues/70“…

Release v0.24.0 · cloudposse/terraform-aws-cloudtrailattachment image

Add CloudTrail Advanced Event Selector @X-Guardian (#70) what Add support for the CloudTrail advanced event selector Also bumps the example cloudtrail_s3_bucket module and Terraform versions to fix…

X-Guardian - Overview

Cloud DevOps Engineer. X-Guardian has 56 repositories available. Follow their code on GitHub.

Add CloudTrail Advanced Event Selector by X-Guardian · Pull Request #70 · cloudposse/terraform-aws-cloudtrailattachment image

what Add support for the CloudTrail advanced event selector Also bumps the example cloudtrail_s3_bucket module and Terraform versions to fix test errors. By @Nuru:

Add exclude_management_event_sou…

    keyboard_arrow_up