Skip to content

Comments

Prepare for release 0.5.0#782

Merged
javuto merged 1 commit intomainfrom
prepare-osctrl-0.5.0
Feb 24, 2026
Merged

Prepare for release 0.5.0#782
javuto merged 1 commit intomainfrom
prepare-osctrl-0.5.0

Conversation

@javuto
Copy link
Collaborator

@javuto javuto commented Feb 24, 2026

Prepare for release 0.5.0

@javuto javuto requested a review from Copilot February 24, 2026 11:03
@javuto javuto added the 🔖 new version Release new version label Feb 24, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares the osctrl project for version 0.5.0 release by updating all version references from 0.4.9 to 0.5.0. The changes ensure consistency across the codebase by updating the central version constant, its test, API documentation, changelog header, and environment configuration. The version constant in pkg/version/version.go is imported and used throughout the codebase by various components (admin, api, cli, tls), so updating it in one place propagates to all consumers.

Changes:

  • Updated version constant and test from 0.4.9 to 0.5.0
  • Updated API specification version in osctrl-api.yaml
  • Updated CHANGELOG header for 0.5.0 release
  • Updated OSCTRL_VERSION environment variable in .env.example

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pkg/version/version.go Updated OsctrlVersion constant from "0.4.9" to "0.5.0"
pkg/version/version_test.go Updated test assertion to expect "0.5.0" instead of "0.4.9"
osctrl-api.yaml Updated API version from 0.4.9 to 0.5.0
CHANGELOG.md Updated release header to reference 0.5.0
.env.example Updated OSCTRL_VERSION environment variable to 0.5.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@javuto javuto merged commit a2d72e7 into main Feb 24, 2026
59 checks passed
@javuto javuto deleted the prepare-osctrl-0.5.0 branch February 24, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔖 new version Release new version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant