Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Finalize release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulf-Thilo Schreiter committed Jun 14, 2019
1 parent 7e3cbab commit a611910
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.

### Added

### Changed

### Removed

### Fixed

## [1.2.0]

### Added

* [#32](https://github.com/bitgrip/cattlectl/issues/32) Support `values_yaml` field as alternative to the `answers` field of apps.
* [#36](https://github.com/bitgrip/cattlectl/issues/36) Add template method `readTemplate` to include templates into descriptors

### Changed

* [#24](https://github.com/bitgrip/cattlectl/issues/24) Support cluster and project catalogs for apps
* [#38](https://github.com/bitgrip/cattlectl/pull/38) Verify API version to be compatible with current cattlectl version

### Removed

### Fixed

## [1.1.1]

### Added

* [#26](https://github.com/bitgrip/cattlectl/issues/26) bash completion
* [#28](https://github.com/bitgrip/cattlectl/issues/28) multi file includes
* directory includes
Expand Down Expand Up @@ -47,5 +73,7 @@ All notable changes to this project will be documented in this file.

* Initial release

[Unreleased]: https://github.com/bitgrip/cattlectl/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/bitgrip/cattlectl/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/bitgrip/cattlectl/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/bitgrip/cattlectl/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/bitgrip/cattlectl/compare/v1.0.0...v1.1.0
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ docker run --rm \
bitgrip/cattlectl apply
```

Build from source
-----------------

```bash
go install \
-ldflags "-X github.com/bitgrip/cattlectl/internal/pkg/ctl.Version=$(git describe --tags) -s -w" \
-a -tags netgo -installsuffix netgo -mod=vendor
```

Docs
----

Expand Down

0 comments on commit a611910

Please sign in to comment.