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

terragrunt version list update #144

Open
oallauddin opened this issue Nov 19, 2024 · 2 comments
Open

terragrunt version list update #144

oallauddin opened this issue Nov 19, 2024 · 2 comments

Comments

@oallauddin
Copy link

Where does tgswitch pull its version list of terragrunt?
terragrunt 0.68.16 was released about 2 hours ago.
https://api.github.com/repos/gruntwork-io/terragrunt/releases/latest

I am only able to install 0.68.15 using tgswitch.
This is a timing issue?
Is there a cached list somewhere on the file system that needs to refreshed?

tgswitch --version
Version: 0.6.0
tgswitch
Use the arrow keys to navigate: ↓ ↑ → ←
? Select Terragrunt version:
  ▸ 0.68.15 *recent
    0.68.14
    0.68.13
    0.68.12
↓   0.68.10
@oallauddin
Copy link
Author

Ran tgswitch this morning and see the latest 0.69.0 release now.
Guessing this has something to do with timing.
Still would like to know where the list is pulled from and if it is cached.
Maybe something that I missed in the documentation?

tgswitch
Use the arrow keys to navigate: ↓ ↑ → ←
? Select Terragrunt version:
  ▸ 0.68.15 *recent
    0.69.0
    0.68.17
    0.68.16
↓   0.68.14

@synack-badamson
Copy link

Came here for this too and dug into the code. It pulls from proxyUrl which is an index.json built every 6 hours and published.

With terragrunt's more frequent pushes, I'd love to see this set to an hour to match the terraform repo. Hopefully @warrensbox can merge that in. warrensbox/terragunt-versions-list#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants