Skip to content

Bump github.com/cloudposse/atmos from 1.189.0 to 1.193.0#509

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/cloudposse/atmos-1.193.0
Closed

Bump github.com/cloudposse/atmos from 1.189.0 to 1.193.0#509
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/cloudposse/atmos-1.193.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2025

Bumps github.com/cloudposse/atmos from 1.189.0 to 1.193.0.

Release notes

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

v1.193.0

what

  • Add performance tracking heatmap visualization to Atmos CLI with interactive TUI
  • Enable developers to identify performance bottlenecks using built-in instrumentation
  • Provide multiple visualization modes (bar chart, sparklines, table) with navigation support
  • Add comprehensive performance tracking across 150+ critical functions
  • Consolidate profiling documentation into unified guide covering both heatmap and pprof approaches
  • Update docs

why

  • Makes performance analysis accessible to all developers without specialized profiling tools
  • Enables quick identification of slow operations during stack processing
  • Provides actionable insights for optimization efforts with P95 latency metrics
  • Reduces friction in performance debugging workflow
  • Offers flexible profiling approaches for different use cases (quick analysis vs deep profiling)

Performance Heatmap Feature

Atmos now includes built-in performance tracking that shows you exactly which operations are taking the longest time. This feature provides real-time visibility into function execution times with interactive visualization modes.

Quick Start

Run any Atmos command with the --heatmap flag:

atmos describe stacks --heatmap

Real Performance Analysis Example

Here's actual output from atmos describe stacks --heatmap:

Bar Chart View (Press 1 in interactive mode):

Performance Output

=== Atmos Performance Summary ===
Elapsed: 69.042791ms  Functions: 42  Calls: 5980
Function                                            Count      Total        Avg        Max      P95
exec.ProcessYAMLConfigFileWithContext                  52   18.305ms      352µs     3.61ms  3.495ms
exec.ValidateStacks                                     1    9.893ms    9.893ms    9.893ms  9.895ms
utils.processCustomTags                              1024    7.919ms        7µs      808µs     13µs
</tr></table> 

... (truncated)

Commits
  • 7a726b2 test: add coverage for vendor URI helpers and config error handling (#1581)
  • 558b654 fix: normalize legacy triple-slash vendor URIs for go-getter compatibility (#...
  • fc0f123 Add Performance Profiling Heatmap Visualization to Atmos CLI (#1576)
  • f51d0f9 feat: Improve template processing to handle .yaml.tmpl and .yml.tmpl files (#...
  • f9889a1 fix: eliminate all npm vulnerabilities and implement glossary tooltips plugin...
  • f18acc0 fix: prevent go-getter from processing local file paths (#1522)
  • 53c2245 chore(deps): update helmfile/helmfile-action action to v2.0.5 (#1557)
  • dc3de40 Add LLM-friendly documentation (llms.txt) (#1558)
  • 6decdbc fix: prevent path duplication when using absolute paths in component configur...
  • 9e43f19 Enhance OPA validation with comprehensive policy execution context (#1540)
  • 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.189.0 to 1.193.0.
- [Release notes](https://github.com/cloudposse/atmos/releases)
- [Changelog](https://github.com/cloudposse/atmos/blob/main/CHANGELOG.md)
- [Commits](cloudposse/atmos@v1.189.0...v1.193.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code minor New features that do not break anything labels Oct 3, 2025
@dependabot dependabot bot requested review from a team as code owners October 3, 2025 07:02
@dependabot dependabot bot requested a review from johncblandii October 3, 2025 07:02
@dependabot dependabot bot added the minor New features that do not break anything label Oct 3, 2025
@dependabot dependabot bot requested a review from Gowiem October 3, 2025 07:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 3, 2025
@coderabbitai
Copy link

coderabbitai bot commented Oct 3, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (3)
  • Bump
  • chore(deps)
  • WIP

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@mergify mergify bot added the auto-update This PR was automatically generated label Oct 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2025

Superseded by #514.

@dependabot dependabot bot closed this Oct 9, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cloudposse/atmos-1.193.0 branch October 9, 2025 07:02
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