3 Commits

Author SHA1 Message Date
7f59387532 Update CHANGELOG.md 2021-11-07 12:12:08 +01:00
92abd87230 Update metadata.json 2021-11-07 12:10:29 +01:00
f099b991b4 Update metadata.json
Add missing RHEL support
2021-11-07 12:04:22 +01:00
2 changed files with 15 additions and 2 deletions

View File

@ -2,7 +2,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 0.4.2 (2021-05-11) ## 0.4.3 (2021-11-07)
### Changed
- Add support for RedHat RHEL in the metadata
## 0.4.2 (2021-11-05)
### Addition ### Addition

View File

@ -1,6 +1,6 @@
{ {
"name": "geekix-nslcd", "name": "geekix-nslcd",
"version": "0.4.2", "version": "0.4.3",
"author": "geekix", "author": "geekix",
"summary": "Installs and configures nslcd.", "summary": "Installs and configures nslcd.",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -31,6 +31,13 @@
"18.04", "18.04",
"20.04" "20.04"
] ]
},
{
"operatingsystem": "RedHat RHEL",
"operatingsystemrelease": [
"7",
"8"
]
} }
], ],
"requirements": [ "requirements": [