subspace 3.0.23 → 3.0.24
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 +3 -0
- data/ansible/roles/letsencrypt/tasks/main.yml +1 -1
- data/lib/subspace/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fcbf684a646549776ca85674af795de6c24252f944d9c024557dac7fcb4f9c66
|
|
4
|
+
data.tar.gz: 95e12de153c16397a64c5b060dbf69f823693e556315c88c55d7f16229b590aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 140531326936efab834644a175ca8e02cc15626b25722ccec2e8797e2cbba9f50a1ad462a0288e4a08d143c8b3ee48983581d40851d93a9acf41607f01ae8ec2
|
|
7
|
+
data.tar.gz: ff02021c506ce5d5457615b0f6de6cf88fc7cfce35a1e4b4ce7a2ac0a79b25f99b4e0afe0044a1d2215a48c38fd2505f712d3dc164ea9c7cb390da5eeffb73bc
|
data/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,9 @@ This project attempts to follow [semantic versioning](https://semver.org/).
|
|
|
12
12
|
|
|
13
13
|
## Unreleased
|
|
14
14
|
|
|
15
|
+
## 3.0.24
|
|
16
|
+
* Update certbot url
|
|
17
|
+
|
|
15
18
|
## 3.0.23
|
|
16
19
|
* Add cache_valid_time to apt update_cache calls across roles to avoid redundant apt updates during provision
|
|
17
20
|
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
- name: Update nginx default options
|
|
65
65
|
when: "'nginx' in role_names"
|
|
66
66
|
get_url:
|
|
67
|
-
url: https://raw.githubusercontent.com/certbot/certbot/
|
|
67
|
+
url: https://raw.githubusercontent.com/certbot/certbot/main/certbot/src/certbot/_internal/plugins/nginx/tls_configs/options-ssl-nginx.conf
|
|
68
68
|
dest: /etc/letsencrypt/options-ssl-nginx.conf
|
|
69
69
|
|
|
70
70
|
- name: start webserver after standalone mode
|
data/lib/subspace/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: subspace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.24
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Samson
|
|
@@ -331,7 +331,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
331
331
|
- !ruby/object:Gem::Version
|
|
332
332
|
version: '0'
|
|
333
333
|
requirements: []
|
|
334
|
-
rubygems_version: 4.0.
|
|
334
|
+
rubygems_version: 4.0.20
|
|
335
335
|
specification_version: 4
|
|
336
336
|
summary: Ansible-based server provisioning for rails projects
|
|
337
337
|
test_files: []
|