Archive

Nextmv Platform public release

Nextmv platform v0.21.2 released

This release includes:

Nextmv CLI v0.21.2

  • Existing templates were upgraded to SDK v0.21.2.
  • Support for instance and version management.
  • A new template was added.

Nextmv CLI v0.21.2 upgrade guide

This upgrade guide assumes you’ve previously installed and configured the Nextmv CLI.

Open up a terminal and run the following command:

nextmv update
Copy

Alternatively, you can specify the version.

nextmv update v0.21.2-c32c0ee
Copy

Nextmv SDK v0.21.2

  • A new template was added.
  • Minor bug fixes.

Nextmv SDK v0.21.2 upgrade guide

To update and tidy your Go project and reference SDK v0.21.2, stand at the location of the go.mod and run:

go get github.com/nextmv-io/sdk@v0.21.2
go mod tidy
Copy

Page last updated

Go to on-page nav menu