-
Notifications
You must be signed in to change notification settings - Fork 452
chore: 📢 Bump version to 1.22.0 #13634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: feloy <fbenoit@redhat.com>
📝 WalkthroughWalkthroughAdds a new 1.21.0 release entry (dated 2025-08-19) to .flatpak-appdata.xml. Updates .github/ISSUE_TEMPLATE/bug_report.yml version dropdown: replaces 1.20.0 with 1.21.0 in place and inserts 1.20.0 after “next (development version)”. Bumps "version" fields from 1.21.0-next to 1.22.0-next in package.json and these extensions: compose, docker, kind, kube-context, kubectl-cli, lima, podman (packages/extension), registries. No other files or fields were changed. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/ISSUE_TEMPLATE/bug_report.yml (1)
53-56
: Reorder version dropdown to descending orderThe dropdown in
.github/ISSUE_TEMPLATE/bug_report.yml
is currently listing versions as:1.19.2 1.21.0 next (development version) 1.20.0 …
This puts an older patch before the latest stable release. Update lines 53–56 to:
--- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -53,7 +53,7 - - "1.19.2" - - "1.21.0" - - "next (development version)" - - "1.20.0" + - "1.21.0" + - "next (development version)" + - "1.20.0" + - "1.19.2"Optional quick check:
awk '/id:[[:space:]]*version/,/validations:/' .github/ISSUE_TEMPLATE/bug_report.yml \ | sed -n 's/^\s*-\s*"\(.*\)"/\1/p' | head -n4
should output:
1.21.0 next (development version) 1.20.0 1.19.2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (11)
.flatpak-appdata.xml
(1 hunks).github/ISSUE_TEMPLATE/bug_report.yml
(1 hunks)extensions/compose/package.json
(1 hunks)extensions/docker/package.json
(1 hunks)extensions/kind/package.json
(1 hunks)extensions/kube-context/package.json
(1 hunks)extensions/kubectl-cli/package.json
(1 hunks)extensions/lima/package.json
(1 hunks)extensions/podman/packages/extension/package.json
(1 hunks)extensions/registries/package.json
(1 hunks)package.json
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (12)
- GitHub Check: build website
- GitHub Check: unit tests / macos-15
- GitHub Check: unit tests / windows-2025
- GitHub Check: unit tests / ubuntu-24.04
- GitHub Check: smoke e2e tests (development)
- GitHub Check: linter, formatters
- GitHub Check: typecheck
- GitHub Check: smoke e2e tests (production)
- GitHub Check: macOS
- GitHub Check: Windows
- GitHub Check: Linux
- GitHub Check: take screenshots
🔇 Additional comments (10)
extensions/podman/packages/extension/package.json (1)
5-5
: LGTM on version bump.Version updated to 1.22.0-next; no other manifest fields changed. Matches the PR intent.
extensions/kube-context/package.json (1)
5-5
: LGTM on version bump.Version moved to 1.22.0-next; consistent with the coordinated repo-wide update.
extensions/kind/package.json (1)
5-5
: LGTM on version bump.Manifest version set to 1.22.0-next; no functional changes introduced.
package.json (1)
6-6
: Root version bump to 1.22.0-next verified
- No lingering
"1.21.0-next"
entries across allpackage.json
files.- All workspace packages meant to track the root release are now at
1.22.0-next
.- Other packages retain independent versioning (e.g.
0.0.x
,1.9.0-next
) as expected.- No
.github/bug_report.yml
or.flatpak-appdata.xml
present in the repo.Everything looks consistent—approving the version bump.
extensions/docker/package.json (1)
5-5
: LGTM on version bump.Aligned to 1.22.0-next; no other changes.
.flatpak-appdata.xml (1)
113-113
: All checks passed for AppStream v1.21.0 release
Verified that:
- The first
<release>
entry is version 1.21.0 dated 2025-08-19.- All listed
package.json
files (core and extensions) are bumped to 1.22.0-next.- The bug report template includes “1.21.0” and the “next (development version)” entry.
LGTM.
extensions/kubectl-cli/package.json (1)
5-5
: Version bumped to 1.22.0-next — LGTM.extensions/compose/package.json (1)
5-5
: Version bumped to 1.22.0-next — LGTM.extensions/lima/package.json (1)
5-5
: Version bumped to 1.22.0-next — LGTM.extensions/registries/package.json (1)
5-5
: Version bumped to 1.22.0-next — LGTM.
📢 Bump version to 1.22.0
1.21.0 has been released.
Time to switch to the new 1.22.0 version 🥳