Restore checking for the context in imports with Go templates removed in #464
Update README
why
The settings.depends_on was incorrectly processed for cross-tenant, cross-environment and cross-staging dependencies
When the context was not provided in imports with Go templates, we did not process Go templates. A change was introduced in #464 which does not work for all use-cases. Restoring the old functionality
Atmos supports the overrides pattern to modify component(s) configuration and behavior using the overrides section in Atmos stack manifests.
You can override the following sections in the component(s) configuration:
vars
settings
env
command
The overrides section can be used at the global level or at the Terraform and Helmfile levels.
Overrides Schema
The overrides section schema at the global level is as follows:
overrides:
# Override the ENV variables for the components in the current stack manifest and all its imports
env: {}
# Override the settings for the components in the current stack manifest and all its imports
settings: {}
# Override the variables for the components in the current stack manifest and all its imports
vars: {}
# Override the command to execute for the components in the current stack manifest and all its imports
command: "<command to execute>"
The overrides section schemas at the Terraform and Helmfile levels are as follows:
</tr></table>
... (truncated)
Commits
fc5357b Update depends_on and atmos describe dependents (#471)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/cloudposse/atmos from 1.45.0 to 1.49.0.
Release notes
Sourced from github.com/cloudposse/atmos's releases.
... (truncated)
Commits
fc5357b
Updatedepends_on
andatmos describe dependents
(#471)b982c11
Update build.yml9c44f74
Addoverrides
section to Atmos stack manifests. Update docs (#464)e419a23
Bump semver from 5.7.1 to 5.7.2 in /website (#406)838d6b9
Bump loader-utils from 2.0.3 to 2.0.4 in /website (#466)21a55fc
Bump webpack from 5.74.0 to 5.76.2 in /website (#341)d63e8a4
Bump@babel/traverse
from 7.20.1 to 7.23.2 in /website (#440)3288e0b
Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#455)9975f0d
Bump github.com/google/uuid from 1.3.1 to 1.4.0 (#458)c638175
Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0 (#453)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show