Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

v1.195.0

what

  • Enhanced version list and show commands with improved UI formatting
  • Added borderless table with header separator for version list output
  • Implemented markdown rendering for release titles with ANSI color preservation
  • Added terminal width detection with minimum width validation
  • Styled release assets with muted file sizes and underlined download links
  • Added spinner animation during GitHub API calls for better UX
  • Implemented platform-specific asset filtering (OS/architecture matching)
  • Added debug logging for terminal width detection
  • Refactored version commands to self-contained cmd/version package following command registry pattern
  • Created GitHubClient interface for improved testability
  • Updated environment variable binding to support ATMOS_GITHUB_TOKEN with GITHUB_TOKEN fallback

why

  • Improve user experience with cleaner, more readable version output
  • Make release information more accessible with markdown-rendered titles
  • Ensure proper display across different terminal widths
  • Provide visual feedback during network operations
  • Follow Atmos architectural patterns with self-contained command packages
  • Enable better testing through interface-based design
  • Support standard Atmos environment variable conventions

references

  • Related to version command improvements
  • Follows command registry pattern documented in docs/prd/command-registry-pattern.md

Summary by CodeRabbit

  • New Features

    • New version commands: list and show — interactive spinner (TTY) with non‑TTY fallback, text/JSON/YAML outputs, pagination, date filtering, prerelease options, current-version indicators, markdown-rendered titles, platform-aware asset listings and tables.
  • Authentication

    • GitHub token handling now prefers ATMOS_GITHUB_TOKEN over GITHUB_TOKEN and is bound earlier during startup.
  • Errors

    • New clear sentinels for rate limits, invalid limits/offsets, unsupported formats, narrow terminals, and spinner failures.
  • Documentation

    • PRDs, usage guides, and a blog post for the new commands.
  • Tests

    • Extensive unit and integration tests for list/show, formatters, GitHub client, and edge cases.
  • Chores

    • Increased cache lock retry attempts.

... (truncated)

Commits
  • d2dd4a0 Update atmos version list command. Add docs (#1672)
  • 95432ea Fix: atmos auth login "hangs" when run in make targets (#1671)
  • 9fb959e feat: implement atmos version list and show commands with enhanced UI (#1658)
  • c7bd1d7 Isolate AWS env vars during authentication (#1654)
  • 8973388 Changes auto-committed by Conductor (#1670)
  • 970325e Add global --chdir flag for changing working directory (#1644)
  • 22f980e Fix: Preserve exit codes from shell commands and workflows (#1660)
  • 8ef47df fix: isolate golangci-lint custom build to prevent git corruption (#1666)
  • 48b3837 Changes auto-committed by Conductor (#1650)
  • 4b829b9 Fix: Respect --no-color flag in syntax highlighting (#1652)
  • 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.195.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.195.0)

---
updated-dependencies:
- dependency-name: github.com/cloudposse/atmos
  dependency-version: 1.195.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 20, 2025
@dependabot dependabot bot requested review from a team as code owners October 20, 2025 07:12
@dependabot dependabot bot added minor New features that do not break anything dependencies Pull requests that update a dependency file labels Oct 20, 2025
@dependabot dependabot bot requested review from hans-d and kevcube October 20, 2025 07:12
@dependabot dependabot bot added the go Pull requests that update Go code label Oct 20, 2025
@coderabbitai
Copy link

coderabbitai bot commented Oct 20, 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 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2025

Superseded by #519.

@dependabot dependabot bot closed this Oct 30, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cloudposse/atmos-1.195.0 branch October 30, 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.

1 participant