Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR performs a version bump from 2.0.0-beta.3 to 2.0.0-beta.4 in preparation for a new beta release. The changes include updating version strings across the entire codebase and adding a comprehensive CHANGELOG entry documenting the improvements, changes, and fixes in this release.
- Version strings updated consistently from 2.0.0-beta.3 to 2.0.0-beta.4 across all configuration files
- CHANGELOG updated with detailed release notes for v2.0.0-beta.4 covering new features, changes, and fixes
- Docker images and Helm charts updated to reference the new version tag
Reviewed Changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| openapi.json | Updated API version and default version in schema definitions |
| frontend/src/openapi/v2/core/OpenAPI.ts | Updated VERSION constant for frontend OpenAPI client |
| frontend/src/app.config.ts | Updated appVersion configuration value |
| frontend/package.json | Bumped package version number |
| frontend/package-lock.json | Updated lockfile version to match package.json |
| docker-compose.yml | Updated Docker image tags for backend and frontend services |
| deployments/kubernetes/charts/clowder2/README.md | Updated example image tags in documentation |
| deployments/kubernetes/charts/clowder2/Chart.yaml | Updated Helm chart appVersion |
| backend/app/main.py | Updated FastAPI application version |
| backend/app/config.py | Updated version in settings configuration |
| CHANGELOG.md | Added comprehensive release notes for v2.0.0-beta.4 |
Files not reviewed (1)
- frontend/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
robkooper
approved these changes
Nov 14, 2025
robkooper
requested changes
Nov 14, 2025
robkooper
approved these changes
Nov 14, 2025
lmarini
approved these changes
Nov 14, 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.
Release v2.0.0-beta.4, which includes the Helm chart updates that will be picked up and published automatically when the GitHub release is created.