Skip to content

Commit

Permalink
Release/v0.2.0 (#47)
Browse files Browse the repository at this point in the history
* Update README versions

* Update CHANGELOG

* Remove Release History section, unneeded.
  • Loading branch information
kevdowney authored Apr 1, 2020
1 parent dac2827 commit 01f42fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<a name="unreleased"></a>
## [Unreleased]

<a name="v0.2.0"></a>
## [v0.2.0] - 2020-03-31
### Changed
- Updated to Go 1.14
- Argo Workflow controller updated to 2.4.3
- Upgraded Kubebuilder to v2.3.0
### Fixed
- Various fixes and improvements (#46)

<a name="v0.1.0"></a>
## [v0.1.0] - 2019-11-27
### Changed
Expand All @@ -19,7 +28,8 @@
### Added
- Initial Release of Addon Manager

[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/keikoproj/addon-manager/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/keikoproj/addon-manager/compare/v0.1.0...v0.0.2
[v0.0.2]: https://github.com/keikoproj/addon-manager/compare/v0.0.1...v0.0.2
[v0.0.1]: https://github.com/keikoproj/addon-manager/releases/tag/v0.0.1
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![PR](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)][GithubPrsUrl]
[![slack](https://img.shields.io/badge/slack-join%20the%20conversation-ff69b4.svg)][SlackUrl]

![version](https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000)
![version](https://img.shields.io/badge/version-0.2.0-blue.svg?cacheSeconds=2592000)
[![Build Status][BuildStatusImg]][BuildMasterUrl]
[![codecov][CodecovImg]][CodecovUrl]
[![Go Report Card][GoReportImg]][GoReportUrl]
Expand All @@ -13,7 +13,7 @@ DNS, Ingress, Metrics, Logging, etc. Addon Manager provides a CRD for lifecycle
Argo Workflows.

## Dependencies
* kubernetes-1.11.1+
* kubernetes-1.12+
* kubectl-1.14+

## Installation
Expand Down Expand Up @@ -203,14 +203,6 @@ addonctl create my-addon -n my-addon-ns \
--dryrun
```

## Release History
* v0.1.0
* First Stable Release
* v0.0.2
* Update api version to Keikoproj
* v0.0.1
* Release alpha version of addon-manager

## ❤ Contributing ❤

Please see [CONTRIBUTING.md](.github/CONTRIBUTING.md).
Expand Down

0 comments on commit 01f42fc

Please sign in to comment.