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

Releases: coreos/updateservicectl

updatectl tool 1.2.0

10 Jul 19:29
Compare
Choose a tag to compare
  • Upstream API support
  • channel update now uses a flag for version --version
  • Ability to bypass SSL verification
  • Minor build fixes
  • Bobfile addition for building docker images
  • Various documentation fixes
  • Contributing guideline changes

Full commit history from since last release (1.1.0-1.2.0)

updatectl tool version 1.1.0

17 Jun 21:20
Compare
Choose a tag to compare

Features:

  • #48: Adds subcommand updatectl database backup <output-file> to download a database backup.

updatectl tool version 1.0.0

17 Jun 19:22
Compare
Choose a tag to compare

1.0.0 moves updatectl to a subcommand model, condensing the ~25 previous commands into 9. The 9 commands are:

    admin-user  Operations for modifying admin users.
    app         Manage applications.
    channel     Manage channels for an application
    database    Operations for dealing with the backend database.
    group       Operations that manage groups in an applciation.
    help        Show a list of commands or help for one command
    instance    Operations to view instances.
    package     List or create packages for an application.
    watch       Watch for app versions and exec a given command.

You may find help on each of these subcommands with updatectl help <command>.

updatectl tool version 0.1.3

10 Jun 00:23
Compare
Choose a tag to compare

Major command line API changes. Many positional arguments moved to flags. Use updatectl help [command] for more info.

updatectl tool version 0.1.2

10 Jun 00:18
Compare
Choose a tag to compare

First published release of the updatectl tool.