Add Coder 2.24.1 to 2.25.0 upgrade bundle spec - #208
Open
Azahorscak wants to merge 2 commits into
Open
Conversation
- Comprehensive bundle for evaluating Coder upgrade from v2.24.1 to v2.25.0 - Includes warnings for breaking changes (connection logs, CLI presets, workspace update behavior) - OPA checks for connection log retention, PostgreSQL compatibility, audit log backup, and automated workflows - Kubernetes compatibility range 1.19-1.36 - Documents key features: Dynamic Parameters GA, DevContainer improvements, OAuth2 provider, MCP server - References official release notes at https://github.com/coder/coder/releases/tag/v2.25.0 Co-authored-by: Adam Zahorscak <Azahorscak@users.noreply.github.com>
- Comprehensive guide for using the Coder 2.24.1 to 2.25.0 bundle - Explains breaking changes and new features - Provides pre-upgrade checklist - Includes usage examples and troubleshooting tips - Documents OPA checks and resource validation Co-authored-by: Adam Zahorscak <Azahorscak@users.noreply.github.com>
|
|
Azahorscak
marked this pull request as ready for review
May 1, 2026 17:35
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.
Checklist
Description
What's the goal of this PR?
This PR adds a comprehensive GoNoGo bundle specification for evaluating the upgrade confidence from Coder version 2.24.1 to 2.25.0. This bundle helps administrators assess their readiness to upgrade by checking for compatibility issues, breaking changes, and required actions before performing the upgrade.
What changes did you make?
Added Coder bundle spec (
pkg/bundle/bundles/coder.yaml):https://helm.coder.com/v2Implemented 4 OPA policy checks:
Added comprehensive documentation (
examples/coder-upgrade-example.md):Key Features Covered
Breaking Changes:
--presetflag now required for templates with presets (breaks non-interactive workflows)New Features:
What alternative solution should we consider, if any?
Alternative approaches considered:
The current approach balances comprehensiveness with usability, providing enough detail to guide administrators through the upgrade process without overwhelming them with checks.
References
Slack Thread