This repository was archived by the owner on Sep 18, 2020. It is now read-only.
Releases: coreos/updateservicectl
Releases · coreos/updateservicectl
updateservicectl v2.1.0
Warning: This release contains breaking changes and is only compatible with CoreUpdate v2.3.0 or newer. If you are using an older version of CoreUpdate, please refer to the README for the compatibility matrix.
Breaking Changes:
- Add a new subcommand,
group percent
, for modifying the update percent.- The
--update-percent
flag is removed from thegroup update
subcommand, in favor of using the explicit subcommand.
- The
New Features:
- Add a new subcommand,
rollout
, for generating and manipulating automated rollout behavior, a new feature in CoreUpdate v2.3.0. This subcommand currently provides support for generating linear rollouts, as well as getting the current rollout and setting the active status of the automated rollout.
Bug Fixes:
- Fix a bug where the help output would show two dfferent usages.
- Help output is now triggered just with the
--help
flag.
- Help output is now triggered just with the
Development changes:
- Use glide instead of Godeps for dependency management. This required some non-breaking dependency updates.
- Generate new client bindings, to support the new subcommands above.
- Include documentation for generating client bindings.
- Use a Makefile instead of build scripts.
updateservicectl v2.0.0
- use new percentage-based machine rollout strategy
- fix issue with fake instances using invalid uuids for machine ids
WARNING: This version is only compatible with versions of CoreUpdate that are v2.2.0 or newer. If you are using an older version of CoreUpdate, please continue to use updateservicectl v1.4.0
.
updateservicectl tool v1.4.0
- uses forked version of
hawk-go
(#113) - adds option to update oem-blacklist (#125)
- various bug fixes
- various documentation fixes
full diff: v1.3.6...v1.4.0
updateservicectl tool v1.3.6
- Adds
channel delete
command. - Various doc fixes
full diff here: v1.3.5...v1.3.6
updateservicectl tool v1.3.5
- fix doc typos
- add filters for downloading packages (
--app-id
,--min-version
,--version
)
full diff here: v1.3.4...v1.3.5
updateservicectl tool v1.3.4
Notable Changes:
- doc fixes
- fix missing
--file
flag onpackage create
command - fix sample config files for on-premise installations
- add ability to simulate forced updates in with fake clients
full diff here: v1.3.3...v1.3.4
updateservicectl tool v1.3.3
Fixes out-of-memory bug in package upload bulk
command
updateservicectl tool v1.3.2
Adds ability to upload package payload files
updateservicectl tool v1.3.1
- fix release scripts
- fix typo in docs
- fix godep import paths
package create bulk
commandpackage download
command- fixes bug with
package create
Complete changelog: v1.3.0...v1.3.1
updateservicectl tool v1.3.0
- Rename of project to
updateservicectl
fromupdatectl
- Addition of
package delete
command (thanks @gabrtv!) - API route changes due to breaking API changes in backend.
- The only resource using UUIDs now are applications, so you may see the ID format change for other things, like upstreams.