subspace 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a7d67442d9d8f4d6e936c27e62bfa3975b2a78a68f2cbee3684163a93cafab9
4
- data.tar.gz: 5779b928d53d165975310a59b362b4b092388f495bb15d1da7c28602fddfe2e4
3
+ metadata.gz: b64ed71940340580eb07acb31250ae9789e90029f5767075fe8fc7b4eb2f159d
4
+ data.tar.gz: d77efbd7886fff620e5c39bbd7be7d3cc6448b677ab6c9501c9f1eb4b40610a6
5
5
  SHA512:
6
- metadata.gz: b71b2a2f3b4b42a61a65436ed888a735ec6d5d6d9ee17366843453ae016a594ede442d7750c1f191264166a9f58db71cb9a3435058f4fcb60fa66e3188a27996
7
- data.tar.gz: 43cd84e03cd768befea33217d5d7440d1ac83c2cdd5e87e0b2ba2d1920dd9c1e24271274fd2c4c0be522f177e9f71cd976bd4c92160e379d670876bde77239e8
6
+ metadata.gz: 01eb907f9d1c43fd6230b5fddda42db24ec2b5c9184df4a69a6f40ec081bbe27b1d31f480bf67f238a22b38204faf6aa5a79237f2c4d1830a80339006e395c1f
7
+ data.tar.gz: 54a67f7a9d613b50fe5898fee3b3bf764aeef9105d84521815a7fffa44a3b9382234213292ebbd277a3695dfec8d0a1276f95e47f18e0a20739248f3d958481a
@@ -10,6 +10,9 @@ This project attempts to follow [semantic versioning](https://semver.org/)
10
10
  * Not working on OSX - macs don't read from /etc/profile.d/
11
11
  * Stops showing color if you `sudo su`
12
12
 
13
+ ## 2.2.1
14
+ * Update URL for letsencrypt tls raw file
15
+
13
16
  ## 2.2.0
14
17
  * Add maintenance_mode command
15
18
  * Add ppa:ondrej/nginx repo in common role for TLS 1.3 and nginx support
@@ -60,7 +60,7 @@
60
60
  - name: Update nginx default options
61
61
  when: "'nginx' in role_names"
62
62
  get_url:
63
- url: https://raw.githubusercontent.com/certbot/certbot/master/certbot-nginx/certbot_nginx/tls_configs/options-ssl-nginx.conf
63
+ url: https://raw.githubusercontent.com/certbot/certbot/master/certbot-nginx/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf
64
64
  dest: /etc/letsencrypt/options-ssl-nginx.conf
65
65
 
66
66
  - name: Update apache default options
@@ -1,3 +1,3 @@
1
1
  module Subspace
2
- VERSION = "2.2.0"
2
+ VERSION = "2.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Samson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-22 00:00:00.000000000 Z
11
+ date: 2019-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler