40 messages
Announce New Releases for Cloud Posse GitHub Projects
Archive: https://archive.sweetops.com/releases/
rssabout 2 years ago(edited)
v1.31.1-rc1
Update template with support for .github/banner.png @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2085067628" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/367"...
Update template with support for .github/banner.png @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2085067628" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/367"...
rssabout 2 years ago(edited)
v1.31.2 safe-directory - git-safe-directory>
Previously, there was a make target named safe-directory which effectively restored the vulnerability (CVE-2022-24765) that was mitigated in git v2.35.2. In this release, we replace that with git-safe-directory which only operates on $GITHUB_WORKSPACE which is set when running on a GitHub Action Runner and which is expected to need to be trusted.
Previously, there was a make target named safe-directory which effectively restored the vulnerability (CVE-2022-24765) that was mitigated in git v2.35.2. In this release, we replace that with git-safe-directory which only operates on $GITHUB_WORKSPACE which is set when running on a GitHub Action Runner and which is expected to need to be trusted.
rssabout 2 years ago(edited)
v0.86.0
Add light/dark mode images @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2114090389" data-permission-text="Title is private" data-url="https://github.com/cloudposse/docs/issues/603" data-hovercard-type="pull_request"...
Add light/dark mode images @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2114090389" data-permission-text="Title is private" data-url="https://github.com/cloudposse/docs/issues/603" data-hovercard-type="pull_request"...
rssabout 2 years ago(edited)
v1.31.3
Consolidate auto-release workflow @goruha (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2109977863" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/372"...
Consolidate auto-release workflow @goruha (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2109977863" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/372"...
rssabout 2 years ago(edited)
v1.57.0
what
Add default CLI configuration to Atmos code
Update/improve examples and docs
Update demo.tape
why
Add default CLI configuration to Atmos code - this is useful when executing Atmos CLI commands (e.g. on CI/CD) that does not require components and stacks
If atmos.yaml is not found in any of the searched locations, Atmos will use the default CLI configuration:
base_path: "."
components:
terraform:
base_path: components/terraform
apply_auto_approve: false
deploy_run_init:...
what
Add default CLI configuration to Atmos code
Update/improve examples and docs
Update demo.tape
why
Add default CLI configuration to Atmos code - this is useful when executing Atmos CLI commands (e.g. on CI/CD) that does not require components and stacks
If atmos.yaml is not found in any of the searched locations, Atmos will use the default CLI configuration:
base_path: "."
components:
terraform:
base_path: components/terraform
apply_auto_approve: false
deploy_run_init:...
rssabout 2 years ago(edited)
v1.32.0
Fix make/readme when github_repo has quotes @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2115233001" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/376"...
Fix make/readme when github_repo has quotes @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2115233001" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/376"...
rssabout 2 years ago(edited)
v2.8.5
🧰 Included Tools
Update AWS CLI packages @renovate (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2116147343" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/909"...
🧰 Included Tools
Update AWS CLI packages @renovate (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2116147343" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/909"...
rssabout 2 years ago(edited)
v1.32.1 Breaking change: use PACKAGES_INSTALL_PATH instead of INSTALL_PATH
Our apologies for introducing a breaking change in a patch release. We did not realize it was a breaking change when we made it.
With this version, build-harness is no longer influenced by the setting of the INSTALL_PATH environment variable. We made this change because INSTALL_PATH is generic and used by other projects for other purposes. Instead, build-harness now uses the new environment variable PACKAGES_INSTALL_PATH to determine where to install any tools it automatically installs.
If...
Our apologies for introducing a breaking change in a patch release. We did not realize it was a breaking change when we made it.
With this version, build-harness is no longer influenced by the setting of the INSTALL_PATH environment variable. We made this change because INSTALL_PATH is generic and used by other projects for other purposes. Instead, build-harness now uses the new environment variable PACKAGES_INSTALL_PATH to determine where to install any tools it automatically installs.
If...
rssabout 2 years ago(edited)
v1.58.0
what
Improve Atmos UX and error handling
When a user just types atmos terraform or atmos helmfile, Atmos will show the corresponding Terraform and Helmfile help instead of checking for a component and stack and printing error messages if the component or stack is not found
If a user executes any Atmos command that requires Atmos components and stacks, including just atmos (and including from a random folder not related to Atmos configuration), and the CLI config points to an Atmos stacks...
what
Improve Atmos UX and error handling
When a user just types atmos terraform or atmos helmfile, Atmos will show the corresponding Terraform and Helmfile help instead of checking for a component and stack and printing error messages if the component or stack is not found
If a user executes any Atmos command that requires Atmos components and stacks, including just atmos (and including from a random folder not related to Atmos configuration), and the CLI config points to an Atmos stacks...
rssabout 2 years ago
v1.58.0
what
Improve Atmos UX and error handling
When a user just types atmos terraform or atmos helmfile, Atmos will show the corresponding Terraform and Helmfile help instead of checking for a component and stack and printing error messages if the component or stack is not found
If a user executes any Atmos command that requires Atmos components and stacks, including just atmos (and including from a random folder not related to Atmos configuration), and the CLI config points to an Atmos stacks...
what
Improve Atmos UX and error handling
When a user just types atmos terraform or atmos helmfile, Atmos will show the corresponding Terraform and Helmfile help instead of checking for a component and stack and printing error messages if the component or stack is not found
If a user executes any Atmos command that requires Atmos components and stacks, including just atmos (and including from a random folder not related to Atmos configuration), and the CLI config points to an Atmos stacks...
rssabout 2 years ago(edited)
v1.59.0
what
Update intro of Atmos (https://atmos.tools/)
Add page on Terraform limitations (https://atmos.tools/reference/terraform-limitations/)
Add backend.tf.json to .gitignore for QuickStart
Default to dark mode
Stylize atmos brand
why
Make it more compelling
Add missing context developers might lack without extensive terraform experience
what
Update intro of Atmos (https://atmos.tools/)
Add page on Terraform limitations (https://atmos.tools/reference/terraform-limitations/)
Add backend.tf.json to .gitignore for QuickStart
Default to dark mode
Stylize atmos brand
why
Make it more compelling
Add missing context developers might lack without extensive terraform experience
rssabout 2 years ago
v1.59.0
what
Update intro of Atmos (https://atmos.tools/)
Add page on Terraform limitations (https://atmos.tools/reference/terraform-limitations/)
Add backend.tf.json to .gitignore for QuickStart
Default to dark mode
Stylize atmos brand
why
Make it more compelling
Add missing context developers might lack without extensive terraform experience
what
Update intro of Atmos (https://atmos.tools/)
Add page on Terraform limitations (https://atmos.tools/reference/terraform-limitations/)
Add backend.tf.json to .gitignore for QuickStart
Default to dark mode
Stylize atmos brand
why
Make it more compelling
Add missing context developers might lack without extensive terraform experience
rssabout 2 years ago(edited)
v1.32.2 See breaking changes in 1.32.1
🐛 Bug Fixes
Do not clobber custom README template file @Nuru (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2127836386" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/380"...
🐛 Bug Fixes
Do not clobber custom README template file @Nuru (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2127836386" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/380"...
rssabout 2 years ago(edited)
v1.60.0
what
Fix an issue with the skip_if_missing attribute in Atmos imports with context
Update docs titles and fix typos
Update atmos version CLI command
why
The skip_if_missing attribute was introduced in Atmos release v1.58.0 and had some issues with checking Atmos imports if the imported manifests don't exist
Docs had some typos
When executing the atmos version command, Atmos automatically checks for the latest...
what
Fix an issue with the skip_if_missing attribute in Atmos imports with context
Update docs titles and fix typos
Update atmos version CLI command
why
The skip_if_missing attribute was introduced in Atmos release v1.58.0 and had some issues with checking Atmos imports if the imported manifests don't exist
Docs had some typos
When executing the atmos version command, Atmos automatically checks for the latest...
rssabout 2 years ago(edited)
v2.8.7
🏗️ Build/Release Maintenance
Add OCI annotations @Nuru (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2129224491" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/917"...
🏗️ Build/Release Maintenance
Add OCI annotations @Nuru (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2129224491" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/917"...
rssabout 2 years ago(edited)
v2.9.0 Update to Debian 12.4 from 11.8
🚀 Enhancements
Update to Debian 12.4 and other updates @Nuru (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2131401462" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/918"...
🚀 Enhancements
Update to Debian 12.4 and other updates @Nuru (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2131401462" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/918"...
rssabout 2 years ago(edited)
v2.9.0 Update to Debian 12.4 from 11.8 (minor breaking change)
In this release we upgrade from Debian 11 (buster) to Debian 12 (bookworm). This introduces a minor breaking change.
Debian 12 has symbolic links for /bin, /sbin, and /lib pointing to /usr/bin, /usr/sbin, and /usr/lib respectively. Previously, the Dockerfile command:
COPY rootfs/ /
worked fine even if you had /bin, /sbin, or /lib subdirectories under rootfs/. Previous versions of Geodesic did have a rootfs/sbin directory which contained a single file, docker, which was a script that...
In this release we upgrade from Debian 11 (buster) to Debian 12 (bookworm). This introduces a minor breaking change.
Debian 12 has symbolic links for /bin, /sbin, and /lib pointing to /usr/bin, /usr/sbin, and /usr/lib respectively. Previously, the Dockerfile command:
COPY rootfs/ /
worked fine even if you had /bin, /sbin, or /lib subdirectories under rootfs/. Previous versions of Geodesic did have a rootfs/sbin directory which contained a single file, docker, which was a script that...
rssabout 2 years ago(edited)
v1.61.0
what
Update readme to be more consistent with atmos.tools
Fix links
Add features/benefits
Add use-cases
Add glossary
why
Better explain what atmos does and why
what
Update readme to be more consistent with atmos.tools
Fix links
Add features/benefits
Add use-cases
Add glossary
why
Better explain what atmos does and why
rssabout 2 years ago(edited)
v1.62.0
Add
Add
atmos docs CLI command @aknysh (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2133369695" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/537" data-hovercard-type="pull_request"...rssabout 2 years ago
v1.62.0
Add
Add
atmos docs CLI command @aknysh (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2133369695" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/537" data-hovercard-type="pull_request"...rssabout 2 years ago(edited)
v1.63.0
Add
Add
integrations.github to atmos.yaml @aknysh (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2133610579" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/538"...rssabout 2 years ago
v1.63.0
Add
Add
integrations.github to atmos.yaml @aknysh (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2133610579" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/538"...rssabout 2 years ago(edited)
v2.9.0 Update to Debian 12.4 from 11.8 (minor breaking change)
In this release we upgrade from Debian 11 (buster) to Debian 12 (bookworm). This introduces a minor breaking change.
Debian 12 has symbolic links for /bin, /sbin, and /lib pointing to /usr/bin, /usr/sbin, and /usr/lib respectively. This can break certain customizations you may be making in your Dockerfile for your custom image, and can also affect Spacelift users.
If you are making a customized version of Geodesic
Previously, the Dockerfile command:
COPY rootfs/ /
worked fine even if you had...
In this release we upgrade from Debian 11 (buster) to Debian 12 (bookworm). This introduces a minor breaking change.
Debian 12 has symbolic links for /bin, /sbin, and /lib pointing to /usr/bin, /usr/sbin, and /usr/lib respectively. This can break certain customizations you may be making in your Dockerfile for your custom image, and can also affect Spacelift users.
If you are making a customized version of Geodesic
Previously, the Dockerfile command:
COPY rootfs/ /
worked fine even if you had...
rssabout 2 years ago(edited)
v2.9.1
🧰 Included Tools
Update dependency cryptography to v42.0.3 @renovate (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2137845612" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/919"...
🧰 Included Tools
Update dependency cryptography to v42.0.3 @renovate (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2137845612" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/919"...
rssalmost 2 years ago(edited)
v1: feat: adds tagging the TGW attachment + associating / propagating TGW…
… RTB + creating TGW routes (#37)
fix: uses correct type with...
… RTB + creating TGW routes (#37)
fix: uses correct type with...
rssalmost 2 years ago(edited)
v1.0.0
Sync github @max-lobur (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1713970989" data-permission-text="Title is private" data-url="https://github.com/cloudposse/terraform-aws-vpn-connection/issues/29"...
Sync github @max-lobur (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1713970989" data-permission-text="Title is private" data-url="https://github.com/cloudposse/terraform-aws-vpn-connection/issues/29"...
rssalmost 2 years ago(edited)
v1.64.0
Create Landing page @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2137898667" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/540" data-hovercard-type="pull_request"...
Create Landing page @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2137898667" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/540" data-hovercard-type="pull_request"...
rssalmost 2 years ago
v1.64.0
Create Landing page @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2137898667" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/540" data-hovercard-type="pull_request"...
Create Landing page @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2137898667" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/540" data-hovercard-type="pull_request"...
rssalmost 2 years ago(edited)
v2.9.0 Update to Debian 12.4 from 11.8 (minor breaking change)
In this release we upgrade from Debian 11 (buster) to Debian 12 (bookworm). This introduces a minor breaking change.
Debian 12 has symbolic links for /bin, /sbin, and /lib pointing to /usr/bin, /usr/sbin, and /usr/lib respectively. This can break certain customizations you may be making in your Dockerfile for your custom image, and can also affect Spacelift users.
If you are making a customized version of Geodesic
Previously, the Dockerfile command:
COPY rootfs/ /
worked fine even if you had...
In this release we upgrade from Debian 11 (buster) to Debian 12 (bookworm). This introduces a minor breaking change.
Debian 12 has symbolic links for /bin, /sbin, and /lib pointing to /usr/bin, /usr/sbin, and /usr/lib respectively. This can break certain customizations you may be making in your Dockerfile for your custom image, and can also affect Spacelift users.
If you are making a customized version of Geodesic
Previously, the Dockerfile command:
COPY rootfs/ /
worked fine even if you had...
rssalmost 2 years ago(edited)
v1.64.1
🚀 Enhancements
Fix responsiveness of css @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2151917720" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/543"...
🚀 Enhancements
Fix responsiveness of css @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2151917720" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/543"...
rssalmost 2 years ago
v1.64.1
🚀 Enhancements
Fix responsiveness of css @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2151917720" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/543"...
🚀 Enhancements
Fix responsiveness of css @osterman (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2151917720" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/543"...
rssalmost 2 years ago(edited)
v2.9.2
🚀 Enhancements
Fix aws CLI auto-completions, use smaller kubectl package @Nuru (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2150745434" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/924"...
🚀 Enhancements
Fix aws CLI auto-completions, use smaller kubectl package @Nuru (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2150745434" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/924"...
rssalmost 2 years ago(edited)
v1.64.2
Add Atmos CLI command aliases @aknysh (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2158013928" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/547" data-hovercard-type="pull_request"...
Add Atmos CLI command aliases @aknysh (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2158013928" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/547" data-hovercard-type="pull_request"...
rssalmost 2 years ago
v1.64.2
Add Atmos CLI command aliases @aknysh (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2158013928" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/547" data-hovercard-type="pull_request"...
Add Atmos CLI command aliases @aknysh (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2158013928" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/547" data-hovercard-type="pull_request"...
rssalmost 2 years ago(edited)
v1.64.2
Add Atmos CLI command aliases @aknysh (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2158013928" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/547" data-hovercard-type="pull_request"...
Add Atmos CLI command aliases @aknysh (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2158013928" data-permission-text="Title is private" data-url="https://github.com/cloudposse/atmos/issues/547" data-hovercard-type="pull_request"...
rssalmost 2 years ago(edited)
v0.87.0
Update Reference -> Best Practices -> Terraform Best Practices to reflect current Cloud Posse recommendations and style guide
Add Reference -> Terraform in Depth section to cover more advanced topics
Update Reference -> Best Practices -> Terraform Best Practices to reflect current Cloud Posse recommendations and style guide
Add Reference -> Terraform in Depth section to cover more advanced topics