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

chore(deps): update stable #544

Merged
merged 1 commit into from
Feb 3, 2025
Merged

chore(deps): update stable #544

merged 1 commit into from
Feb 3, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Update Change
atmos minor 1.157.0 -> 1.158.0
awscli patch 2.23.11 -> 2.23.12
cloudposse/atmos minor 1.157.0 -> 1.158.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cloudposse/atmos (atmos)

v1.158.0

Compare Source

Add `--process-templates`, `--process-functions` and `--skip` flags to `atmos describe affected`, `atmos describe component` and `atmos describe stacks` commands @​aknysh (#​1006)
what
why
  • Allow executing the commands without evaluating the Go templates and executing the Atmos YAML functions. This will allow you to see the results before and after the templates and functions execution
  • Give users greater control over Atmos manifest processing
Flag Description
--process-templates Enable/disable processing of all Go templates
in Atmos stacks manifests when executing the command.
If the flag is not provided, it's set to true by default.
atmos describe affected --process-templates=false
atmos describe component <c> -s <stack> --process-templates=false
atmos describe stacks --process-templates=false
--process-functions Enable/disable processing of all Atmos YAML functions
in Atmos stacks manifests when executing the command.
If the flag is not provided, it's set to true by default.
atmos describe affected --process-functions=false
atmos describe component <c> -s <stack> --process-functions=false
atmos describe stacks --process-functions=false
--skip Skip processing a specific Atmos YAML function
in Atmos stacks manifests when executing the command.
To specify more than one function,
use multiple --skip flags, or separate the functions with a comma:
atmos describe affected --skip=terraform.output --skip=include
atmos describe affected --skip=terraform.output,include
atmos describe component <c> -s <stack> --skip=terraform.output --skip=include
atmos describe component <c> -s <stack> --skip=terraform.output,include
atmos describe stacks --skip=terraform.output --skip=include
atmos describe stacks --skip=terraform.output,include
aws/aws-cli (awscli)

v2.23.12

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate This PR was created by RenovateBot label Feb 3, 2025
@renovate renovate bot enabled auto-merge February 3, 2025 23:10
@renovate renovate bot added this pull request to the merge queue Feb 3, 2025
Merged via the queue into main with commit 760d38b Feb 3, 2025
6 checks passed
@renovate renovate bot deleted the renovate/stable branch February 3, 2025 23:19
@narwhal-bot narwhal-bot bot mentioned this pull request Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate This PR was created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants