Releases: hmrc/sm2
Releases · hmrc/sm2
v2.0.1
v2.0.0
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
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
v1.0.11
v1.0.10
What's Changed
- Add install script
- Update go from 1.16 -> 1.20
- Improve autocompletion
v1.0.9
- 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.
v1.0.8
- Improve error message when $WORKSPACE does not contain service-manager-config.
- Added
-prune
command to remove services with a status ofFAIL
from the-status
output.
v1.0.7
What's Changed
- Add proxyPaths setting for reverse-proxy control
- Fix broken link to releases page
- Show reverse proxy in status output
- Improve naming functions and variables
- Add support for linux on ARM64 architecture
- Fix large profiles failing to start
v1.0.6
- Add service running outside of
sm2
to status command - Render status lists based on terminal horizontal space - avoids service name cropping
- Render service startup progress based on terminal vertical space - useful for large profiles to avoid scrolling
- Fix inaccurate status reports when rebooting while services are running
- Change diagnostic order - run VPN check last as can take a while to complete