Skip to content

Commit

Permalink
🔖(patch) bump release to 1.1.0
Browse files Browse the repository at this point in the history
Added:

- Create ConfigMaps to be consumed in environment variables in a DeploymentConfig.
- Add learning locker in the list of supported applications.
- Activate and configure learning locker for the eugene customer in development & CI environments.
- ConfigMap generation is now compatible with non-blue-green core applications.
- The redirect application is now part of Arnold's core features, with it's own
  life cycle.
  • Loading branch information
jmaupetit committed Jan 25, 2019
1 parent d100d50 commit dc2c905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.1.0] - 2019-01-25

### Added

- Create ConfigMaps to be consumed in environment variables in a DeploymentConfig.
Expand Down Expand Up @@ -115,7 +117,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- First Arnold's public release
- Official Docker image is available at: https://hub.docker.com/r/fundocker/arnold/

[unreleased]: https://github.com/openfun/arnold/compare/v1.0.0...master
[unreleased]: https://github.com/openfun/arnold/compare/v1.1.0...master
[1.1.0]: https://github.com/openfun/arnold/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/openfun/arnold/compare/v1.0.0-alpha.8...v1.0.0
[1.0.0-alpha.8]: https://github.com/openfun/arnold/compare/v1.0.0-alpha.7...v1.0.0-alpha.8
[1.0.0-alpha.7]: https://github.com/openfun/arnold/compare/v1.0.0-alpha.6...v1.0.0-alpha.7
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit dc2c905

Please sign in to comment.