21 messages
Announce New Releases for Cloud Posse GitHub Projects
Archive: https://archive.sweetops.com/releases/
rssover 3 years ago(edited)
v1.4.19
what
add the processing of ENV vars to atmos workflow command
why
take into account ATMOS_WORKFLOWS_BASE_PATH ENV var
While all steps in a workflow processed the ENV vars, the atmos workflow command did not, and ATMOS_WORKFLOWS_BASE_PATH ENV var was not used
what
add the processing of ENV vars to atmos workflow command
why
take into account ATMOS_WORKFLOWS_BASE_PATH ENV var
While all steps in a workflow processed the ENV vars, the atmos workflow command did not, and ATMOS_WORKFLOWS_BASE_PATH ENV var was not used
rssover 3 years ago
v1.4.19
what
add the processing of ENV vars to atmos workflow command
why
take into account ATMOS_WORKFLOWS_BASE_PATH ENV var
While all steps in a workflow processed the ENV vars, the atmos workflow command did not, and ATMOS_WORKFLOWS_BASE_PATH ENV var was not used
what
add the processing of ENV vars to atmos workflow command
why
take into account ATMOS_WORKFLOWS_BASE_PATH ENV var
While all steps in a workflow processed the ENV vars, the atmos workflow command did not, and ATMOS_WORKFLOWS_BASE_PATH ENV var was not used
rssover 3 years ago(edited)
v1.4.20
what
Update Terraform workspace calculation for legacy Spacelift stack processor
why
LegacyTransformStackConfigToSpaceliftStacks function in the Spacelift stack processor was used to transform the infrastructure stacks to Spacelift stacks using legacy code (and old versions of terraform-yaml-stack-config module) that does not take into account atmos.yaml CLI config - this is very old code that does not know anything about atmos CLI config and it was maintained to support the old versions of...
what
Update Terraform workspace calculation for legacy Spacelift stack processor
why
LegacyTransformStackConfigToSpaceliftStacks function in the Spacelift stack processor was used to transform the infrastructure stacks to Spacelift stacks using legacy code (and old versions of terraform-yaml-stack-config module) that does not take into account atmos.yaml CLI config - this is very old code that does not know anything about atmos CLI config and it was maintained to support the old versions of...
rssover 3 years ago(edited)
v1.2.0
Autoclose dependency dashboard @nitrocode (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1258352633" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/322"...
Autoclose dependency dashboard @nitrocode (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1258352633" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/322"...
rssover 3 years ago(edited)
v2.3.0
Add IPv6 support @Nuru (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1265184567" data-permission-text="Title is private" data-url="https://github.com/cloudposse/terraform-aws-eks-cluster/issues/154" data-hovercard-type="pull_request"...
Add IPv6 support @Nuru (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1265184567" data-permission-text="Title is private" data-url="https://github.com/cloudposse/terraform-aws-eks-cluster/issues/154" data-hovercard-type="pull_request"...
rssover 3 years ago(edited)
v2.0.0
Update Security Group module @milldr (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1212891003" data-permission-text="Title is private" data-url="https://github.com/cloudposse/terraform-aws-mq-broker/issues/45"...
Update Security Group module @milldr (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1212891003" data-permission-text="Title is private" data-url="https://github.com/cloudposse/terraform-aws-mq-broker/issues/45"...
rssover 3 years ago(edited)
v2.0.0 Breaking changes
This PR introduces breaking changes. Please review the migration documentation before upgrading.
Update to use Security Group module @milldr (<a class="issue-link...
This PR introduces breaking changes. Please review the migration documentation before upgrading.
Update to use Security Group module @milldr (<a class="issue-link...
rssover 3 years ago(edited)
v1.2.1
🧰 Included Tools
Update AWS CLI packages @renovate (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1268109659" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/789"...
🧰 Included Tools
Update AWS CLI packages @renovate (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1268109659" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/789"...
rssover 3 years ago(edited)
v1.0.0 Aurora Serverless V2 support @topikachu
This release adds Aurora Serverless V2 support thanks to @topikachu.
The v1.0.0 designation is not especially significant. It is part of Cloud Posse's general policy to convert to <a href="https://semver.org/#spec-item-5"; rel="nofollow">production Semantic...
This release adds Aurora Serverless V2 support thanks to @topikachu.
The v1.0.0 designation is not especially significant. It is part of Cloud Posse's general policy to convert to <a href="https://semver.org/#spec-item-5"; rel="nofollow">production Semantic...
rssover 3 years ago(edited)
v1.3.0
feat: updates Docker module to enable support for podman @Gowiem (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1271296785" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/323"...
feat: updates Docker module to enable support for podman @Gowiem (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1271296785" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/323"...
rssover 3 years ago(edited)
v1.4.21
what
Update atmos docs and GitHub workflows
Use GitHub environments for deployment
Upgrade to Go version 1.18
why
New CLI documentation sections (describe all CLI commands that atmos supports)
Use GitHub environments for deployment to take advantage of GitHub deployment API and UI (and not comment on PR with deployment URL to not pollute the PR with unnecessary comments)
Go version 1.18 supports many new features including generics and allowing using any keyword instead of interface{} which...
what
Update atmos docs and GitHub workflows
Use GitHub environments for deployment
Upgrade to Go version 1.18
why
New CLI documentation sections (describe all CLI commands that atmos supports)
Use GitHub environments for deployment to take advantage of GitHub deployment API and UI (and not comment on PR with deployment URL to not pollute the PR with unnecessary comments)
Go version 1.18 supports many new features including generics and allowing using any keyword instead of interface{} which...
rssover 3 years ago
v1.4.21
what
Update atmos docs and GitHub workflows
Use GitHub environments for deployment
Upgrade to Go version 1.18
why
New CLI documentation sections (describe all CLI commands that atmos supports)
Use GitHub environments for deployment to take advantage of GitHub deployment API and UI (and not comment on PR with deployment URL to not pollute the PR with unnecessary comments)
Go version 1.18 supports many new features including generics and allowing using any keyword instead of interface{} which...
what
Update atmos docs and GitHub workflows
Use GitHub environments for deployment
Upgrade to Go version 1.18
why
New CLI documentation sections (describe all CLI commands that atmos supports)
Use GitHub environments for deployment to take advantage of GitHub deployment API and UI (and not comment on PR with deployment URL to not pollute the PR with unnecessary comments)
Go version 1.18 supports many new features including generics and allowing using any keyword instead of interface{} which...
rssover 3 years ago(edited)
v1.1.0
Support for storage variables @matharoo (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1257425536" data-permission-text="Title is private" data-url="https://github.com/cloudposse/terraform-aws-rds-cluster/issues/141"...
Support for storage variables @matharoo (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1257425536" data-permission-text="Title is private" data-url="https://github.com/cloudposse/terraform-aws-rds-cluster/issues/141"...
rssover 3 years ago(edited)
v0.18.0
feat: add configurable AWS route creation and deletion timeouts @morremeyer (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1078366574" data-permission-text="Title is private"...
feat: add configurable AWS route creation and deletion timeouts @morremeyer (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1078366574" data-permission-text="Title is private"...
rssover 3 years ago(edited)
v1.3.0
Add attribute protocol_version into default target group @ArtemKorchunov (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1276377888" data-permission-text="Title is private"...
Add attribute protocol_version into default target group @ArtemKorchunov (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1276377888" data-permission-text="Title is private"...
rssover 3 years ago(edited)
v1.4.22
what
Add ATMOS_CLI_CONFIG_PATH ENV var
Detect more YAML stack misconfigurations
Add functionality to define atmos custom CLI commands
why
ATMOS_CLI_CONFIG_PATH ENV var allows specifying the location of atmos.yaml CLI config file. This is useful for CI/CD environments (e.g. Spacelift) where an infrastructure repository gets loaded into a custom path and atmos.yaml is not in the locations where atmos expects to find it (no need to copy atmos.yaml into /usr/local/etc/atmos/atmos.yaml)
Detect...
what
Add ATMOS_CLI_CONFIG_PATH ENV var
Detect more YAML stack misconfigurations
Add functionality to define atmos custom CLI commands
why
ATMOS_CLI_CONFIG_PATH ENV var allows specifying the location of atmos.yaml CLI config file. This is useful for CI/CD environments (e.g. Spacelift) where an infrastructure repository gets loaded into a custom path and atmos.yaml is not in the locations where atmos expects to find it (no need to copy atmos.yaml into /usr/local/etc/atmos/atmos.yaml)
Detect...