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.122.0 to 1.127.0 #454

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps github.com/cloudposse/atmos from 1.122.0 to 1.127.0.

Release notes

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

v1.127.0

what

  • Implement Atmos version check configuration and functionality
  • Add the --check flag to the atmos version command to force it to check for the latest Atmos release (regardless of the enabled flag and the cache config) and print the upgrade message
  • Add the version config section version in atmos.yaml
  • Update docs

why

  • Remove unnecessary upgrade message for some Atmos commands
  • Introduce config mechanism to turn on/off the update notifications and their frequency
  • The --check flag for the atmos version command forces it to check for the latest Atmos release (regardless of the enabled flag and the cache config) and print the upgrade message
atmos version --check

before for non --help command, the Atmos upgrade box was displayed:

terraform_apply_before_fix

now: terraform_apply_after_fix

Added the version config section in atmos.yaml:

version:
  check:
    enabled: true
    timeout: 1000 # ms
    frequency: 1h

atmosyaml

.atmos/cache.yaml file is generated with time stamp:

cache_yaml

and the upgrade box is not displayed until the time interval exceed the specified in the config

atmos_secondtime_running_help_no_box

... (truncated)

Commits
  • b205a0d Implement Atmos Version Check Configuration (#844)
  • e9a610e add support for terraform version (#846)
  • 11ec388 Add support for helmfile version command (#854)
  • 58b46f5 Append new lines to end of json files before writing (#849)
  • ed93da1 Exclude abstract components from list (#851)
  • 5681e54 feat: add pagination and searching to atmos docs command (#848)
  • c0e7054 Fix terraform plan file should not be deleted (#855)
  • 22c9b28 Dynamic width terminal calculation for help (#815)
  • b144ba2 Fix deployments inactivate (#843)
  • 1bf5dc2 Update Atmos stack manifest JSON schema. Fix docs (#842)
  • 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.122.0 to 1.127.0.
- [Release notes](https://github.com/cloudposse/atmos/releases)
- [Changelog](https://github.com/cloudposse/atmos/blob/main/CHANGELOG.md)
- [Commits](cloudposse/atmos@v1.122.0...v1.127.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 a review from a team as a code owner December 16, 2024 07:21
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
@dependabot dependabot bot requested a review from a team as a code owner December 16, 2024 07:21
@dependabot dependabot bot added go Pull requests that update Go code minor New features that do not break anything labels Dec 16, 2024
@dependabot dependabot bot requested review from kevcube and RoseSecurity December 16, 2024 07:21
@dependabot dependabot bot requested a review from gberenice December 16, 2024 07:21
@mergify mergify bot added the auto-update This PR was automatically generated label Dec 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2024

Superseded by #455.

@dependabot dependabot bot closed this Dec 17, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cloudposse/atmos-1.127.0 branch December 17, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-update This PR was automatically generated dependencies Pull requests that update a dependency file go Pull requests that update Go code minor New features that do not break anything
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants