#atlantis (2023-01)
Discuss the Atlantis (<http://runatlantis.io | runatlantis.io>) |
**Archive: ** https://archive.sweetops.com/atlantis/
2023-01-02
v0.22.0 What’s Changed feat: auto-plan projects when modules change by @iamnoah in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1366913258” data-permission-text=”Title is private” data-url=”https://github.com/runatlantis/atlantis/issues/2507“…
What’s Changed
feat: auto-plan projects when modules change by @iamnoah in #2507 deps: update to use tf 1.3.6 by @chenrui333 in #2744 feat: support atlantis.yaml without defined projects by @csain…
iamnoah has 62 repositories available. Follow their code on GitHub.
Fixes #920 See testdata for an example repo structure. Any project that uses modules in the same repo should be able to take advantage. Only files that are not considered part of a project will be …
2023-01-04
v0.22.1 What’s Changed Release 0.22.0 by @kf-rammanokar in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1516951927” data-permission-text=”Title is private” data-url=”https://github.com/runatlantis/atlantis/issues/2910“…
What’s Changed
Release 0.22.0 by @kf-rammanokar in #2910 fix(discardApprovalOnPlan): add missing conditional and tests by @secustor in #2913 Disable bump-homebrew-action by @nitrocode in #2906 cho…
kf-rammanokar has 11 repositories available. Follow their code on GitHub.
what atlantis version has been changed to v0.22.0
why atlantis version is not matching with release version and tests are failing when building custom image using atlantis as base image due to ima…
v0.22.1 What’s Changed Release 0.22.0 by @kf-rammanokar in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1516951927” data-permission-text=”Title is private” data-url=”https://github.com/runatlantis/atlantis/issues/2910“…
2023-01-06
v0.22.2 What’s Changed chore: updating slack invite link by @jamengual in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1519516763” data-permission-text=”Title is private” data-url=”https://github.com/runatlantis/atlantis/issues/2924“…
What’s Changed
chore: updating slack invite link by @jamengual in #2924 Improve plan summary performance by @inkel in #2907 docs: Explicit restrictions of atlantis user apply to the –data-dir fla…
SRE, doing SRE things. jamengual has 22 repositories available. Follow their code on GitHub.
what update the invite link for slack why old link expired tests sent it to few people and is working
v0.22.2 What’s Changed chore: updating slack invite link by @jamengual in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1519516763” data-permission-text=”Title is private” data-url=”https://github.com/runatlantis/atlantis/issues/2924“…
2023-01-10
Anyone here have implemented/used Drift detection for Iac (terraform base)? what was the user flow, did it work well, if not why? autoremediation was a thing?
v0.22.3-pre.20230110 What’s Changed chore(deps): update actions/checkout action to v3.3.0 by @renovate in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1523278920” data-permission-text=”Title is private”…
What’s Changed
chore(deps): update actions/checkout action to v3.3.0 by @renovate in #2943 fix(deps): update module github.com/alicebob/miniredis/v2 to v2.30.0 by @renovate in #2945 chore(deps): u…
v0.22.3-pre.20230110 What’s Changed chore(deps): update actions/checkout action to v3.3.0 by @renovate in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1523278920” data-permission-text=”Title is private”…
2023-01-11
v0.22.3-pre.20230111 What’s Changed fix(deps): update module github.com/google/go-github/v49 to v49.1.0 by @renovate in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1528364769” data-permission-text=”Title is private”…
What’s Changed
fix(deps): update module github.com/google/go-github/v49 to v49.1.0 by @renovate in #2959 chore(deps): update alpine docker tag to v3.17.1 by @renovate in #2961 chore(deps): update …
2023-01-18
v0.22.3 What’s Changed chore(deps): update actions/checkout action to v3.3.0 by @renovate in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1523278920” data-permission-text=”Title is private”…
What’s Changed
chore(deps): update actions/checkout action to v3.3.0 by @renovate in #2943 fix(deps): update module github.com/alicebob/miniredis/v2 to v2.30.0 by @renovate in #2945 chore(deps): u…
2023-01-24
so, question
Atlantis: Terraform Pull Request Automation
saw this, init/lpan/appy/blah blah
I am getting an unmarshal error
can you post your atlantis.yaml?
allg, user issue. I worked it out
actually I thijnk I am reading it wrong, hold on
2023-01-25
Anyone know if you can split up the atlantis.yaml
file? Mine is getting super long adding in all of our “services” along with all the workspaces for each. Im at about 1200 lines so far and im only about a quarter of the way done with adding them. Im wondering if there is a way that I can do something like atlantis1.yaml
atlantis2.yaml
or am i stuck with 1 file?
I believe you could use multiple files and then use one of the hooks in the workflow config to combine those files into a single atlantis.yaml
file just before plan
or apply
runs.
This is where some people put tools that generate atlantis.yaml
files, so I think it would be the same idea
Fwiw, https://atmos.tools can generate the atlantis.yaml based on stack configurations. Atmos is all about creating a scalable way of managing very large configurations (e.g. it’s how you can sanely manage thousands of terraform root modules)
Atmos is a workflow automation tool for DevOps to manage complex configurations with ease. It’s compatible with Terraform and many other tools.
Our stack is so all over the place I’m not sure it would work. Then on top of that we have multiple workspaces for some things but not everything. I got it working though…5k lines later.
Our stack is so all over the place I’m not sure it would work.
Arguably this is exactly why you need/want atmos. At some point this madness needs to stop. Conventions need to be adopted and enforced. Atmos is the way to do that at scale. There will of course be the uncomfortable upfront investment and associated dip in productivity until everything is migrated, but afterwards, you’ll be set up for success.
v0.23.0-pre.20230125 What’s Changed fix: PR status summary should remove Note: Objects have changed outside of Terraform by @krrrr38 in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1548398257” data-permission-text=”Title is private”…
What’s Changed
fix: PR status summary should remove Note: Objects have changed outside of Terraform by @krrrr38 in #3010 feat: state rm by @krrrr38 in #2880 fix: runatlantis.io search by @nitrocod…
krrrr38 has 89 repositories available. Follow their code on GitHub.
v0.23.0-pre.20230125 What’s Changed fix: PR status summary should remove Note: Objects have changed outside of Terraform by @krrrr38 in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1548398257” data-permission-text=”Title is private”…
What’s Changed
fix: PR status summary should remove Note: Objects have changed outside of Terraform by @krrrr38 in #3010 feat: state rm by @krrrr38 in #2880 fix: runatlantis.io search by @nitrocod…
krrrr38 has 89 repositories available. Follow their code on GitHub.
v0.23.0-pre.20230125 What’s Changed fix: PR status summary should remove Note: Objects have changed outside of Terraform by @krrrr38 in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1548398257” data-permission-text=”Title is private”…