#releases (2022-03)
Announce New Releases for Cloud Posse GitHub Projects
Archive: https://archive.sweetops.com/releases/
2022-03-04
v0.15.1 Enhancements fix: set security_group_enabled false when publicly_accessible is true @luizbossoi (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1112953495” data-permission-text=”Title is private”…
Enhancements fix: set security_group_enabled false when publicly_accessible is true @luizbossoi (#42) what Added a condition to security_group_enabled variable to avoid issues when a broker is…
luizbossoi has 15 repositories available. Follow their code on GitHub.
2022-03-05
v1.3.30 what Add atmos terraform generate varfile command Add atmos helmfile generate varfile command The commands support -f argument to write to a specific file instead of generating the file name from the context General cleanup why The command allow generating varfile for terraform and helmfile components and writing it to files in the components folders, or any file name specified by the -f command line argument (–file for the long version) Use atmos patterns of generate and describe to…
what Add atmos terraform generate varfile command Add atmos helmfile generate varfile command The commands support -f argument to write to a specific file instead of generating the file name from …
2022-03-07
v0.50.2
:rocket: Enhancements
Add optional subnet_group_name
input to override the name @tjarjoura (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1160122827” data-permission-text=”Title is private”…
:rocket: Enhancements Add optional subnet_group_name
input to override the name @tjarjoura (#133) what Allow the user to specify the db_subnet_group name, rather than using the default label ID why…
tjarjoura has 31 repositories available. Follow their code on GitHub.
2022-03-10
v0.62.2 Bug Fixes Auto-readme workflow fix: name of default branch rather than hard coding it @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1164715351” data-permission-text=”Title is private”…
Bug Fixes Auto-readme workflow fix: name of default branch rather than hard coding it @Nuru (#312) what Fix auto-readme workflow to detect the name of the default branch rather than rely on h…
Nuru has 21 repositories available. Follow their code on GitHub.
2022-03-11
v1.4.0 what Add workflows Define workflows in YAML Support two types of workflows: atmos and shell Allow specifying the atmos stack in 3 different ways: on the command line in the command attribute in the workflow steps as stack attribute in each workflow step as stack attribute in the workflow itself
Update atmos terraform shell command
why Allow sequential execution of atmos and shell commands Update atmos terraform shell command to use the bash shell by default on Unix systems if the SHELL ENV…
what Add workflows Define workflows in YAML Support two types of workflows: atmos and shell Allow specifying the atmos stack in 3 different ways: on the command line in the command attribute in t…
v0.15.1 Unstable pre-release Enhancements fix: set security_group_enabled false when publicly_accessible is true @luizbossoi (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1112953495” data-permission-text=”Title is private”…
Enhancements fix: set security_group_enabled false when publicly_accessible is true @luizbossoi (#42) what Added a condition to security_group_enabled variable to avoid issues when a broker is…
luizbossoi has 15 repositories available. Follow their code on GitHub.
2022-03-14
v0.143.1 What’s Changed Add –skip-tests to helmfile template command by @drivelikebrazil in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1111257809” data-permission-text=”Title is private”…
drivelikebrazil has 11 repositories available. Follow their code on GitHub.
v0.143.1 What’s Changed Add –skip-tests to helmfile template command by @drivelikebrazil in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1111257809” data-permission-text=”Title is private”…
2022-03-22
v0.152.3 Included Tools Update AWS CLI packages @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1160152700” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/776” data-hovercard-type=”pull_request”…
Included Tools Update AWS CLI packages @renovate (#776) This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.22.63 -> ==…
renovate has one repository available. Follow their code on GitHub.
This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.22.63 -> ==1.22.79 boto3 ==1.21.8 -> ==1.21.24 Release Not…
2022-03-23
v0.143.2 What’s Changed Bump chartify to v0.9.3 by @mumoshu in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1178832344” data-permission-text=”Title is private” data-url=”https://github.com/roboll/helmfile/issues/2113” data-hovercard-type=”pull_request”…
This release fixes a few issues, including a regression introduced in the previous version of chartify v0.9.2. The version of chartify includes an overhaul of the broken integration test suite. The…
v0.143.3 Full Changelog: v0.143.2…v0.143.3
Deploy Kubernetes Helm Charts. Contribute to roboll/helmfile development by creating an account on GitHub.
v0.143.3 Full Changelog: v0.143.2…v0.143.3
2022-03-24
v0.42.0 Fix EKS upgrades, enable choice of service role This release resumes compatibility with v0.39.0 and adds new features: Releases and builds on PR <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”914000656” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/terraform-aws-eks-cluster/issues/116” data-hovercard-type=”pull_request” data-hovercard-url=”/cloudposse/terraform-aws-eks-cluster/pull/116/hovercard”…
This release resumes compatibility with v0.39.0 and adds new features: Releases and builds on PR #116 by providing the create_eks_service_role option that allows you to disable the automatic creat…
what Accept eks_cluster_service_role_arn as a paramater to use an already defined eks service role instead of creating one. why Allows module to be run without IAM:CreateRole Allows reuse of an …
v0.143.4: Bump chartify to v0.9.4 (#2114) Bump chartify to v0.9.4 (#2114)
This release fixes an issue when you tried to chartify a local chart whose directory name does not match the name of the chart defined in Chart.yaml.
See https://github.com/variantdev/chartify/releases/tag/v0.9.4 for more information.
This release fixes an issue when you tried to chartify a local chart whose directory name does not match the name of the chart defined in Chart.yaml. See https://github.com/variantdev/chartify/rele…
What’s Changed Fix kustomize patch failure due to missing helmx.1.rendered dir by @mumoshu in #29 Full Changelog: v0.9.3…v0.9.4
v0.143.4: Bump chartify to v0.9.4 (#2114) Bump chartify to v0.9.4 (#2114)
This release fixes an issue when you tried to chartify a local chart whose directory name does not match the name of the chart defined in Chart.yaml.
See https://github.com/variantdev/chartify/releases/tag/v0.9.4 for more information.
2022-03-26
v0.152.4 Included Tools Update AWS CLI packages @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1181395345” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/778” data-hovercard-type=”pull_request”…
Included Tools Update AWS CLI packages @renovate (#778) This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.22.79 -> ==…
renovate has one repository available. Follow their code on GitHub.
This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.22.79 -> ==1.22.82 boto3 ==1.21.24 -> ==1.21.27 Release No…
2022-03-28
v0.143.5 What’s Changed update go for 1.14 to 1.17 by @yxxhero in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1181450352” data-permission-text=”Title is private” data-url=”https://github.com/roboll/helmfile/issues/2115” data-hovercard-type=”pull_request”…
Gopher Pythonista. yxxhero has 157 repositories available. Follow their code on GitHub.
Signed-off-by: yxxhero [email protected] update go for 1.14 to 1.17
v0.143.5 What’s Changed update go for 1.14 to 1.17 by @yxxhero in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1181450352” data-permission-text=”Title is private” data-url=”https://github.com/roboll/helmfile/issues/2115” data-hovercard-type=”pull_request”…
2022-03-30
v0.144.0 What’s Changed Update README.md by @qb-abdul in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1169800336” data-permission-text=”Title is private” data-url=”https://github.com/roboll/helmfile/issues/2105” data-hovercard-type=”pull_request”…
qb-abdul has 30 repositories available. Follow their code on GitHub.
Added examples in Readme.md for fetching values from Remote
v0.144.0 What’s Changed Update README.md by @qb-abdul in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1169800336” data-permission-text=”Title is private” data-url=”https://github.com/roboll/helmfile/issues/2105” data-hovercard-type=”pull_request”…