Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.59 KB

File metadata and controls

61 lines (46 loc) · 1.59 KB

Changelog

All notable changes to this project will be documented in this file using CHANGELOG format. This project adheres to Semantic Versioning.

For details about the features changes, you can look at their CHANGELOG.

0.7.1 - 2019-10-30

Changed

  • Terraform release 0.2.0

0.7.0 - 2019-10-24

Changed

  • WARNING (breaking change): bom.yaml moved from $GOPATH/src/github.com/scalair/robokops/bom.yaml to /etc/robokops/bom.yaml
  • WARNING: binary moved from $GOPATH/bin/robokops to /usr/local/bin/robokops. You must remove the previous binary in order to use that version!
  • Installation process has evolved (moving from go get to a proper package installation). Installation via go get is no longer supported!

Fixed

  • robokops.go: Colors were not initialized soon enough

Added

  • robokops.go: Support for yellow color

0.6.1 - 2019-10-24

Fixed

  • Fix go-releaser with Github actions

0.6.0 - 2019-10-23

Added

  • Aws-efs-csi-driver release 0.1.0

0.5.3 - 2019-10-15

Changed

  • Cluster-init release 0.1.2

0.5.2 - 2019-10-11

Changed

  • Cluster-init release 0.1.1

0.5.1 - 2019-10-02

Fixed

  • PR12 Remove ended container from docker host

0.5.0 - 2019-10-01

Added

  • Jenkins release 0.1.0

0.4.0 - 2019-10-01

Added

  • Kubewatch release 0.1.0

0.3.0 - 2019-09-30

Added

  • Velero release 0.1.0

0.2.0 - 2019-09-25

Changed

  • Elastic-stack release 0.2.0

0.1.0 - 2019-08-26

Added

  • Initial commit