Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: hmrc/sm2

v2.3.0

08 Oct 09:14
fab8ace

Choose a tag to compare

Adds the --restart-outdated command to restart services running versions other than latest

v2.2.0

06 Oct 10:24
e941383

Choose a tag to compare

Add repo url to search results

v2.1.0

20 May 08:12
074c9d4

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

18 Jul 10:33
3afdebc

Choose a tag to compare

What's Changed

  • Fix latest version comparison when minor version is over 1000 and both major & scala version have been updated

v2.0.0

10 Apr 10:37
c49ad53

Choose a tag to compare

What's Changed

  • --wait argument behaviour changed. It is now applied on a worker by worker basis, rather than being a global wait once all workers have finished
  • --delay-seconds argument removed as the new --wait behaviour renders it redundant
  • --wait has a default value of 30 (seconds)
  • If a service fails to respond to the health check after startup after the --wait duration has passed, then an error will be output

v1.2.0

06 Dec 17:01
680e913

Choose a tag to compare

Fixes a bug where requesting to start a specific version of a service which has it's binary artefact defined with _%% suffix in config was failing.

v1.1.0

18 Oct 09:37
515c087

Choose a tag to compare

  • Change the way that binary artifact defined in config is parsed
  • Added _%% as a way to represent always pulling the latest version of the service regardless of Scala version

v1.0.11

21 Sep 10:10
5b82ac8

Choose a tag to compare

  • Change --update command to only use sudo when necessary
  • Add --no-port-check option to --status command
  • Improve CLI messages based off user feedback

v1.0.10

21 Jul 08:31
f3ad40d

Choose a tag to compare

What's Changed

  • Add install script
  • Update go from 1.16 -> 1.20
  • Improve autocompletion

v1.0.9

04 Jul 12:44
21840d4

Choose a tag to compare

  • Add -update command which will download and install the latest version of sm2.
  • Add -latest command to be used in conjunction with -restart to check for newer versions of services that are being restarted.
  • Change the wording in the unmanaged services section of sm2 -s output to clear up confusion.