CBG-5559: Create 3.3.7, 4.0.7 and 4.1.1 builds#8429
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the release-manifest and product build configuration to generate new Sync Gateway patch builds for the 3.3, 4.0, and 4.1 release lines (3.3.7, 4.0.7, and 4.1.1), while disabling some older patch manifest builds.
Changes:
- Bump top-level manifest versions/branches to
3.3.7,4.0.7, and4.1.1(manifest/3.3.xml,manifest/4.0.xml,manifest/4.1.xml). - Update
manifest/product-config.jsonwith the new release metadata and disable selected older manifest builds. - Add “pinned” historical manifests (
manifest/3.3/3.3.6.xml,manifest/4.0/4.0.6.xml,manifest/4.1/4.1.0.1.xml) and mark them non-building inproduct-config.json.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| manifest/product-config.json | Bumps active releases to 3.3.7/4.0.7/4.1.1, disables some older patch builds, and adds disabled entries for 3.3.6/4.0.6/4.1.0.1 manifests. |
| manifest/3.3.xml | Updates build manifest to VERSION=3.3.7 and sync_gateway revision release/3.3.7. |
| manifest/4.0.xml | Updates build manifest to VERSION=4.0.7 and sync_gateway revision release/4.0.7. |
| manifest/4.1.xml | Updates build manifest to VERSION=4.1.1 and sync_gateway revision release/4.1.1. |
| manifest/3.3/3.3.6.xml | Adds a pinned manifest for the 3.3.6 release (commit SHA) to support historical build references. |
| manifest/4.0/4.0.6.xml | Adds a pinned manifest for the 4.0.6 release (commit SHA) to support historical build references. |
| manifest/4.1/4.1.0.1.xml | Adds a pinned manifest for the 4.1.0.1 release (commit SHA) to support historical build references. |
adamcfraser
approved these changes
Jul 6, 2026
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.
CBG-5559
Create 3.3.7, 4.0.7 and 4.1.1 builds
Integration Tests