forked from egi-qc/ansible-umd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
33 lines (20 loc) · 861 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v0.2.0] - 2025-01-28
### Added
- Add support for AlmaLinux 9 and UMD 5 (#19) (Baptiste Grenier)
- Add community files, GitHub Actions (#16) (Baptiste Grenier)
### Removed
- Drop debian and end of life operating systems (#16) (#19) (Baptiste Grenier)
- Drop all tasks relating to doing security updates (#16) (Baptiste Grenier)
### Changed
- Refresh Ansible role (CA, repository, documentation) (#15) (Baptiste Grenier)
### Fixed
- Fix molecule tests and release (#21) (#22) (#24) (#25) (Baptiste Grenier)
## [v0.1.1] - 2018-10-23
#
- Initial release (Bruce Becker, Pablo Orviz)