Skip to content

fix: update coder provider version constraint from >= 0.23 to >= 2.0#918

Closed
bjornrobertsson wants to merge 1 commit into
mainfrom
fix/update-coder-provider-version
Closed

fix: update coder provider version constraint from >= 0.23 to >= 2.0#918
bjornrobertsson wants to merge 1 commit into
mainfrom
fix/update-coder-provider-version

Conversation

@bjornrobertsson

Copy link
Copy Markdown
Contributor

Summary

The old version constraint >= 0.23 causes terraform init to fail when combined with modules that require >= 2.x (e.g., code-server v1.5.0 requires >= 2.5.0):

Error: Failed to query available provider packages
Could not retrieve the list of available versions for provider coder/coder:
no available releases match the given constraints ~> 0.23, >= 2.5.0

Changes

Updated 5 modules to use >= 2.0:

  • coder-login
  • git-config
  • github-upload-public-key
  • jfrog-oauth
  • jfrog-token

The old constraint >= 0.23 is incompatible with modules requiring >= 2.x,
causing terraform init to fail when combined with other coder modules.
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

Successfully merging this pull request may close these issues.

1 participant