#releases (2022-08)

Announce New Releases for Cloud Posse GitHub Projects

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

2022-08-01

Release notes from geodesic avatar
Release notes from geodesic
09:55:26 PM

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“…

Release v1.2.3 · cloudposse/geodesicattachment image

Included Tools Update AWS CLI packages @renovate (#796) This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.25.22 -> ==…

renovate - Overview

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

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

This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.25.22 -> ==1.25.43 boto3 ==1.24.22 -> ==1.24.43 Release No…

2022-08-10

Release notes from terraform-aws-alb-ingress avatar
Release notes from terraform-aws-alb-ingress
04:33:32 PM

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”…

Release v0.25.0 · cloudposse/terraform-aws-alb-ingressattachment image

include protocol_version for the default target group @azarudeena (#64) what ability to define the protocol version for the target groups. made in this sync with the alb module why Need to have …

azarudeena - Overview

azarudeena has 47 repositories available. Follow their code on GitHub.

2022-08-15

Release notes from terraform-aws-alb-ingress avatar
Release notes from terraform-aws-alb-ingress
03:03:30 AM

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“…

Release v0.25.1 · cloudposse/terraform-aws-alb-ingressattachment image

Enhancements Use context tags @nitrocode (#65) what Use context tags why This way we can pass in the context to tag the resource instead of having to supply the tags in manually. The tags a…

Use context tags by nitrocode · Pull Request #65 · cloudposse/terraform-aws-alb-ingressattachment image

what Use context tags why This way we can pass in the context to tag the resource instead of having to supply the tags in manually. The tags are already passed into the context inputs. referenc…

2022-08-16

Release notes from build-harness avatar
Release notes from build-harness
01:36:29 PM

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”…

Release v1.4.0 · cloudposse/build-harness

Added github action docs @goruha (#327) what Added Github action docs why Generated README docs from action.yaml

goruha - Overview

goruha has 90 repositories available. Follow their code on GitHub.

Added github action docs by goruha · Pull Request #327 · cloudposse/build-harnessattachment image

what Added Github action docs why Generated README docs from action.yaml

Release notes from terraform-aws-eks-cluster avatar
Release notes from terraform-aws-eks-cluster
09:02:36 PM

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“…

Release v2.4.0 · cloudposse/terraform-aws-eks-clusterattachment image

Custom Ingress rules @IkePCampbell (#162) what Added list of objects, which are Security Rule Ingress Definitions. why Sometimes I need to add security groups to access my EKS workers, such as o…

IkePCampbell - Overview

Senior Platform Engineer @bloomcredit / Former Associate Infrastructure Engineer/SRE at @amount Go/Python/K8s/Building pristine platforms - IkePCampbell

Custom Ingress rules by IkePCampbell · Pull Request #162 · cloudposse/terraform-aws-eks-clusterattachment image

what Added list of objects, which are Security Rule Ingress Definitions. why Sometimes I need to add security groups to access my EKS workers, such as other EC2 instances on a variety of ports. …

2022-08-20

Release notes from atmos avatar
Release notes from atmos
02:44:35 PM

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…

Release v1.4.26 · cloudposse/atmos

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 …

Release notes from atmos avatar
Release notes from atmos
03:04:36 PM

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…

2022-08-24

Release notes from atmos avatar
Release notes from atmos
01:44:36 AM

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: #…

Release v1.4.27 · cloudposse/atmosattachment image

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 GitH…

Release notes from atmos avatar
Release notes from atmos
02:04:36 AM

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: #…

2022-08-30

Release notes from atmos avatar
Release notes from atmos
03:24:33 PM

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

Release v1.4.28 · cloudposse/atmosattachment image

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/terrafo…

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

@Joe Niland ^

Release v1.4.28 · cloudposse/atmosattachment image

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/terrafo…

Joe Niland avatar
Joe Niland

Thank you @Andriy Knysh (Cloud Posse) !

I’ve just tested it with 1.4.28 and it seems to be deleting the contents of the source mixin file. Doing some more testing.

Joe Niland avatar
Joe Niland

The above was happening when the existing mixin file was a symlink left over from the previous behaviour.

Once I removed that and did vendor pull with no mixin in the target, it is working OK on the 1st and subsequent attempts.

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

i noticed that first time after updating the code, but thought it was a fluke. The 3rd-party copy lib does some strange things instead of just copying/overriding the files. Let’s keep an eye on it and if any issues, we’ll just delete the file before copying the mixin into it

1
Joe Niland avatar
Joe Niland

Sure I will be doing this often so I’ll let you know.

I can also make it happen by switching branches. I don’t know what is doing it exactly, but the copied mixin file is converted to a symlink. After than running vendor pull again results in an empty source file.

This is with geodesic and Docker volumes, btw.

Joe Niland avatar
Joe Niland

Delete before copy sounds wise.

Joe Niland avatar
Joe Niland
03:28:46 PM

@Joe Niland has joined the channel

2022-08-31

Release notes from terraform-aws-rds-cluster avatar
Release notes from terraform-aws-rds-cluster
04:41:29 PM

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…

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

Enhancements Fix: InvalidParameterValue: CreateDBInstance error when creating non-aurora multi a-z rds cluster and aws provider update @matharoo (#149) what For a multi a-z rds cluster skip c…

matharoo - Overview

matharoo has 32 repositories available. Follow their code on GitHub.

    keyboard_arrow_up