Bump product_version to 1.0.1 and align backport targets - #483
Merged
Jan-Kazlouski-elastic merged 1 commit intoAug 26, 2026
Merged
Conversation
After 1.0.0, main should track the next patch so snapshot publishes are 1.0.1-SNAPSHOT. Limit backport targets to main and 1.0.
Jan-Kazlouski-elastic
enabled auto-merge (squash)
August 26, 2026 08:58
erikcurrin-elastic
approved these changes
Aug 26, 2026
Jan-Kazlouski-elastic
deleted the
jan-kazlouski/bump-product-version-1.0.1
branch
August 26, 2026 21:00
💔 Failed to create backport PR(s)
To backport manually run: |
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.
Closes #482
After releasing
1.0.0,mainstill hadproduct_version1.0.0, so Docker publishes frommaincontinued to overwrite1.0.0-SNAPSHOT. That conflates the released image with the next development snapshot.Changes
product_versiononmainto1.0.1so the next publish frommainproducesdocker.elastic.co/integrations/crawler:1.0.1-SNAPSHOT.backportrc.jsonbackport targets to the supported lines only:mainand1.0(drop stale0.4/0.3/0.2and the obsoletev0.5.0→mainmapping)Checklists
Pre-Review Checklist
crawler.yml.exampleandelasticsearch.yml.example)v0.1.0)make noticeif any dependencies have been addedChanges Requiring Extra Attention
None. Version metadata and backport config only.
Related Pull Requests
N/A
Release Note
None. Internal versioning / release-process hygiene.