chore: bump agentapi versions in the goose and gemini modules#321
Merged
chore: bump agentapi versions in the goose and gemini modules#321
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates version numbers for the agentapi module and the goose/gemini modules themselves across multiple Terraform files and documentation.
Key changes:
- Updates agentapi module dependency from version 1.0.0/1.1.0 to 1.1.1 in both goose and gemini modules
- Bumps goose module version from 2.1.0 to 2.1.1 in documentation examples
- Bumps gemini module version from 1.0.0 to 1.0.1 in documentation examples
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| registry/coder/modules/goose/main.tf | Updates agentapi dependency to version 1.1.1 |
| registry/coder/modules/goose/README.md | Updates goose module version references to 2.1.1 in examples |
| registry/coder-labs/modules/gemini/main.tf | Updates agentapi dependency to version 1.1.1 |
| registry/coder-labs/modules/gemini/README.md | Updates gemini module version references to 1.0.1 in examples |
matifali
approved these changes
Aug 11, 2025
johnstcn
reviewed
Aug 11, 2025
Member
johnstcn
left a comment
There was a problem hiding this comment.
🤔 bumping agentapi minor version is a patch update? Should it not also be a minor version bump?
Contributor
Author
|
@johnstcn hmm, I don’t think there are any new user-facing features resulting from this update. It’s just a compatibility fix for new versions of agentapi. Feels like a patch update to me. |
johnstcn
approved these changes
Aug 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
related to #320