File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased] [ ]
8
8
9
+ ## [ 1.0.1] [ ] - 2018-04-06
10
+ ### Fixed
11
+ - Fixed conflicting package version declarations.
12
+
9
13
## [ 1.0.0] [ ] - 2018-04-06
10
14
### Added
11
15
- New mandatory parameter: ` SOFTLAYER_NETWORK ` to choose between
@@ -64,7 +68,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
64
68
- Upload to Softlayer
65
69
- Travis CI for continuous integration
66
70
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
68
73
[ 1.0.0 ] : https://github.ibm.com/bdu/gamora/compare/0.3.2...1.0.0
69
74
[ 0.3.2 ] : https://github.ibm.com/bdu/gamora/compare/0.3.1...0.3.2
70
75
[ 0.3.1 ] : https://github.ibm.com/bdu/gamora/compare/0.3.0...0.3.1
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ services:
25
25
- SOFTLAYER_USER
26
26
- SOFTLAYER_API_KEY
27
27
- SOFTLAYER_DATACENTER
28
+ - SOFTLAYER_NETWORK=private # private requires Softlayer VPN
28
29
- SOFTLAYER_CONTAINER
29
30
- SOFTLAYER_PATH
30
31
Original file line number Diff line number Diff line change @@ -5,7 +5,5 @@ monsoon-backup-files==0.1.3
5
5
monsoon-backup-mongo == 0.1.1
6
6
monsoon-backup-mysql == 0.1.7
7
7
monsoon-backup-postgresql == 0.1.5
8
- monsoon-notifier-sentry == 0.1.3
8
+ monsoon-notifier-sentry == 0.1.4
9
9
monsoon-upload-softlayer == 0.2.0
10
- raven == 6.6.0
11
- softlayer-object-storage == 0.5.4
You can’t perform that action at this time.
0 commit comments