Skip to content

Commit cc0e427

Browse files
committed
Release 1.2.0
1 parent 57af490 commit cc0e427

File tree

2 files changed

+36
-8
lines changed

2 files changed

+36
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v1.2.0](https://github.com/zendtech/puppet-zendhq/tree/v1.2.0) (2024-07-18)
6+
7+
**Features**
8+
9+
- Add tasks for zendhqctl user management commands
10+
511
## [v1.0.1](https://github.com/zendtech/puppet-zendhq/tree/v1.0.1) (2022-11-11)
612

713
**Bugfix**

metadata.json

+30-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zend-zendhq",
3-
"version": "1.0.1",
3+
"version": "1.2.0",
44
"author": "Zend by Perforce",
55
"summary": "Zend module for installig and configuring ZendHQ",
66
"license": "MIT",
@@ -38,35 +38,57 @@
3838
"7"
3939
]
4040
},
41+
{
42+
"operatingsystem": "Alma",
43+
"operatingsystemrelease": [
44+
"8",
45+
"9"
46+
]
47+
},
48+
{
49+
"operatingsystem": "Rocky",
50+
"operatingsystemrelease": [
51+
"8",
52+
"9"
53+
]
54+
},
55+
{
56+
"operatingsystem": "Alpine",
57+
"operatingsystemrelease": [
58+
"3.18",
59+
"3.20"
60+
]
61+
},
4162
{
4263
"operatingsystem": "OracleLinux",
4364
"operatingsystemrelease": [
44-
"6",
4565
"7",
46-
"8"
66+
"8",
67+
"9"
4768
]
4869
},
4970
{
5071
"operatingsystem": "RedHat",
5172
"operatingsystemrelease": [
5273
"7",
53-
"8"
74+
"8",
75+
"9"
5476
]
5577
},
5678
{
5779
"operatingsystem": "Debian",
5880
"operatingsystemrelease": [
59-
"9",
6081
"10",
61-
"11"
82+
"11",
83+
"12"
6284
]
6385
},
6486
{
6587
"operatingsystem": "Ubuntu",
6688
"operatingsystemrelease": [
67-
"18.04",
89+
"20.04",
6890
"22.04",
69-
"20.04"
91+
"24.04"
7092
]
7193
}
7294
],

0 commit comments

Comments
 (0)