openvoxserver-ca 3.2.1 → 3.3.0
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 +8 -0
- data/lib/puppetserver/ca/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf511f40276b21cef3205d1dbaf2cf9a32eb3c860e3ee869232a6eb4a7c1f819
|
|
4
|
+
data.tar.gz: 716493328de8b75d38a28df92e6bf29473fa7ef7b4d3559a2e7f91e20a3e3b42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a49f903a909436b2f29219eee362b746b1e96cea2d683510fd70e6a2b96fbd158c404bc7c40055a5ea9606ebb80493783d081a8c910eeac0d2983746062cfc55
|
|
7
|
+
data.tar.gz: 0c73cb5b23d344bca764a8259d046f526ffa77ed16c45847f23097f96828f7c6f10d8aeefa98635b555e654e0c1e28a5ce1c676ae10a0eb834cd632bccc9866a
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [3.3.0](https://github.com/openvoxproject/openvoxserver-ca/tree/3.3.0) (2026-08-01)
|
|
6
|
+
|
|
7
|
+
[Full Changelog](https://github.com/openvoxproject/openvoxserver-ca/compare/3.2.1...3.3.0)
|
|
8
|
+
|
|
9
|
+
**Implemented enhancements:**
|
|
10
|
+
|
|
11
|
+
- openfact: Allow 6.x [\#54](https://github.com/OpenVoxProject/openvoxserver-ca/pull/54) ([bastelfreak](https://github.com/bastelfreak))
|
|
12
|
+
|
|
5
13
|
## [3.2.1](https://github.com/openvoxproject/openvoxserver-ca/tree/3.2.1) (2026-06-29)
|
|
6
14
|
|
|
7
15
|
[Full Changelog](https://github.com/openvoxproject/openvoxserver-ca/compare/3.2.0...3.2.1)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openvoxserver-ca
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenVox Project
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: 5.0.0
|
|
19
19
|
- - "<"
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: '
|
|
21
|
+
version: '7'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: 5.0.0
|
|
29
29
|
- - "<"
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: '
|
|
31
|
+
version: '7'
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: rake
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
117
|
version: '0'
|
|
118
118
|
requirements: []
|
|
119
|
-
rubygems_version: 4.0.
|
|
119
|
+
rubygems_version: 4.0.16
|
|
120
120
|
specification_version: 4
|
|
121
121
|
summary: A simple CLI tool for interacting with OpenVox Server's Certificate Authority
|
|
122
122
|
test_files: []
|