Skip to content

Releases: kontena/mortar

v0.3.0-rc2

23 Nov 13:12
Compare
Choose a tag to compare
v0.3.0-rc2 Pre-release
Pre-release

Pre-release, only for testing

Changes since RC1

  • upgrade k8s-client to 0.6.1 (#76)

v0.3.0-rc1

30 Oct 20:50
Compare
Choose a tag to compare
v0.3.0-rc1 Pre-release
Pre-release

Pre-release, only for testing

Changes since 0.2.0

  • k8s-client v0.5.0 (#72)
  • make prune true by default (#70)
  • Initial support for shot.yml config file (#63)
  • List command (#68)
  • Change the temp dir used during build to avoid insecure RPATH (#67)
  • add shot describe command (#69)
  • Add brew tip to README.md (#57)

Breaking changes

Not really a breaking change but mortar fire has changed to use --prune on by default. Pruning can be disbaled by using --no-prune.

v0.2.0

14 Sep 12:57
Compare
Choose a tag to compare

Changes since 0.1.0

  • Parse files always with erb (#28)
  • bump k8s-client to 0.4.2 (#54, #48, #45)
  • Add shell autocompletions (#46)
  • Fix yank exit status when confirmation interrupted (#50)
  • Drop TTY::Prompt dependency (#43)
  • Split mortar to fire & yank subcommands (#40)
  • Fix base64 detection (#20)
  • Warn when there is nothing to do (#26)
  • Add .each to generated variables struct (#14)
  • add binary building (#16)
  • Fix output string literal usage (#60)

Breaking changes

Mortar has now two separate sub-commands:

  • fire to shoot the manifests to Kubernetes.
    So instead of previous mortar ... usage, you now use it with mortar fire ...
  • yank to remove a previously shot set of resources.

v0.2.0-rc1

14 Sep 11:29
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release

Pre-release, only for testing

Changes since 0.1.0

  • Parse files always with erb (#28)
  • bump k8s-client to 0.4.2 (#54, #48, #45)
  • Add shell autocompletions (#46)
  • Fix yank exit status when confirmation interrupted (#50)
  • Drop TTY::Prompt dependency (#43)
  • Split mortar to fire & yank subcommands (#40)
  • Fix base64 detection (#20)
  • Warn when there is nothing to do (#26)
  • Add .each to generated variables struct (#14)
  • add binary building (#16)

Known issues

#58

v0.2.0-pre2

13 Sep 07:26
Compare
Choose a tag to compare
v0.2.0-pre2 Pre-release
Pre-release
release 0.2.0.pre2

0.2.0-pre1

12 Sep 17:42
Compare
Choose a tag to compare
0.2.0-pre1 Pre-release
Pre-release

Changes since 0.1.0:

  • Drop TTY::Prompt dependency (#43)
  • Split mortar to fire & yank subcommands (#40, #47)
  • k8s-client 0.4.1 (#48, #45)
  • fix docker build (#44)
  • Fix base64 detection (#20)
  • Warn when there is nothing to do (#26)
  • Add .each to generated variables struct (#14)
  • Add binary building (#16)

Breaking changes:

Mortar now has two specific subcommands: fire to shoot the manifests and yank to remove the named shot/deployment.

v0.1.0

28 Aug 12:11
Compare
Choose a tag to compare

First official release of Mortar. Refer to installation instructions how to set it up.