Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Releases: coreos/updateservicectl

updateservicectl v2.1.0

Choose a tag to compare

@sdemos sdemos released this 19 Jun 22:11
v2.1.0
7c4af8f

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 the group update subcommand, in favor of using the explicit subcommand.

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.

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

Choose a tag to compare

@sdemos sdemos released this 19 Apr 19:37
v2.0.0
85923be
  • 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

Choose a tag to compare

@sdemos sdemos released this 21 Sep 23:23
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

Choose a tag to compare

@sym3tri sym3tri released this 03 Mar 20:25
  • Adds channel delete command.
  • Various doc fixes

full diff here: v1.3.5...v1.3.6

updateservicectl tool v1.3.5

Choose a tag to compare

@sym3tri sym3tri released this 23 Dec 07:16
  • 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

Choose a tag to compare

@sym3tri sym3tri released this 16 Oct 01:23

Notable Changes:

  • doc fixes
  • fix missing --file flag on package 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

Choose a tag to compare

@sym3tri sym3tri released this 28 Aug 23:32

Fixes out-of-memory bug in package upload bulk command

updateservicectl tool v1.3.2

Choose a tag to compare

@sym3tri sym3tri released this 28 Aug 19:02

Adds ability to upload package payload files

v1.3.1...v1.3.2

updateservicectl tool v1.3.1

Choose a tag to compare

@sym3tri sym3tri released this 26 Aug 20:00
  • fix release scripts
  • fix typo in docs
  • fix godep import paths
  • package create bulk command
  • package download command
  • fixes bug with package create

Complete changelog: v1.3.0...v1.3.1

updateservicectl tool v1.3.0

Choose a tag to compare

@colegleason colegleason released this 15 Aug 23:36
  • Rename of project to updateservicectl from updatectl
  • 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.