12 messages
Announce New Releases for Cloud Posse GitHub Projects
Archive: https://archive.sweetops.com/releases/
rssover 3 years ago(edited)
v1.2.3
🧰 Included Tools
Update AWS CLI packages @renovate (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1299518463" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/796"...
🧰 Included Tools
Update AWS CLI packages @renovate (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1299518463" data-permission-text="Title is private" data-url="https://github.com/cloudposse/geodesic/issues/796"...
rssover 3 years ago(edited)
v0.25.0
include protocol_version for the default target group @azarudeena (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1334456360" data-permission-text="Title is private"...
include protocol_version for the default target group @azarudeena (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1334456360" data-permission-text="Title is private"...
rssover 3 years ago(edited)
v0.25.1
🚀 Enhancements
Use context tags @nitrocode (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1335019067" data-permission-text="Title is private" data-url="https://github.com/cloudposse/terraform-aws-alb-ingress/issues/65"...
🚀 Enhancements
Use context tags @nitrocode (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1335019067" data-permission-text="Title is private" data-url="https://github.com/cloudposse/terraform-aws-alb-ingress/issues/65"...
rssover 3 years ago(edited)
v1.4.0
Added github action docs @goruha (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1339117194" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/327" data-hovercard-type="pull_request"...
Added github action docs @goruha (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1339117194" data-permission-text="Title is private" data-url="https://github.com/cloudposse/build-harness/issues/327" data-hovercard-type="pull_request"...
rssover 3 years ago(edited)
v2.4.0
Custom Ingress rules @IkePCampbell (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1340744427" data-permission-text="Title is private" data-url="https://github.com/cloudposse/terraform-aws-eks-cluster/issues/162"...
Custom Ingress rules @IkePCampbell (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1340744427" data-permission-text="Title is private" data-url="https://github.com/cloudposse/terraform-aws-eks-cluster/issues/162"...
rssover 3 years ago(edited)
v1.4.26
what
Update versions
Fix handling of partial stacks definitions
Improve error handling
Add an example of partial stacks definition
why
Update Go, Docker, Terraform to the latest version to keep up to date
When searching for the specified component in the specified stack (e.g. atmos describe component -s ), if any of the stack config files throws error (which also means that we can't find the component in that stack), print the error to the console and continue searching for the component in...
what
Update versions
Fix handling of partial stacks definitions
Improve error handling
Add an example of partial stacks definition
why
Update Go, Docker, Terraform to the latest version to keep up to date
When searching for the specified component in the specified stack (e.g. atmos describe component -s ), if any of the stack config files throws error (which also means that we can't find the component in that stack), print the error to the console and continue searching for the component in...
rssover 3 years ago
v1.4.26
what
Update versions
Fix handling of partial stacks definitions
Improve error handling
Add an example of partial stacks definition
why
Update Go, Docker, Terraform to the latest version to keep up to date
When searching for the specified component in the specified stack (e.g. atmos describe component -s ), if any of the stack config files throws error (which also means that we can't find the component in that stack), print the error to the console and continue searching for the component in...
what
Update versions
Fix handling of partial stacks definitions
Improve error handling
Add an example of partial stacks definition
why
Update Go, Docker, Terraform to the latest version to keep up to date
When searching for the specified component in the specified stack (e.g. atmos describe component -s ), if any of the stack config files throws error (which also means that we can't find the component in that stack), print the error to the console and continue searching for the component in...
rssover 3 years ago(edited)
v1.4.27
what
Update atmos vendor pull
why
Allow using absolute and relative file paths in component.yaml when vendoring mixins. This will allow having mixins in a local folder (and not in a private GitHub repo for which you'll have to use a GitHub token or other means to authenticate)
# mixins override files from 'source' with the same 'filename' (e.g. 'context.tf' will override 'context.tf' from the 'source')
# mixins are processed in the order they are declared in the list
mixins:
#...
what
Update atmos vendor pull
why
Allow using absolute and relative file paths in component.yaml when vendoring mixins. This will allow having mixins in a local folder (and not in a private GitHub repo for which you'll have to use a GitHub token or other means to authenticate)
# mixins override files from 'source' with the same 'filename' (e.g. 'context.tf' will override 'context.tf' from the 'source')
# mixins are processed in the order they are declared in the list
mixins:
#...
rssover 3 years ago
v1.4.27
what
Update atmos vendor pull
why
Allow using absolute and relative file paths in component.yaml when vendoring mixins. This will allow having mixins in a local folder (and not in a private GitHub repo for which you'll have to use a GitHub token or other means to authenticate)
# mixins override files from 'source' with the same 'filename' (e.g. 'context.tf' will override 'context.tf' from the 'source')
# mixins are processed in the order they are declared in the list
mixins:
#...
what
Update atmos vendor pull
why
Allow using absolute and relative file paths in component.yaml when vendoring mixins. This will allow having mixins in a local folder (and not in a private GitHub repo for which you'll have to use a GitHub token or other means to authenticate)
# mixins override files from 'source' with the same 'filename' (e.g. 'context.tf' will override 'context.tf' from the 'source')
# mixins are processed in the order they are declared in the list
mixins:
#...
rssover 3 years ago(edited)
v1.4.28
what
Update atmos vendor pull
why
When pulling in mixins, override the destination file if it already exists
Prevent the error:
symlink components/terraform/mixins/context.tf components/terraform/infra/vpc-flow-logs-bucket/context.tf: file exists
what
Update atmos vendor pull
why
When pulling in mixins, override the destination file if it already exists
Prevent the error:
symlink components/terraform/mixins/context.tf components/terraform/infra/vpc-flow-logs-bucket/context.tf: file exists
J
Joe Nilandover 3 years ago
@Joe Niland has joined the channel
rssover 3 years ago(edited)
v1.3.2
🚀 Enhancements
Fix: InvalidParameterValue: CreateDBInstance error when creating non-aurora multi a-z rds cluster and aws provider update @matharoo (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1301324221" data-permission-text="Title...
🚀 Enhancements
Fix: InvalidParameterValue: CreateDBInstance error when creating non-aurora multi a-z rds cluster and aws provider update @matharoo (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1301324221" data-permission-text="Title...