Skip to content

Commit

Permalink
Merge pull request #319 from OSC/next-version
Browse files Browse the repository at this point in the history
bump version and update changelog
  • Loading branch information
Oglopf committed Aug 24, 2021
2 parents 4802e7b + d8a6e27 commit 1205c05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.17.6] - 8-24-2021

### Added

- kubernetes now allows for arbitrary labels to be set in [317](https://github.com/OSC/ood_core/pull/317).
- kubernetes now allows for limits and requests to be different in [318](https://github.com/OSC/ood_core/pull/318).

## [0.17.5] - 8-20-2021

### Fixed
Expand Down Expand Up @@ -380,7 +387,8 @@ Functionally the same as [0.17.3] but with some CI updates.
### Added
- Initial release!

[Unreleased]: https://github.com/OSC/ood_core/compare/v0.17.5...HEAD
[Unreleased]: https://github.com/OSC/ood_core/compare/v0.17.6...HEAD
[0.17.6]: https://github.com/OSC/ood_core/compare/v0.17.5...v0.17.6
[0.17.5]: https://github.com/OSC/ood_core/compare/v0.17.4...v0.17.5
[0.17.4]: https://github.com/OSC/ood_core/compare/v0.17.3...v0.17.4
[0.17.3]: https://github.com/OSC/ood_core/compare/v0.17.2...v0.17.3
Expand Down
2 changes: 1 addition & 1 deletion lib/ood_core/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module OodCore
# The current version of {OodCore}
VERSION = "0.17.5"
VERSION = "0.17.6"
end

0 comments on commit 1205c05

Please sign in to comment.