Skip to content

Commit 7f975ba

Browse files
committed
Update changelog
1 parent fa62b4e commit 7f975ba

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
### [11.9.0] 2022-04-22
6+
## [11.9.1] 2022-05-02
7+
8+
### Changed
9+
- Replaced direct call to keystone.py and key2fp.py by shell wrapped script call.
10+
This fixes an issue with Terraform Cloud or system that do not provide `python3`.
11+
The wrapper script test the existence for different name for python cli and choose
12+
start the script with the first one available.
13+
- Made key2fp.py compatible with Python 2 to ensure compatibility with TF Cloud.
14+
15+
## [11.9.0] 2022-04-22
716

817
### Added
918

@@ -33,7 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3342
- [DNS] Removed the `dtn` entry for the Globus endpoint.
3443
- [puppet] Removed class `profile::workshop`
3544

36-
### [11.8] 2022-02-16
45+
## [11.8] 2022-02-16
3746

3847
### Added
3948
- Added `image` optional instance attribute (PR #203)
@@ -62,7 +71,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6271
### Removed
6372
- [puppet] Remove dhclient removal in centos 8 (PR [#170](https://github.com/ComputeCanada/puppet-magic_castle/issues/170))
6473

65-
### [11.7] 2021-11-02
74+
## [11.7] 2021-11-02
6675

6776
### Changed
6877
- [OpenStack] Replaced `var.os_int_subnet` by `var.subnet_id` as subnet can have the same name across networks.

0 commit comments

Comments
 (0)