release_manager 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -5
- data/Gemfile.lock +1 -1
- data/lib/release_manager/git/utilites.rb +1 -0
- data/lib/release_manager/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93411362c88f291cac34ce961bc4c40ab7e524af
|
|
4
|
+
data.tar.gz: b53bb842f8c4fb2a2990321ccbfc5c6205a46763
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a09045619e1e27ef1ed4a723326ba7e069b8fb5b1a3b5e342572f06889675f43887addee10028c96a7d19d504c15550c8ee14c532d7693a71db90e912fe012f8
|
|
7
|
+
data.tar.gz: 4c4ba1d7e48ddd825397e3e315ffe4d48c2b6e9698dc35cffd303a3b87cb0ce39db7e84a5d91f913daeefdc5f46db3ee90db92336730883935c973b72d7aeaa9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Release Manager
|
|
2
|
+
|
|
2
3
|
## Unreleased
|
|
4
|
+
|
|
5
|
+
## 0.5.3
|
|
6
|
+
* Fixes output when applying patch
|
|
3
7
|
## 0.5.2
|
|
4
8
|
* Adds proper error handling when missing git author name and email with r10k-deploy
|
|
5
9
|
## 0.5.1
|
|
@@ -44,7 +48,7 @@
|
|
|
44
48
|
* Fixes issue with git source not updating when deploying module
|
|
45
49
|
* Refactors cli into individual files
|
|
46
50
|
* Removes checking of modules before sandbox creation
|
|
47
|
-
|
|
51
|
+
|
|
48
52
|
## v0.2.0
|
|
49
53
|
* adds the ability to auto generate a complete r10k sandbox
|
|
50
54
|
* adds gitlab adapter
|
|
@@ -52,16 +56,16 @@
|
|
|
52
56
|
## v0.1.8
|
|
53
57
|
* Fix pinning of version to puppetfile
|
|
54
58
|
* adds more testing
|
|
55
|
-
|
|
59
|
+
|
|
56
60
|
## v0.1.7
|
|
57
61
|
* Adds more tests
|
|
58
62
|
* Fixes typos
|
|
59
63
|
* Fixes issue with push and commit during deployment
|
|
60
64
|
* Fixes stack level issue when calling upstream
|
|
61
|
-
* Adds ability to easily add upstream remote
|
|
65
|
+
* Adds ability to easily add upstream remote
|
|
62
66
|
## v0.1.6
|
|
63
67
|
* add dry run to deploy-mod
|
|
64
|
-
|
|
68
|
+
|
|
65
69
|
## v0.1.5
|
|
66
70
|
* Fixes an issue where the latest tag was not being selected correctly
|
|
67
71
|
|
|
@@ -69,6 +73,6 @@
|
|
|
69
73
|
* Fixes #8 - upstream does not exist
|
|
70
74
|
* Fixes #9 - bump changelog assumes changelog exists
|
|
71
75
|
* Fixes #10 - executable scripts should communicate options more clearly
|
|
72
|
-
|
|
76
|
+
|
|
73
77
|
## v0.1.0
|
|
74
78
|
* initial implementation
|
data/Gemfile.lock
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: release_manager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Corey Osman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gitlab
|