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

Commit

Permalink
Update version and changelog for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
grdryn committed Jul 26, 2019
1 parent 9690742 commit 1681d3c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
- Fix Prometheus Rules for MobileSecurityServicePodCount and MobileSecurityServiceDown [#151](https://github.com/aerogear/mobile-security-service-operator/pull/151)
- Improve and fix sop in order to add steps to scale the pod [#151](https://github.com/aerogear/mobile-security-service-operator/pull/151)
- Add schema validation by OpenAPI [#149](https://github.com/aerogear/mobile-security-service-operator/pull/149)

## Released
## [0.3.0] - 2019-07-26
- Fixed Prometheus Rules for MobileSecurityServicePodCount and MobileSecurityServiceDown [#151](https://github.com/aerogear/mobile-security-service-operator/pull/151)
- Improved and fixed sop in order to add steps to scale the pod [#151](https://github.com/aerogear/mobile-security-service-operator/pull/151)
- Added schema validation by OpenAPI [#149](https://github.com/aerogear/mobile-security-service-operator/pull/149)
- Fixed GVK group to use "aerogear.org"
- Updated Deployments version and group from extensions v1beta1 to apps v1
- Removed some unnecessary permissions from the operator ServiceAccount

## [0.2.0] - 2019-07-01
- Release of the operator which meets all criteria planned into the https://trello.com/b/mCiUFubz/security-service.

## [0.2.0] - Thu Jul 1 2019
- Release of the operator which meets all criteria planned into the https://trello.com/b/mCiUFubz/security-service.

## [0.1.1] - [0.1.4]
- Improvements and fixes performed in the initial development phase
## [0.1.0] - Wed Jun 12 2019
- Improvements and fixes performed in the initial development phase

## [0.1.0] - 2019-06-12
- Initial release of operator that meets requirements to manage [MobileSecurityService](https://github.com/aerogear/mobile-security-service) and its database.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.2.0"
Version = "0.3.0"
)

0 comments on commit 1681d3c

Please sign in to comment.