-
Notifications
You must be signed in to change notification settings - Fork 140
CBG-4963 create 4.0.0.2/3.3.0.2 #7842
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
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.
Pull Request Overview
This PR creates new patch releases for Couchbase Sync Gateway versions 4.0.0.2 and 3.3.0.2, adding configuration entries and manifest files for these releases.
- Added configuration entries for new patch releases 4.0.0.2 and 3.3.0.2
- Created manifest files for the previous patch versions (4.0.0.1 and 3.3.0.1)
- Updated main manifest files to point to the new patch releases
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| manifest/product-config.json | Added configuration entries for 3.3.0.1 and 4.0.0.1, updated 4.0.0.xml to reference 4.0.0.2 |
| manifest/4.0/4.0.0.1.xml | New manifest file for version 4.0.0.1 with specific commit revision |
| manifest/4.0.xml | Updated VERSION annotation and sync_gateway revision to 4.0.0.2 |
| manifest/3.3/3.3.0.1.xml | New manifest file for version 3.3.0.1 with specific commit revision |
| manifest/3.3.xml | Updated VERSION annotation and sync_gateway revision to 3.3.0.2 |
manifest/product-config.json
Outdated
| "go_version": "1.24.4", | ||
| "interval": 1440, | ||
| "production": true, | ||
| "release": "4.0.0", |
Copilot
AI
Oct 29, 2025
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.
The release version should be '4.0.0.1' to match the release_name and the file path. Currently it's set to '4.0.0' which is inconsistent.
| "release": "4.0.0", | |
| "release": "4.0.0.1", |
manifest/product-config.json
Outdated
| "go_version": "1.24.4", | ||
| "interval": 120, | ||
| "production": true, | ||
| "release": "3.3.0.1", |
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.
Shouldn't this be updated to 3.3.0.2?
No description provided.