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

Atlantis version command is showing inadequate output #168938

Closed
4 tasks done
den-is opened this issue Apr 13, 2024 · 0 comments · Fixed by #168954
Closed
4 tasks done

Atlantis version command is showing inadequate output #168938

den-is opened this issue Apr 13, 2024 · 0 comments · Fixed by #168954
Labels
bug Reproducible Homebrew/homebrew-core bug outdated PR was locked due to age

Comments

@den-is
Copy link

den-is commented Apr 13, 2024

brew gist-logs <formula> link OR brew config AND brew doctor output

brew config
HOMEBREW_VERSION: 4.2.17-99-g17d5ab3
ORIGIN: https://github.com/Homebrew/brew
HEAD: 17d5ab381bb8da90f94964e475fb73b87993108a
Last commit: 20 hours ago
Core tap HEAD: da606c7640ece59c0271e1199f0613739f6c7449
Core tap last commit: 77 minutes ago
Core tap JSON: 13 Apr 12:34 UTC
Core cask tap HEAD: e79dd3b977331f0a790a28699fe2396c2560ff61
Core cask tap last commit: 4 hours ago
Core cask tap JSON: 13 Apr 12:34 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_BAT_THEME: Solarized (dark)
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.OeFtuD7ati/org.xquartz:0
HOMEBREW_EDITOR: vim
HOMEBREW_MAKE_JOBS: 16
HOMEBREW_NO_ANALYTICS: set
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.1.4 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby
CPU: 16-core 64-bit kabylake
Clang: 15.0.0 build 1500
Git: 2.44.0 => /usr/local/bin/git
Curl: 8.4.0 => /usr/bin/curl
macOS: 14.4.1-x86_64
CLT: 15.3.0.0.1.1708646388
Xcode: 15.3

Verification

  • My brew doctor output says Your system is ready to brew. and am still able to reproduce my issue.
  • I ran brew update and am still able to reproduce my issue.
  • I have resolved all warnings from brew doctor and that did not fix my problem.
  • I searched for recent similar issues at https://github.com/Homebrew/homebrew-core/issues?q=is%3Aissue and found no duplicates.

What were you trying to do (and why)?

On macos installing atlantis brew install atlantis

What happened (include all command output)?

Trying to get version does not report version correctly:

❯ atlantis version
atlantis dev (commit: none) (build date: unknown)

What did you expect to happen?

Atlantis release manually downloaded from the github page and installed manually, reports version correctly:

❯ ./atlantis version
atlantis 0.27.2 (commit: 2991920) (build date: 2024-03-08T21:57:38Z)

Tested on both MacOS and WSL.

Step-by-step reproduction instructions (by running brew commands)

# on macos

brew info atlantis
#==> atlantis: stable 0.27.2 (bottled), HEAD
# ... omitted

brew install atlantis
atlantis version
# atlantis dev (commit: none) (build date: unknown)

curl -OL https://github.com/runatlantis/atlantis/releases/download/v0.27.2/atlantis_darwin_amd64.zip
unzip atlantis_darwin_amd64.zip
./atlantis version
# atlantis 0.27.2 (commit: 2991920) (build date: 2024-03-08T21:57:38Z)
@den-is den-is added the bug Reproducible Homebrew/homebrew-core bug label Apr 13, 2024
@github-actions github-actions bot added the outdated PR was locked due to age label May 14, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Reproducible Homebrew/homebrew-core bug outdated PR was locked due to age
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant