fix(opentofu): use semver versionFilter instead of latest#203
Merged
fr4nc1sc0-r4m0n merged 3 commits intomainfrom Feb 24, 2026
Merged
fix(opentofu): use semver versionFilter instead of latest#203fr4nc1sc0-r4m0n merged 3 commits intomainfrom
fr4nc1sc0-r4m0n merged 3 commits intomainfrom
Conversation
Co-authored-by: v1v <2871786+v1v@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update opentofu policies to use semver filter
fix(opentofu): use semver versionFilter instead of latest
Feb 23, 2026
Member
|
@copilot, if a new change it requires to release the policy for such, it requires a few changes:
Update them as a minor update. Also update the existing documentation in the contributions.md to help with explaining that new features/ bug fixes, enhancements require updating those files accordingly |
Co-authored-by: v1v <2871786+v1v@users.noreply.github.com>
Contributor
Author
Done in commit
|
Member
v1v
approved these changes
Feb 24, 2026
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.

kind: latestpicks the most recently published GitHub release, which can be out of semver order (e.g. a backported patch on an older minor published after a newer release). Switching tokind: semverensures the policy always resolves the highest semantic version.Changes
Policy.yaml: bumped policy version from0.1.0to0.2.0(minor release)CHANGELOG.md: added0.2.0entry documenting the semver filter changeCONTRIBUTING.md: added guidance clarifying that new features, bug fixes, and enhancements require updating bothPolicy.yaml(with semver bump guidance) andCHANGELOG.mdRef: https://www.updatecli.io/docs/plugins/resource/github_release/
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.