Skip to content

Commit

Permalink
bumped version to 0.3.5 with associated changelog (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
kensipe authored Mar 2, 2018
1 parent 8bbfda7 commit 3e11519
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
21 changes: 13 additions & 8 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 0.3.5

Diff [0.3.4-0.3.5](https://github.com/dcos/metronome/compare/v0.3.4...8bbfda7d6b84a70b4ede28770eae64aeb1b3654)

## Bugs and Tracking

* [METRONOME-236](https://jira.mesosphere.com/browse/METRONOME-236) Additional CRON validation to prevent system lock up.

# Version 0.3.4

Diff [0.3.3-0.3.4](https://github.com/dcos/metronome/compare/v0.3.3...4dcb0dddc6e13f24eff1e3e6502213437a6392d8)
Expand Down Expand Up @@ -32,7 +40,6 @@ Diff [0.2.4-0.3.1](https://github.com/dcos/metronome/compare/v0.2.4...v0.3.1)
* [MARATHON_EE-1725](https://jira.mesosphere.com/browse/MARATHON_EE-1725)
* [MARATHON_EE-1726](https://jira.mesosphere.com/browse/MARATHON_EE-1726) Upgrade Marathon libraries and dependencies


## Download

https://s3.amazonaws.com/downloads.mesosphere.io/metronome/releases/0.3.1/metronome-0.3.1.tgz
Expand All @@ -44,9 +51,8 @@ diff from [0.2.3-0.2.4](https://github.com/dcos/metronome/compare/87976...23fe8c

## Fixes

- Upgraded to cron-utils 6.0.4, fixes issues with cron calculations enabling crons such as `0 9 1-7 * 1-5` as mon-fri the first week of the month only.
- Documentation and Job placement examples provided.

* Upgraded to cron-utils 6.0.4, fixes issues with cron calculations enabling crons such as `0 9 1-7 * 1-5` as mon-fri the first week of the month only.
* Documentation and Job placement examples provided.

# Version 0.2

Expand All @@ -58,12 +64,11 @@ Prepare Metronome for DC/OS 1.9.

We now have a suite of integration tests for DC/OS that runs in our CI.


## Fixes
- Fix #96 Change constraints fields names to match schema.
- Fix #102 API Examples update: test.com -> example.com
- Fix #107 Add /v0/scheduled-jobs raml documentation.

* Fix #96 Change constraints fields names to match schema.
* Fix #102 API Examples update: test.com -> example.com
* Fix #107 Add /v0/scheduled-jobs raml documentation.

# Version 0.1

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.3.4"
version in ThisBuild := "0.3.5"

0 comments on commit 3e11519

Please sign in to comment.