Skip to content

Commit 0123486

Browse files
leonspreevejd
authored andcommitted
[1.0.1][] - 2018-04-06
- Fixed conflicting package version declarations.
1 parent d5826ce commit 0123486

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased][]
88

9+
## [1.0.1][] - 2018-04-06
10+
### Fixed
11+
- Fixed conflicting package version declarations.
12+
913
## [1.0.0][] - 2018-04-06
1014
### Added
1115
- New mandatory parameter: `SOFTLAYER_NETWORK` to choose between
@@ -64,7 +68,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6468
- Upload to Softlayer
6569
- Travis CI for continuous integration
6670

67-
[Unreleased]: https://github.ibm.com/bdu/gamora/compare/1.0.0...HEAD
71+
[Unreleased]: https://github.ibm.com/bdu/gamora/compare/1.0.1...HEAD
72+
[1.0.1]: https://github.ibm.com/bdu/gamora/compare/1.0.0...1.0.1
6873
[1.0.0]: https://github.ibm.com/bdu/gamora/compare/0.3.2...1.0.0
6974
[0.3.2]: https://github.ibm.com/bdu/gamora/compare/0.3.1...0.3.2
7075
[0.3.1]: https://github.ibm.com/bdu/gamora/compare/0.3.0...0.3.1

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ services:
2525
- SOFTLAYER_USER
2626
- SOFTLAYER_API_KEY
2727
- SOFTLAYER_DATACENTER
28+
- SOFTLAYER_NETWORK=private # private requires Softlayer VPN
2829
- SOFTLAYER_CONTAINER
2930
- SOFTLAYER_PATH
3031

gamora/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ monsoon-backup-files==0.1.3
55
monsoon-backup-mongo==0.1.1
66
monsoon-backup-mysql==0.1.7
77
monsoon-backup-postgresql==0.1.5
8-
monsoon-notifier-sentry==0.1.3
8+
monsoon-notifier-sentry==0.1.4
99
monsoon-upload-softlayer==0.2.0
10-
raven==6.6.0
11-
softlayer-object-storage==0.5.4

0 commit comments

Comments
 (0)