You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#18811
* Fixed bug where fleetd-chrome sent multiple read requests to Fleet
server at the same time.
* Improved console log output messages when Fleet server is down.
Copy file name to clipboardexpand all lines: ee/fleetd-chrome/README.md
+7-8
Original file line number
Diff line number
Diff line change
@@ -67,18 +67,17 @@ npm run test
67
67
68
68
## Release
69
69
70
-
1.Update CHANGELOG.md by running `version="X.X.X" make changelog-chrome`
70
+
1.At the top of the repo, update CHANGELOG.md by running `version="X.X.X" make changelog-chrome`
71
71
2. Review CHANGELOG.md
72
-
3. Run `npm version X.X.X` to update the version in `package.json` and `package-lock.json`
73
-
4. Update [updates.xml](./updates.xml) and [updates-beta.xml](./updates-beta.xml) versions.
74
-
5. Commit the changes and tag the commit with `fleetd-chrome-vX.X.X-beta`. This will trigger the beta release workflow.
75
-
6. Once the beta release is tested and PR merged, tag the commit with `fleetd-chrome-vX.X.X`. This will trigger the release workflow.
76
-
7. Announce the release in the #help-engineering channel in Slack.
72
+
3. At `ee/fleetd-chrome`, run `npm version X.X.X` to update the version in `package.json` and `package-lock.json`
73
+
4. Commit the changes and tag the commit with `fleetd-chrome-vX.X.X-beta`. This will trigger the beta release workflow.
74
+
5. Once the beta release is tested and PR merged, tag the commit with `fleetd-chrome-vX.X.X`. This will trigger the release workflow.
75
+
6. Announce the release in the #help-engineering channel in Slack.
77
76
78
-
Release a new version via GitHub automation. Update the [package.json](./package.json) and [updates.xml](./updates.xml) versions, then tag a commit with `fleetd-chrome-vX.X.X` to kick off the build and deploy. The build is automatically uploaded to R2 and properly configured clients should be able to update immediately when the job completes. Note that automatic updates seem to only happen about once a day in Chrome -- Hit the "Update" button in `chrome://extensions` to trigger the update manually.
77
+
Using GitHub Actions, the build is automatically uploaded to R2 and properly configured clients should be able to update immediately when the job completes. Note that automatic updates seem to only happen about once a day in Chrome -- Hit the "Update" button in `chrome://extensions` to trigger the update manually.
79
78
80
79
### Beta releases
81
80
82
81
Beta releases are pushed to `https://chrome-beta.fleetdm.com/updates.xml` with the extension ID `bfleegjcoffelppfmadimianphbcdjkb`.
83
82
84
-
Kick off a beta release by updating the [package.json](./package.json) and [updates-beta.xml](./updates-beta.xml) versions, then tag a commit with `fleetd-chrome-vX.X.X-beta` to kick off the build and deploy.
83
+
Kick off a beta release by updating the [package.json](./package.json), then tag a commit with `fleetd-chrome-vX.X.X-beta` to kick off the build and deploy.
0 commit comments