File tree 2 files changed +36
-8
lines changed
2 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
11
## [ v1.0.1] ( https://github.com/zendtech/puppet-zendhq/tree/v1.0.1 ) (2022-11-11)
6
12
7
13
** Bugfix**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zend-zendhq" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"author" : " Zend by Perforce" ,
5
5
"summary" : " Zend module for installig and configuring ZendHQ" ,
6
6
"license" : " MIT" ,
38
38
" 7"
39
39
]
40
40
},
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
+ },
41
62
{
42
63
"operatingsystem" : " OracleLinux" ,
43
64
"operatingsystemrelease" : [
44
- " 6" ,
45
65
" 7" ,
46
- " 8"
66
+ " 8" ,
67
+ " 9"
47
68
]
48
69
},
49
70
{
50
71
"operatingsystem" : " RedHat" ,
51
72
"operatingsystemrelease" : [
52
73
" 7" ,
53
- " 8"
74
+ " 8" ,
75
+ " 9"
54
76
]
55
77
},
56
78
{
57
79
"operatingsystem" : " Debian" ,
58
80
"operatingsystemrelease" : [
59
- " 9" ,
60
81
" 10" ,
61
- " 11"
82
+ " 11" ,
83
+ " 12"
62
84
]
63
85
},
64
86
{
65
87
"operatingsystem" : " Ubuntu" ,
66
88
"operatingsystemrelease" : [
67
- " 18 .04" ,
89
+ " 20 .04" ,
68
90
" 22.04" ,
69
- " 20 .04"
91
+ " 24 .04"
70
92
]
71
93
}
72
94
],
You can’t perform that action at this time.
0 commit comments