voxpupuli-release 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +43 -33
- data/README.md +3 -3
- data/Rakefile +1 -1
- data/lib/voxpupuli/release/version.rb +1 -1
- data/voxpupuli-release.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68c7470eabafe9c8941ecec6d75b2aaf3628449b6dd9f383123382647f660ce9
|
4
|
+
data.tar.gz: 47d9d4ee9fe3b313edd6b8014de524406fca3468b6f9381173733c44bf51dd88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f71a39ddb592ca0a2e1300ddfcd615c531e39a3e5fba3e60e5563df140e18b7c508b722f2e3d3501d3ab1cf56b187fe7998e829d6a2e425ad2bd94bb939594c
|
7
|
+
data.tar.gz: fd07dcaa720bdd01a8d8602f54d25d73217f3e10733c6dd725f77ff3a4021c6dd7429a61d049e65ad9ac182b84358cbc020d313d631817acc03ba34955d688ec
|
data/CHANGELOG.md
CHANGED
@@ -2,81 +2,91 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
-
## [v1.2.
|
5
|
+
## [v1.2.1](https://github.com/voxpupuli/voxpupuli-release/tree/v1.2.1) (2021-10-29)
|
6
6
|
|
7
|
-
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v1.2.0...v1.2.1)
|
8
|
+
|
9
|
+
between the 1.2.0 and 1.2.1 release renamed the repository from voxpupuli-release-gem to voxpupuli-release. The previous name was inconsistent with the gem name and that blocked releases to github packages. The 1.2.1 release only happens to get a release to github packages. The code is identical to 1.2.0.
|
10
|
+
|
11
|
+
**Closed issues:**
|
12
|
+
|
13
|
+
- Rename the repository from voxpupuli-release-gem to voxpupuli-release [\#35](https://github.com/voxpupuli/voxpupuli-release/issues/35)
|
14
|
+
|
15
|
+
## [v1.2.0](https://github.com/voxpupuli/voxpupuli-release/tree/v1.2.0) (2021-10-28)
|
16
|
+
|
17
|
+
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v1.1.0...v1.2.0)
|
8
18
|
|
9
19
|
**Implemented enhancements:**
|
10
20
|
|
11
|
-
- Cleanup references to Travis CI in rake tasks [\#32](https://github.com/voxpupuli/voxpupuli-release
|
21
|
+
- Cleanup references to Travis CI in rake tasks [\#32](https://github.com/voxpupuli/voxpupuli-release/pull/32) ([genebean](https://github.com/genebean))
|
12
22
|
|
13
23
|
**Fixed bugs:**
|
14
24
|
|
15
|
-
- Fix syntax highlighting & add warning to travis\_release [\#33](https://github.com/voxpupuli/voxpupuli-release
|
25
|
+
- Fix syntax highlighting & add warning to travis\_release [\#33](https://github.com/voxpupuli/voxpupuli-release/pull/33) ([ekohl](https://github.com/ekohl))
|
16
26
|
|
17
27
|
**Merged pull requests:**
|
18
28
|
|
19
|
-
- Enable basic gem testing [\#31](https://github.com/voxpupuli/voxpupuli-release
|
20
|
-
- gemspec: switch to https URLs [\#30](https://github.com/voxpupuli/voxpupuli-release
|
29
|
+
- Enable basic gem testing [\#31](https://github.com/voxpupuli/voxpupuli-release/pull/31) ([bastelfreak](https://github.com/bastelfreak))
|
30
|
+
- gemspec: switch to https URLs [\#30](https://github.com/voxpupuli/voxpupuli-release/pull/30) ([bastelfreak](https://github.com/bastelfreak))
|
21
31
|
|
22
|
-
## [v1.1.0](https://github.com/voxpupuli/voxpupuli-release
|
32
|
+
## [v1.1.0](https://github.com/voxpupuli/voxpupuli-release/tree/v1.1.0) (2021-10-15)
|
23
33
|
|
24
|
-
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release
|
34
|
+
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v1.0.2...v1.1.0)
|
25
35
|
|
26
36
|
**Implemented enhancements:**
|
27
37
|
|
28
|
-
- Add `github_release` alias for `travis_release` task [\#28](https://github.com/voxpupuli/voxpupuli-release
|
38
|
+
- Add `github_release` alias for `travis_release` task [\#28](https://github.com/voxpupuli/voxpupuli-release/pull/28) ([bastelfreak](https://github.com/bastelfreak))
|
29
39
|
|
30
40
|
**Fixed bugs:**
|
31
41
|
|
32
|
-
- fix wrong syntax in GitHub actions [\#27](https://github.com/voxpupuli/voxpupuli-release
|
42
|
+
- fix wrong syntax in GitHub actions [\#27](https://github.com/voxpupuli/voxpupuli-release/pull/27) ([bastelfreak](https://github.com/bastelfreak))
|
33
43
|
|
34
|
-
## [v1.0.2](https://github.com/voxpupuli/voxpupuli-release
|
44
|
+
## [v1.0.2](https://github.com/voxpupuli/voxpupuli-release/tree/v1.0.2) (2021-07-30)
|
35
45
|
|
36
|
-
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release
|
46
|
+
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v1.0.1...v1.0.2)
|
37
47
|
|
38
48
|
**Fixed bugs:**
|
39
49
|
|
40
|
-
- directly load blacksmith rake tasks [\#25](https://github.com/voxpupuli/voxpupuli-release
|
50
|
+
- directly load blacksmith rake tasks [\#25](https://github.com/voxpupuli/voxpupuli-release/pull/25) ([bastelfreak](https://github.com/bastelfreak))
|
41
51
|
|
42
52
|
**Merged pull requests:**
|
43
53
|
|
44
|
-
- Update release workflow + docs / Release 1.0.2 [\#26](https://github.com/voxpupuli/voxpupuli-release
|
45
|
-
- Convert from Travis to Github Actions [\#24](https://github.com/voxpupuli/voxpupuli-release
|
54
|
+
- Update release workflow + docs / Release 1.0.2 [\#26](https://github.com/voxpupuli/voxpupuli-release/pull/26) ([bastelfreak](https://github.com/bastelfreak))
|
55
|
+
- Convert from Travis to Github Actions [\#24](https://github.com/voxpupuli/voxpupuli-release/pull/24) ([ekohl](https://github.com/ekohl))
|
46
56
|
|
47
|
-
## [v1.0.1](https://github.com/voxpupuli/voxpupuli-release
|
57
|
+
## [v1.0.1](https://github.com/voxpupuli/voxpupuli-release/tree/v1.0.1) (2019-09-02)
|
48
58
|
|
49
|
-
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release
|
59
|
+
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v1.0.0...v1.0.1)
|
50
60
|
|
51
61
|
**Fixed bugs:**
|
52
62
|
|
53
|
-
- set a message pattern for new releases [\#22](https://github.com/voxpupuli/voxpupuli-release
|
63
|
+
- set a message pattern for new releases [\#22](https://github.com/voxpupuli/voxpupuli-release/pull/22) ([bastelfreak](https://github.com/bastelfreak))
|
54
64
|
|
55
|
-
## [v1.0.0](https://github.com/voxpupuli/voxpupuli-release
|
65
|
+
## [v1.0.0](https://github.com/voxpupuli/voxpupuli-release/tree/v1.0.0) (2019-08-31)
|
56
66
|
|
57
|
-
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release
|
67
|
+
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/f45adfe1cdb31bcc289fa4b80ac392235a00ffc6...v1.0.0)
|
58
68
|
|
59
69
|
**Implemented enhancements:**
|
60
70
|
|
61
|
-
- sign tags with gpg [\#20](https://github.com/voxpupuli/voxpupuli-release
|
71
|
+
- sign tags with gpg [\#20](https://github.com/voxpupuli/voxpupuli-release/pull/20) ([bastelfreak](https://github.com/bastelfreak))
|
62
72
|
|
63
73
|
**Closed issues:**
|
64
74
|
|
65
|
-
- expand travis\_release [\#2](https://github.com/voxpupuli/voxpupuli-release
|
66
|
-
- this gem should be renamed [\#1](https://github.com/voxpupuli/voxpupuli-release
|
75
|
+
- expand travis\_release [\#2](https://github.com/voxpupuli/voxpupuli-release/issues/2)
|
76
|
+
- this gem should be renamed [\#1](https://github.com/voxpupuli/voxpupuli-release/issues/1)
|
67
77
|
|
68
78
|
**Merged pull requests:**
|
69
79
|
|
70
|
-
- Use has\_version\_tag? from puppet-blacksmith [\#16](https://github.com/voxpupuli/voxpupuli-release
|
71
|
-
- Proper pre-release version string [\#15](https://github.com/voxpupuli/voxpupuli-release
|
72
|
-
- Release candidate 0.4.0-rc0 [\#14](https://github.com/voxpupuli/voxpupuli-release
|
73
|
-
- Expand acceptable changelog release format [\#12](https://github.com/voxpupuli/voxpupuli-release
|
74
|
-
- dont expect whitespace before release number [\#10](https://github.com/voxpupuli/voxpupuli-release
|
75
|
-
- Describe how to cut a release [\#9](https://github.com/voxpupuli/voxpupuli-release
|
76
|
-
- fix\(changelog\) make changelog checking more flexible [\#8](https://github.com/voxpupuli/voxpupuli-release
|
77
|
-
- fix\(loading\) complete renaming by correctly moving files into subdirs [\#7](https://github.com/voxpupuli/voxpupuli-release
|
78
|
-
- feat\(release\) bump RC version rather than patch [\#6](https://github.com/voxpupuli/voxpupuli-release
|
79
|
-
- chore \(rename\) Give our gem a more sensible name [\#5](https://github.com/voxpupuli/voxpupuli-release
|
80
|
+
- Use has\_version\_tag? from puppet-blacksmith [\#16](https://github.com/voxpupuli/voxpupuli-release/pull/16) ([ekohl](https://github.com/ekohl))
|
81
|
+
- Proper pre-release version string [\#15](https://github.com/voxpupuli/voxpupuli-release/pull/15) ([rnelson0](https://github.com/rnelson0))
|
82
|
+
- Release candidate 0.4.0-rc0 [\#14](https://github.com/voxpupuli/voxpupuli-release/pull/14) ([rnelson0](https://github.com/rnelson0))
|
83
|
+
- Expand acceptable changelog release format [\#12](https://github.com/voxpupuli/voxpupuli-release/pull/12) ([rnelson0](https://github.com/rnelson0))
|
84
|
+
- dont expect whitespace before release number [\#10](https://github.com/voxpupuli/voxpupuli-release/pull/10) ([bastelfreak](https://github.com/bastelfreak))
|
85
|
+
- Describe how to cut a release [\#9](https://github.com/voxpupuli/voxpupuli-release/pull/9) ([rnelson0](https://github.com/rnelson0))
|
86
|
+
- fix\(changelog\) make changelog checking more flexible [\#8](https://github.com/voxpupuli/voxpupuli-release/pull/8) ([igalic](https://github.com/igalic))
|
87
|
+
- fix\(loading\) complete renaming by correctly moving files into subdirs [\#7](https://github.com/voxpupuli/voxpupuli-release/pull/7) ([igalic](https://github.com/igalic))
|
88
|
+
- feat\(release\) bump RC version rather than patch [\#6](https://github.com/voxpupuli/voxpupuli-release/pull/6) ([igalic](https://github.com/igalic))
|
89
|
+
- chore \(rename\) Give our gem a more sensible name [\#5](https://github.com/voxpupuli/voxpupuli-release/pull/5) ([igalic](https://github.com/igalic))
|
80
90
|
|
81
91
|
|
82
92
|
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
#
|
1
|
+
# Vox Pupuli Release Gem
|
2
2
|
|
3
|
-
[![License](https://img.shields.io/github/license/voxpupuli/voxpupuli-release
|
4
|
-
[![Release](https://github.com/voxpupuli/voxpupuli-release
|
3
|
+
[![License](https://img.shields.io/github/license/voxpupuli/voxpupuli-release.svg)](https://github.com/voxpupuli/voxpupuli-releasem/blob/master/LICENSE)
|
4
|
+
[![Release](https://github.com/voxpupuli/voxpupuli-release/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/voxpupuli-release/actions/workflows/release.yml)
|
5
5
|
[![RubyGem Version](https://img.shields.io/gem/v/voxpupuli-release.svg)](https://rubygems.org/gems/voxpupuli-release)
|
6
6
|
[![RubyGem Downloads](https://img.shields.io/gem/dt/voxpupuli-release.svg)](https://rubygems.org/gems/voxpupuli-release)
|
7
7
|
|
data/Rakefile
CHANGED
@@ -16,7 +16,7 @@ begin
|
|
16
16
|
config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file."
|
17
17
|
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog}
|
18
18
|
config.user = 'voxpupuli'
|
19
|
-
config.project = 'voxpupuli-release
|
19
|
+
config.project = 'voxpupuli-release'
|
20
20
|
end
|
21
21
|
rescue LoadError
|
22
22
|
end
|
data/voxpupuli-release.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = Voxpupuli::Release::VERSION
|
8
8
|
s.authors = ['Vox Pupuli']
|
9
9
|
s.email = ['voxpupuli@groups.io']
|
10
|
-
s.homepage = 'https://github.com/voxpupuli/voxpupuli-release
|
10
|
+
s.homepage = 'https://github.com/voxpupuli/voxpupuli-release'
|
11
11
|
s.summary = 'Helpers for deploying Vox Pupuli modules'
|
12
12
|
s.description = s.summary
|
13
13
|
s.licenses = 'Apache-2.0'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: voxpupuli-release
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vox Pupuli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -59,7 +59,7 @@ files:
|
|
59
59
|
- lib/voxpupuli/release/rake_tasks.rb
|
60
60
|
- lib/voxpupuli/release/version.rb
|
61
61
|
- voxpupuli-release.gemspec
|
62
|
-
homepage: https://github.com/voxpupuli/voxpupuli-release
|
62
|
+
homepage: https://github.com/voxpupuli/voxpupuli-release
|
63
63
|
licenses:
|
64
64
|
- Apache-2.0
|
65
65
|
metadata: {}
|