harrison 0.9.4 → 0.9.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74604c27358da38be2585e61cc93497757ce9ec7e0fe7b388df6538b75b9338c
4
- data.tar.gz: 14338feed45585b1326665804e5a403c3c532991d0410b1a43c13bbdddd8c19c
3
+ metadata.gz: df7e915a7f084d245313d69c3f25aca359f24d12204d66fad189a5855b16cc16
4
+ data.tar.gz: 0cf0bf1af5e972eb1eacac805e69ed2d6dc4cfb91ccd13758226a1fcca17ba8a
5
5
  SHA512:
6
- metadata.gz: c84b7e84db2870970e1bdddcf6f0938c59aef5f01bf17435342138721c6dd89c84365a2e79d51f74ba946f646d3371f92f98867acf78d9020c4dac405840ab8b
7
- data.tar.gz: 664497ca136cd02be0b55f5a28460cb90828208392a2c00322d46acca3c2a21b51931901a490b9fa9d7b2f98777f57436c9bc6404c44389bf3c2718bd15cf4ed
6
+ metadata.gz: b15b5b0b690d46581847781f50c186c64df5f9292e847bdffd30e94529fc8b54c24f70b94d56b159b03ddb8e723171292453e4d56282851ccaeba055a35ded51
7
+ data.tar.gz: 7cb44cad2703e036b685e2ff6000e58a23f9161d5cada4a2be48c337811bc9441793237da3b88fd23c637abe579f63ea95897191332eb68dae9bcba8fd287982
data/.gitignore CHANGED
@@ -22,3 +22,4 @@ tmp
22
22
  mkmf.log
23
23
  /Harrisonfile
24
24
  /vendor/
25
+ Gemfile.lock
data/CHANGELOG.md CHANGED
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
 
6
6
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
7
7
 
8
- ## [v0.9.4](https://github.com/puppetlabs/harrison/tree/v0.9.4) - 2023-10-19
8
+ ## [v0.9.5](https://github.com/puppetlabs/harrison/tree/v0.9.5) - 2023-11-04
9
+
10
+ [Full Changelog](https://github.com/puppetlabs/harrison/compare/v0.9.4...v0.9.5)
11
+
12
+ ## [v0.9.4](https://github.com/puppetlabs/harrison/tree/v0.9.4) - 2023-10-20
9
13
 
10
14
  [Full Changelog](https://github.com/puppetlabs/harrison/compare/v0.9.3...v0.9.4)
11
15
 
data/harrison.gemspec CHANGED
@@ -20,13 +20,12 @@ Gem::Specification.new do |spec|
20
20
  spec.required_ruby_version = '>= 2.3.1'
21
21
 
22
22
  spec.add_runtime_dependency "trollop", "~> 2.1.2"
23
- spec.add_runtime_dependency "net-ssh", "~> 6.1"
24
- spec.add_runtime_dependency "net-scp", "~> 3.0"
23
+ spec.add_runtime_dependency "net-ssh", "~> 7.0.0"
24
+ spec.add_runtime_dependency "net-scp", "~> 4.0.0"
25
25
  spec.add_runtime_dependency "highline", "~> 2.0.3"
26
-
27
26
  spec.add_development_dependency "bundler", "~> 2.3"
28
27
  spec.add_development_dependency "rake"
29
- spec.add_development_dependency "rspec", "~> 3.0"
28
+ spec.add_development_dependency "rspec", "~> 3.12.0"
30
29
  spec.add_development_dependency "simplecov"
31
30
  spec.add_development_dependency "pry-byebug"
32
31
  spec.add_development_dependency "sourcify"
@@ -1,3 +1,3 @@
1
1
  module Harrison
2
- VERSION = "0.9.4"
2
+ VERSION = "0.9.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harrison
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesse Scott
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-20 00:00:00.000000000 Z
11
+ date: 2023-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trollop
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '6.1'
33
+ version: 7.0.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '6.1'
40
+ version: 7.0.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: net-scp
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '3.0'
47
+ version: 4.0.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '3.0'
54
+ version: 4.0.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: highline
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: '3.0'
103
+ version: 3.12.0
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '3.0'
110
+ version: 3.12.0
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: simplecov
113
113
  requirement: !ruby/object:Gem::Requirement
@@ -165,7 +165,6 @@ files:
165
165
  - ".github/workflows/ruby-spec.yml"
166
166
  - ".gitignore"
167
167
  - ".rspec"
168
- - CHANGELOG
169
168
  - CHANGELOG.md
170
169
  - CODEOWNERS
171
170
  - Gemfile
data/CHANGELOG DELETED
@@ -1,90 +0,0 @@
1
- 0.9.2
2
- -------------------
3
- - Bumped dependencies on highline and bundler to latest majors
4
-
5
- 0.9.1
6
- -------------------
7
- - Bumped dependencies on net-ssh and net-scp to latest majors
8
-
9
- 0.9.0
10
- -------------------
11
- - Added ability to package via Docker
12
- - Added ability to generate multiple builds from a single invocation (when building via Docker)
13
-
14
- 0.8.0
15
- -------------------
16
- - BREAKING: Bumped required Ruby version to >= 2.3.1
17
- - Bumped net-ssh to 5.2.x
18
- - Bumped net-scp to 2.0.x
19
-
20
- 0.7.0
21
- -------------------
22
- - Added ability to calculate build host dynamically in package task.
23
-
24
- 0.6.0
25
- -------------------
26
- - Added ability to package from forks. When packaging from HEAD or a branch,
27
- harrison will now check to see if that branch is tracking a remote branch.
28
- If so, it will attempt to package code from that remote. If the branch
29
- being packaged is not tracking a remote branch, or if what is being packaged
30
- is not a branch, harrison will look for a remote named "origin" and package
31
- from there. Lastly, if there is not a remote named "origin", it will package
32
- from the configured "git_src".
33
-
34
- 0.5.0
35
- -------------------
36
- - BREAKING: Bumped net-ssh to 3.2.x which results in Harrison now
37
- requiring Ruby >= 2.0.
38
-
39
- 0.4.0b1
40
- -------------------
41
- - Fixed a bug where config changes inside of one task could leak into
42
- other tasks. (#22)
43
-
44
- - Added the ability to limit the number of times a given phase will be
45
- invoked during a deploy. (E.g. run a task on only the first host
46
- deployed to.)
47
-
48
- - Added the ability for target hosts to be a Proc so that hosts can be
49
- dynamically computed.
50
-
51
- - Added the ability to require interactive confirmation of target hosts
52
- before proceeding with a deploy.
53
-
54
- 0.3.0
55
- -------------------
56
- - BREAKING: Definition of "deploy" task has significantly changed. Deploys
57
- are now comprised of 1 or more phases and each phase must complete
58
- successfully on all hosts before proceeding to the next phase. If an
59
- error is encountered, Harrison will attempt to unwind any changes made
60
- by previously completed phases by invoking the code block supplied to
61
- each phase's "on_fail" method. There are several built-in phases to
62
- perform common deployment related tasks. See the README for more
63
- information.
64
-
65
- - BREAKING: Commands executed with remote_exec() inside the "run" block of
66
- the "package" task will now execute in your commit working directory, so
67
- you no longer need to prefix commands with "cd #{h.commit}". You will
68
- need to update existing Harrisonfile "package" run blocks to reflect the
69
- change of execution context.
70
-
71
- - Allow multiple users to execute the "package" task for the same project
72
- simultaneously.
73
-
74
- - Added "rollback" command which will create a new deploy pointing to the
75
- previously active release.
76
-
77
- 0.2.0
78
- -------------------
79
- - Implemented the ability to purge old releases after a successful deploy.
80
-
81
- 0.1.0
82
- -------------------
83
- - Renamed --pkg_dir option of 'package' task to --destination
84
- - Implemented remote destinations for 'package' task.
85
- - Implemented remote artifact sources for 'deploy' task.
86
- - Added a default timeout of 10 seconds when establishing an SSH connection.
87
-
88
- 0.0.1
89
- -------------------
90
- - Initial public release.