release: v0.6.62 - #312
Open
roncodes wants to merge 1 commit into
Open
Conversation
Bumps composer.json, package.json and extension.json to 0.6.62 with `flb version-bump --patch`, and writes RELEASE.md for the tag body. Also teaches the three check workflows the release branch name. v0.6.61's follow-up taught release.yml to tag a `release/v*` branch, but server.yml, ember.yml and postman.yml still only ran on pull requests targeting `main` and `dev-v*` — so a PR retargeted onto this branch would run no PHP, Ember or contract checks at all, and a release branch nothing validates is worse than no release branch. `push` stays limited to `main`, which is what keeps a release branch from running everything twice.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #312 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 9899 9899
===========================================
Files 526 526
Lines 38163 38163
===========================================
Hits 38163 38163
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Release branch for v0.6.62. Versions bumped in
composer.json,package.jsonandextension.jsonviaflb version-bump --patch, andRELEASE.mdwritten for the tag body.Included
Retargeted onto this branch and merges here before this PR merges to
main.Its companion specification and contract-test PR is fleetbase/postman#59, which documents and tests the API changes shipping here. It merges in
fleetbase/postmanon its own.Also in this branch
The three check workflows learned the release branch name.
v0.6.61's follow-up (#308) taught
release.ymlto tag arelease/v*branch, butserver.yml,ember.ymlandpostman.ymlstill only ran on pull requests targetingmainanddev-v*. Retargeting #311 onto this branch would therefore have run no PHP CI, Ember CI or Postman contract check on it — the rename would have silently switched off every check on exactly the branch the convention exists to validate. All three now also trigger onrelease/v*.pushstays limited tomain, which is what keeps a release branch from running each workflow twice (the reason forci avoid duplicate release branch runsin v0.6.61).Release gate
The reusable
release-tag.ymlrefuses the tag unless the branch name, the three manifests andRELEASE.mdall agree. Checked against this branch:On merge,
release.ymltagsv0.6.62on this PR's merge commit;create-release.ymland the publish jobs chain offpush: tags: v*as they already do.Validation
Nothing in this branch is executable — three manifest versions, the release notes, and three workflow trigger lists. The work being released carries its own validation on #311:
php scripts/pest-file-runner.php— 434 files, exit 0Live contract run
The
API Contract (Postman)job boots a stack with this branch's Fleet-Ops source overlaid and runsfleetbase/postman@mainagainst it. On #311's head it passes:An earlier run of that job — and a run on
mainat the same time — failed withError: Unable to find request or folder. Both were transient; the job has since passed on an unchanged collection.