vagrant-trellis-cert 0.5.1 → 0.5.2
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 +5 -5
- data/Gemfile +1 -1
- data/{LICENSE.txt → LICENSE} +2 -1
- data/README.md +73 -53
- data/lib/vagrant_plugins/trellis_cert/config.rb +1 -1
- data/lib/vagrant_plugins/trellis_cert/identity.rb +1 -1
- data/vagrant-trellis-cert.gemspec +10 -6
- metadata +28 -28
- data/.github_changelog_generator +0 -2
- data/.hound.yml +0 -4
- data/.rubocop.yml +0 -15
- data/CHANGELOG.md +0 -98
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 4e3c4bb7ae994c69a34cfa31bbc395b95a654471609ae458b88921f1c7739a2c
|
|
4
|
+
data.tar.gz: cb65c71b1e5befd7eb89efc1d4b2188b40be5d6d70ee4c11150be16eedb5f4f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bfedd6a6d1b03fc1d2c85bfbbf7203c844f50ea313136751a79ea7416da7f9787bee50d0dea6317fa83a7648ae996d510faab55c777a4b69cf194ae672fd19e
|
|
7
|
+
data.tar.gz: 7ed28c659e8c846e05f796f5dee515794b6f48c24df6fceaeed15ae50f63b35d14992c61fded98b952246404f676d9afadd671836a77fc529a461174e7731f3b
|
data/Gemfile
CHANGED
|
@@ -13,7 +13,7 @@ unless ENV.key?('VAGRANT_INSTALLER_EMBEDDED_DIR')
|
|
|
13
13
|
$stderr.puts "Couldn't find a packaged install of vagrant, and we need this"
|
|
14
14
|
$stderr.puts 'in order to make use of the RubyEncoder libraries.'
|
|
15
15
|
$stderr.puts 'I looked in:'
|
|
16
|
-
|
|
16
|
+
embedded_directories.each do |path|
|
|
17
17
|
$stderr.puts " #{path}"
|
|
18
18
|
end
|
|
19
19
|
end
|
data/{LICENSE.txt → LICENSE}
RENAMED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2017
|
|
3
|
+
Copyright (c) 2017-2020 Typist Tech
|
|
4
|
+
Copyright (c) 2017-2020 Tang Rufus
|
|
4
5
|
|
|
5
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
7
|
of this software and associated documentation files (the "Software"), to deal
|
data/README.md
CHANGED
|
@@ -1,47 +1,45 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
1
3
|
# Vagrant Trellis Cert
|
|
2
4
|
|
|
3
|
-
|
|
4
|
-
[](https://rubygems.org/gems/vagrant-trellis-cert)
|
|
5
|
-
[](https://github.com/TypistTech/vagrant-trellis-cert/blob/master/LICENSE)
|
|
6
|
-
[](https://www.typist.tech/donate/vagrant-trellis-cert/)
|
|
7
|
-
[](https://www.typist.tech/contact/)
|
|
5
|
+
</div>
|
|
8
6
|
|
|
9
|
-
|
|
7
|
+
<div align="center">
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
[](https://rubygems.org/gems/vagrant-trellis-cert)
|
|
10
|
+
[](https://rubygems.org/gems/vagrant-trellis-cert)
|
|
11
|
+
[](https://github.com/TypistTech/vagrant-trellis-cert/blob/master/LICENSE)
|
|
12
|
+
[](https://twitter.com/tangrufus)
|
|
13
|
+
[](https://www.typist.tech/contact/)
|
|
13
14
|
|
|
15
|
+
</div>
|
|
14
16
|
|
|
15
|
-
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
- [Why don't you hire me?](#why-dont-you-hire-me)
|
|
22
|
-
- [Want to help in other way? Want to be a sponsor?](#want-to-help-in-other-way-want-to-be-a-sponsor)
|
|
23
|
-
- [Feedback](#feedback)
|
|
24
|
-
- [Change log](#change-log)
|
|
25
|
-
- [Author Information](#author-information)
|
|
26
|
-
- [Contributing](#contributing)
|
|
27
|
-
- [License](#license)
|
|
17
|
+
<p align="center">
|
|
18
|
+
<strong>Trust Trellis self-signed certificates with a single command</strong>
|
|
19
|
+
<br />
|
|
20
|
+
<br />
|
|
21
|
+
Built with ♥ by <a href="https://www.typist.tech/">Typist Tech</a>
|
|
22
|
+
</p>
|
|
28
23
|
|
|
29
|
-
|
|
24
|
+
---
|
|
30
25
|
|
|
31
|
-
|
|
26
|
+
**Vagrant Trellis Cert** is an open source project and completely free to use.
|
|
32
27
|
|
|
33
|
-
|
|
34
|
-
- Vagrant 2.0.3
|
|
28
|
+
However, the amount of effort needed to maintain and develop new features is not sustainable without proper financial backing. If you have the capability, please consider donating using the links below:
|
|
35
29
|
|
|
36
|
-
|
|
30
|
+
<div align="center">
|
|
37
31
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
32
|
+
[](https://github.com/sponsors/TangRufus)
|
|
33
|
+
[](https://typist.tech/go/paypal-donate/)
|
|
34
|
+
[](https://typist.tech/donate/imposter-plugin/)
|
|
35
|
+
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
---
|
|
41
39
|
|
|
42
40
|
## Usage
|
|
43
41
|
|
|
44
|
-
```
|
|
42
|
+
```sh-session
|
|
45
43
|
Usage: vagrant trellis-cert trust [options] [vm-id]
|
|
46
44
|
Usage: vagrant trellis-cert distrust [options] [vm-id]
|
|
47
45
|
|
|
@@ -61,40 +59,66 @@ $ vagrant trellis-cert trust fb90ab5
|
|
|
61
59
|
$ vagrant trellis-cert distrust fb90ab5
|
|
62
60
|
```
|
|
63
61
|
|
|
64
|
-
|
|
62
|
+
---
|
|
65
63
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
* Stay tuned on [Typist Tech's newsletter](https://typist.tech/go/newsletter)
|
|
70
|
-
* Follow [Tang Rufus' Twitter account](https://twitter.com/TangRufus)
|
|
71
|
-
* Hire [Tang Rufus](https://typist.tech/contact) to build your next awesome site
|
|
64
|
+
<p align="center">
|
|
65
|
+
<strong>Typist Tech is ready to build your next awesome WordPress site. <a href="https://typist.tech/contact/">Hire us!</a></strong>
|
|
66
|
+
</p>
|
|
72
67
|
|
|
73
|
-
|
|
68
|
+
---
|
|
74
69
|
|
|
75
|
-
|
|
70
|
+
## Minimum Requirements
|
|
76
71
|
|
|
77
|
-
|
|
72
|
+
- macOS 10.13.3
|
|
73
|
+
- Vagrant 2.0.3
|
|
78
74
|
|
|
79
|
-
|
|
75
|
+
## Installation
|
|
80
76
|
|
|
81
|
-
|
|
77
|
+
```sh-session
|
|
78
|
+
$ vagrant plugin install vagrant-trellis-cert
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## FAQ
|
|
82
|
+
|
|
83
|
+
### What to do when `getaddrinfo: nodename nor servname provided, or not known`
|
|
84
|
+
|
|
85
|
+
Make sure your hosts file (`/etc/hosts`) contains all the domains you're self-signing.
|
|
86
|
+
|
|
87
|
+
Usually it can be rectified by `$ vagrant reload --provision` or `$ vagrant hostmanager`.
|
|
82
88
|
|
|
83
|
-
|
|
89
|
+
Ask on [Root Discourse](https://discourse.roots.io/) if the problem persists.
|
|
84
90
|
|
|
85
|
-
|
|
91
|
+
### It looks awesome. Where can I find some more goodies like this
|
|
92
|
+
|
|
93
|
+
- Articles on [Typist Tech's blog](https://typist.tech)
|
|
94
|
+
- [Tang Rufus' WordPress plugins](https://profiles.wordpress.org/tangrufus#content-plugins) on wp.org
|
|
95
|
+
- More projects on [Typist Tech's GitHub profile](https://github.com/TypistTech)
|
|
96
|
+
- Stay tuned on [Typist Tech's newsletter](https://typist.tech/go/newsletter)
|
|
97
|
+
- Follow [Tang Rufus' Twitter account](https://twitter.com/TangRufus)
|
|
98
|
+
- **Hire [Tang Rufus](https://typist.tech/contact) to build your next awesome site**
|
|
99
|
+
|
|
100
|
+
### Where can I give 5-star reviews?
|
|
101
|
+
|
|
102
|
+
Thanks! Glad you like it. It's important to let me knows somebody is using this project. Please consider:
|
|
103
|
+
|
|
104
|
+
- [tweet](https://twitter.com/intent/tweet?text=Vagrant%20Trellis%20Cert%20-%20Trust%20Trellis%20self-signed%20certificates%20with%20a%20single%20command&url=https://github.com/TypistTech/vagrant-trellis-cert&hashtags=webdev,wordpress&via=TangRufus&url=https://github.com/TypistTech/vagrant-trellis-cert&hashtags=webdev,wordpress&via=TangRufus) something good with mentioning [@TangRufus](https://twitter.com/tangrufus)
|
|
105
|
+
- ★ star [the Github repo](https://github.com/TypistTech/vagrant-trellis-cert)
|
|
106
|
+
- [👀 watch](https://github.com/TypistTech/vagrant-trellis-cert/subscription) the Github repo
|
|
107
|
+
- write tutorials and blog posts
|
|
108
|
+
- **[hire](https://www.typist.tech/contact/) Typist Tech**
|
|
86
109
|
|
|
87
110
|
## Feedback
|
|
88
111
|
|
|
89
|
-
**Please provide feedback!** We want to make this
|
|
90
|
-
Please submit an
|
|
112
|
+
**Please provide feedback!** We want to make this project as useful as possible.
|
|
113
|
+
Please [submit an issue](https://github.com/TypistTech/vagrant-trellis-cert/issues/new) and point out what you do and don't like, or fork the project and [send pull requests](https://github.com/TypistTech/vagrant-trellis-cert/pulls/).
|
|
91
114
|
**No issue is too small.**
|
|
92
115
|
|
|
93
|
-
##
|
|
116
|
+
## Security Vulnerabilities
|
|
94
117
|
|
|
95
|
-
|
|
118
|
+
If you discover a security vulnerability within this project, please email us at [vagrant-trellis-cert@typist.tech](mailto:vagrant-trellis-cert@typist.tech).
|
|
119
|
+
All security vulnerabilities will be promptly addressed.
|
|
96
120
|
|
|
97
|
-
##
|
|
121
|
+
## Credits
|
|
98
122
|
|
|
99
123
|
[Vagrant Trellis Cert](https://github.com/TypistTech/vagrant-trellis-cert) is a [Typist Tech](https://www.typist.tech) project and maintained by [Tang Rufus](https://twitter.com/Tangrufus), freelance developer for [hire](https://www.typist.tech/contact/).
|
|
100
124
|
|
|
@@ -102,10 +126,6 @@ Special thanks to [the Roots team](https://roots.io/about/) whose [Trellis](http
|
|
|
102
126
|
|
|
103
127
|
Full list of contributors can be found [here](https://github.com/TypistTech/vagrant-trellis-cert/graphs/contributors).
|
|
104
128
|
|
|
105
|
-
## Contributing
|
|
106
|
-
|
|
107
|
-
Please see [CODE_OF_CONDUCT](./CODE_OF_CONDUCT.md) for details.
|
|
108
|
-
|
|
109
129
|
## License
|
|
110
130
|
|
|
111
131
|
[Vagrant Trellis Cert](https://github.com/TypistTech/vagrant-trellis-cert) is released under the [MIT License](https://opensource.org/licenses/MIT).
|
|
@@ -70,7 +70,7 @@ module VagrantPlugins
|
|
|
70
70
|
end
|
|
71
71
|
|
|
72
72
|
def template_content
|
|
73
|
-
File.read(File.join(@root_path, 'roles', 'common', 'templates', 'site_hosts.j2')).sub!('{{ env }}', 'development').gsub!(/com$/, '
|
|
73
|
+
File.read(File.join(@root_path, 'roles', 'common', 'templates', 'site_hosts.j2')).sub!('{{ env }}', 'development').gsub!(/com$/, 'test')
|
|
74
74
|
end
|
|
75
75
|
|
|
76
76
|
def fail_with(message:)
|
|
@@ -9,12 +9,17 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.version = VagrantPlugins::TrellisCert::Identity.version
|
|
10
10
|
spec.authors = ['Tang Rufus', 'Typist Tech']
|
|
11
11
|
spec.email = ['tangrufus@gmail.com', 'vagrant-trellis-cert@typist.tech']
|
|
12
|
-
|
|
12
|
+
spec.metadata = {
|
|
13
|
+
'homepage_uri' => 'https://typist.tech/projects/vagrant-trellis-cert/',
|
|
14
|
+
'source_code_uri' => 'https://github.com/TypistTech/vagrant-trellis-cert',
|
|
15
|
+
'bug_tracker_uri' => 'https://github.com/TypistTech/vagrant-trellis-cert/issues',
|
|
16
|
+
'mailing_list_uri' => 'https://typist.tech/go/newsletter/',
|
|
17
|
+
}
|
|
13
18
|
spec.summary = VagrantPlugins::TrellisCert::Identity.summary
|
|
14
|
-
spec.homepage = 'https://
|
|
19
|
+
spec.homepage = 'https://typist.tech/projects/vagrant-trellis-cert'
|
|
15
20
|
spec.license = 'MIT'
|
|
16
21
|
|
|
17
|
-
spec.required_ruby_version = '~> 2.4.2'
|
|
22
|
+
spec.required_ruby_version = ['~> 2.4', '>= 2.4.2']
|
|
18
23
|
|
|
19
24
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
20
25
|
f.match(%r{^(test|spec|features)/})
|
|
@@ -23,7 +28,6 @@ Gem::Specification.new do |spec|
|
|
|
23
28
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
24
29
|
spec.require_paths = ['lib']
|
|
25
30
|
|
|
26
|
-
spec.add_development_dependency 'bundler', '~> 1.
|
|
27
|
-
spec.add_development_dependency 'rake', '~>
|
|
28
|
-
spec.add_development_dependency 'rubocop', '~> 0.54.0'
|
|
31
|
+
spec.add_development_dependency 'bundler', '~> 2.1', '>= 2.1.4'
|
|
32
|
+
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.1'
|
|
29
33
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-trellis-cert
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tang Rufus
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2020-05-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -17,42 +17,40 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: '1
|
|
20
|
+
version: '2.1'
|
|
21
|
+
- - ">="
|
|
22
|
+
- !ruby/object:Gem::Version
|
|
23
|
+
version: 2.1.4
|
|
21
24
|
type: :development
|
|
22
25
|
prerelease: false
|
|
23
26
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
27
|
requirements:
|
|
25
28
|
- - "~>"
|
|
26
29
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: '1
|
|
30
|
+
version: '2.1'
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: 2.1.4
|
|
28
34
|
- !ruby/object:Gem::Dependency
|
|
29
35
|
name: rake
|
|
30
36
|
requirement: !ruby/object:Gem::Requirement
|
|
31
37
|
requirements:
|
|
32
38
|
- - "~>"
|
|
33
39
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: '
|
|
35
|
-
|
|
36
|
-
prerelease: false
|
|
37
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
38
|
-
requirements:
|
|
39
|
-
- - "~>"
|
|
40
|
+
version: '13.0'
|
|
41
|
+
- - ">="
|
|
40
42
|
- !ruby/object:Gem::Version
|
|
41
|
-
version:
|
|
42
|
-
- !ruby/object:Gem::Dependency
|
|
43
|
-
name: rubocop
|
|
44
|
-
requirement: !ruby/object:Gem::Requirement
|
|
45
|
-
requirements:
|
|
46
|
-
- - "~>"
|
|
47
|
-
- !ruby/object:Gem::Version
|
|
48
|
-
version: 0.54.0
|
|
43
|
+
version: 13.0.1
|
|
49
44
|
type: :development
|
|
50
45
|
prerelease: false
|
|
51
46
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
47
|
requirements:
|
|
53
48
|
- - "~>"
|
|
54
49
|
- !ruby/object:Gem::Version
|
|
55
|
-
version:
|
|
50
|
+
version: '13.0'
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: 13.0.1
|
|
56
54
|
description:
|
|
57
55
|
email:
|
|
58
56
|
- tangrufus@gmail.com
|
|
@@ -61,14 +59,10 @@ executables: []
|
|
|
61
59
|
extensions: []
|
|
62
60
|
extra_rdoc_files: []
|
|
63
61
|
files:
|
|
64
|
-
- ".github_changelog_generator"
|
|
65
62
|
- ".gitignore"
|
|
66
|
-
- ".hound.yml"
|
|
67
|
-
- ".rubocop.yml"
|
|
68
|
-
- CHANGELOG.md
|
|
69
63
|
- CODE_OF_CONDUCT.md
|
|
70
64
|
- Gemfile
|
|
71
|
-
- LICENSE
|
|
65
|
+
- LICENSE
|
|
72
66
|
- README.md
|
|
73
67
|
- Rakefile
|
|
74
68
|
- lib/vagrant-trellis-cert.rb
|
|
@@ -82,10 +76,14 @@ files:
|
|
|
82
76
|
- lib/vagrant_plugins/trellis_cert/result.rb
|
|
83
77
|
- lib/vagrant_plugins/trellis_cert/ssl_config.rb
|
|
84
78
|
- vagrant-trellis-cert.gemspec
|
|
85
|
-
homepage: https://
|
|
79
|
+
homepage: https://typist.tech/projects/vagrant-trellis-cert
|
|
86
80
|
licenses:
|
|
87
81
|
- MIT
|
|
88
|
-
metadata:
|
|
82
|
+
metadata:
|
|
83
|
+
homepage_uri: https://typist.tech/projects/vagrant-trellis-cert/
|
|
84
|
+
source_code_uri: https://github.com/TypistTech/vagrant-trellis-cert
|
|
85
|
+
bug_tracker_uri: https://github.com/TypistTech/vagrant-trellis-cert/issues
|
|
86
|
+
mailing_list_uri: https://typist.tech/go/newsletter/
|
|
89
87
|
post_install_message:
|
|
90
88
|
rdoc_options: []
|
|
91
89
|
require_paths:
|
|
@@ -93,6 +91,9 @@ require_paths:
|
|
|
93
91
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
94
92
|
requirements:
|
|
95
93
|
- - "~>"
|
|
94
|
+
- !ruby/object:Gem::Version
|
|
95
|
+
version: '2.4'
|
|
96
|
+
- - ">="
|
|
96
97
|
- !ruby/object:Gem::Version
|
|
97
98
|
version: 2.4.2
|
|
98
99
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
@@ -101,8 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
101
102
|
- !ruby/object:Gem::Version
|
|
102
103
|
version: '0'
|
|
103
104
|
requirements: []
|
|
104
|
-
|
|
105
|
-
rubygems_version: 2.6.14.1
|
|
105
|
+
rubygems_version: 3.1.3
|
|
106
106
|
signing_key:
|
|
107
107
|
specification_version: 4
|
|
108
108
|
summary: Trust all Trellis self-signed certificates with single command
|
data/.github_changelog_generator
DELETED
data/.hound.yml
DELETED
data/.rubocop.yml
DELETED
data/CHANGELOG.md
DELETED
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
## [v0.5.1](https://github.com/TypistTech/vagrant-trellis-cert/tree/v0.5.1) (2018-05-23)
|
|
4
|
-
[Full Changelog](https://github.com/TypistTech/vagrant-trellis-cert/compare/v0.5.0...v0.5.1)
|
|
5
|
-
|
|
6
|
-
**Merged pull requests:**
|
|
7
|
-
|
|
8
|
-
- Add nil checks [\#48](https://github.com/TypistTech/vagrant-trellis-cert/pull/48) ([TangRufus](https://github.com/TangRufus))
|
|
9
|
-
|
|
10
|
-
## [v0.5.0](https://github.com/TypistTech/vagrant-trellis-cert/tree/v0.5.0) (2018-03-29)
|
|
11
|
-
[Full Changelog](https://github.com/TypistTech/vagrant-trellis-cert/compare/v0.4.0...v0.5.0)
|
|
12
|
-
|
|
13
|
-
**Implemented enhancements:**
|
|
14
|
-
|
|
15
|
-
- Download cert via ruby's openssl gem [\#41](https://github.com/TypistTech/vagrant-trellis-cert/issues/41)
|
|
16
|
-
|
|
17
|
-
**Closed issues:**
|
|
18
|
-
|
|
19
|
-
- No certificate is added to keychain [\#44](https://github.com/TypistTech/vagrant-trellis-cert/issues/44)
|
|
20
|
-
|
|
21
|
-
**Merged pull requests:**
|
|
22
|
-
|
|
23
|
-
- Version bump 0.5.0 [\#46](https://github.com/TypistTech/vagrant-trellis-cert/pull/46) ([TangRufus](https://github.com/TangRufus))
|
|
24
|
-
- Download certificate via Ruby's default openssl wrapper [\#45](https://github.com/TypistTech/vagrant-trellis-cert/pull/45) ([TangRufus](https://github.com/TangRufus))
|
|
25
|
-
- Readme: Warn about `vagrant-triggers` stale development [\#43](https://github.com/TypistTech/vagrant-trellis-cert/pull/43) ([TangRufus](https://github.com/TangRufus))
|
|
26
|
-
|
|
27
|
-
## [v0.4.0](https://github.com/TypistTech/vagrant-trellis-cert/tree/v0.4.0) (2017-10-04)
|
|
28
|
-
[Full Changelog](https://github.com/TypistTech/vagrant-trellis-cert/compare/v0.3.0...v0.4.0)
|
|
29
|
-
|
|
30
|
-
**Implemented enhancements:**
|
|
31
|
-
|
|
32
|
-
- Add `distrust` subcommand [\#21](https://github.com/TypistTech/vagrant-trellis-cert/issues/21)
|
|
33
|
-
|
|
34
|
-
**Merged pull requests:**
|
|
35
|
-
|
|
36
|
-
- Version bump 0.4.0 [\#39](https://github.com/TypistTech/vagrant-trellis-cert/pull/39) ([TangRufus](https://github.com/TangRufus))
|
|
37
|
-
- Add `distrust` subcommand [\#37](https://github.com/TypistTech/vagrant-trellis-cert/pull/37) ([TangRufus](https://github.com/TangRufus))
|
|
38
|
-
|
|
39
|
-
## [v0.3.0](https://github.com/TypistTech/vagrant-trellis-cert/tree/v0.3.0) (2017-09-18)
|
|
40
|
-
[Full Changelog](https://github.com/TypistTech/vagrant-trellis-cert/compare/v0.2.0...v0.3.0)
|
|
41
|
-
|
|
42
|
-
**Implemented enhancements:**
|
|
43
|
-
|
|
44
|
-
- Filter out unnecessary hosts [\#22](https://github.com/TypistTech/vagrant-trellis-cert/issues/22)
|
|
45
|
-
- Fail if loaded without vagrant [\#19](https://github.com/TypistTech/vagrant-trellis-cert/issues/19)
|
|
46
|
-
|
|
47
|
-
**Merged pull requests:**
|
|
48
|
-
|
|
49
|
-
- Version bump 0.3.0 [\#36](https://github.com/TypistTech/vagrant-trellis-cert/pull/36) ([TangRufus](https://github.com/TangRufus))
|
|
50
|
-
- Determine current VM via `vm-id` as a vagrant plugin should [\#35](https://github.com/TypistTech/vagrant-trellis-cert/pull/35) ([TangRufus](https://github.com/TangRufus))
|
|
51
|
-
- Extract class `Result` [\#34](https://github.com/TypistTech/vagrant-trellis-cert/pull/34) ([TangRufus](https://github.com/TangRufus))
|
|
52
|
-
- Rename module Commands --\> Command [\#33](https://github.com/TypistTech/vagrant-trellis-cert/pull/33) ([TangRufus](https://github.com/TangRufus))
|
|
53
|
-
- Re-raise error with original backtrace [\#32](https://github.com/TypistTech/vagrant-trellis-cert/pull/32) ([TangRufus](https://github.com/TangRufus))
|
|
54
|
-
- Extract System::Darwin and download certs into temporary directory [\#31](https://github.com/TypistTech/vagrant-trellis-cert/pull/31) ([TangRufus](https://github.com/TangRufus))
|
|
55
|
-
- Update Rubocop to ~\> ~\> 0.50.0 [\#30](https://github.com/TypistTech/vagrant-trellis-cert/pull/30) ([TangRufus](https://github.com/TangRufus))
|
|
56
|
-
- Filter out non-ssl hosts and fork Trellis::Config [\#29](https://github.com/TypistTech/vagrant-trellis-cert/pull/29) ([TangRufus](https://github.com/TangRufus))
|
|
57
|
-
- Re-raise `StandardError` as `Vagrant::Errors::CLIInvalidUsage` [\#28](https://github.com/TypistTech/vagrant-trellis-cert/pull/28) ([TangRufus](https://github.com/TangRufus))
|
|
58
|
-
- Check vagrant requirement and assume loading this plugin normally [\#27](https://github.com/TypistTech/vagrant-trellis-cert/pull/27) ([TangRufus](https://github.com/TangRufus))
|
|
59
|
-
- Use Rubocop's default style and Git: Ignore /.gems/ [\#26](https://github.com/TypistTech/vagrant-trellis-cert/pull/26) ([TangRufus](https://github.com/TangRufus))
|
|
60
|
-
- Require ruby version `~\> 2.3` [\#24](https://github.com/TypistTech/vagrant-trellis-cert/pull/24) ([TangRufus](https://github.com/TangRufus))
|
|
61
|
-
|
|
62
|
-
## [v0.2.0](https://github.com/TypistTech/vagrant-trellis-cert/tree/v0.2.0) (2017-09-13)
|
|
63
|
-
[Full Changelog](https://github.com/TypistTech/vagrant-trellis-cert/compare/v0.1.1...v0.2.0)
|
|
64
|
-
|
|
65
|
-
**Closed issues:**
|
|
66
|
-
|
|
67
|
-
- Early return with `--help` [\#8](https://github.com/TypistTech/vagrant-trellis-cert/issues/8)
|
|
68
|
-
- Fail fast on windows [\#7](https://github.com/TypistTech/vagrant-trellis-cert/issues/7)
|
|
69
|
-
|
|
70
|
-
**Merged pull requests:**
|
|
71
|
-
|
|
72
|
-
- Version bump 0.2.0 [\#18](https://github.com/TypistTech/vagrant-trellis-cert/pull/18) ([TangRufus](https://github.com/TangRufus))
|
|
73
|
-
- Make rubocop happy [\#17](https://github.com/TypistTech/vagrant-trellis-cert/pull/17) ([TangRufus](https://github.com/TangRufus))
|
|
74
|
-
- Early quit if not on macOS [\#16](https://github.com/TypistTech/vagrant-trellis-cert/pull/16) ([TangRufus](https://github.com/TangRufus))
|
|
75
|
-
- Extract `trust` subcommand and lots of refactor [\#15](https://github.com/TypistTech/vagrant-trellis-cert/pull/15) ([TangRufus](https://github.com/TangRufus))
|
|
76
|
-
- Use rubygem naming convention [\#12](https://github.com/TypistTech/vagrant-trellis-cert/pull/12) ([TangRufus](https://github.com/TangRufus))
|
|
77
|
-
- Add Hound config [\#11](https://github.com/TypistTech/vagrant-trellis-cert/pull/11) ([TangRufus](https://github.com/TangRufus))
|
|
78
|
-
- Load vagrant source during development [\#9](https://github.com/TypistTech/vagrant-trellis-cert/pull/9) ([TangRufus](https://github.com/TangRufus))
|
|
79
|
-
|
|
80
|
-
## [v0.1.1](https://github.com/TypistTech/vagrant-trellis-cert/tree/v0.1.1) (2017-09-12)
|
|
81
|
-
[Full Changelog](https://github.com/TypistTech/vagrant-trellis-cert/compare/v0.1.0...v0.1.1)
|
|
82
|
-
|
|
83
|
-
**Merged pull requests:**
|
|
84
|
-
|
|
85
|
-
- Version bump 0.1.1 [\#6](https://github.com/TypistTech/vagrant-trellis-cert/pull/6) ([TangRufus](https://github.com/TangRufus))
|
|
86
|
-
- Fix: Uninitialized constant [\#5](https://github.com/TypistTech/vagrant-trellis-cert/pull/5) ([TangRufus](https://github.com/TangRufus))
|
|
87
|
-
|
|
88
|
-
## [v0.1.0](https://github.com/TypistTech/vagrant-trellis-cert/tree/v0.1.0) (2017-09-12)
|
|
89
|
-
**Merged pull requests:**
|
|
90
|
-
|
|
91
|
-
- Version bump 0.1.0 [\#4](https://github.com/TypistTech/vagrant-trellis-cert/pull/4) ([TangRufus](https://github.com/TangRufus))
|
|
92
|
-
- bundle exec rubocop --auto-correct [\#3](https://github.com/TypistTech/vagrant-trellis-cert/pull/3) ([TangRufus](https://github.com/TangRufus))
|
|
93
|
-
- first release [\#2](https://github.com/TypistTech/vagrant-trellis-cert/pull/2) ([TangRufus](https://github.com/TangRufus))
|
|
94
|
-
- Fix: Incorrect link [\#1](https://github.com/TypistTech/vagrant-trellis-cert/pull/1) ([TangRufus](https://github.com/TangRufus))
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|