Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/cloudposse/atmos from 1.45.0 to 1.49.0 #337

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2023

Bumps github.com/cloudposse/atmos from 1.45.0 to 1.49.0.

Release notes

Sourced from github.com/cloudposse/atmos's releases.

v1.49.0

what

  • Update depends_on and atmos describe dependents
  • 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

v1.48.0

what

why

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)
  • b982c11 Update build.yml
  • 9c44f74 Add overrides 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)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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](https://github.com/cloudposse/atmos) from 1.45.0 to 1.49.0.
- [Release notes](https://github.com/cloudposse/atmos/releases)
- [Changelog](https://github.com/cloudposse/atmos/blob/master/CHANGELOG.md)
- [Commits](cloudposse/atmos@v1.45.0...v1.49.0)

---
updated-dependencies:
- dependency-name: github.com/cloudposse/atmos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners November 3, 2023 07:34
@dependabot dependabot bot added dependencies minor New features that do not break anything labels Nov 3, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2023

Looks like github.com/cloudposse/atmos is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 3, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cloudposse/atmos-1.49.0 branch November 3, 2023 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor New features that do not break anything
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant