-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
56 lines (37 loc) · 1.69 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Changelog
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [0.1.0] - 11 Nov 2023
### Added
- **GalaxyAPIKey**: Key for Galaxy API authentication.
- **GalaxyAPIServerURL**: URL of the Galaxy API server.
- **GalaxyCollectionsPath**: Path to Galaxy collections.
- **GalaxyDisableGPGVerify**: Disables GPG verification for Galaxy.
- **GalaxyForceWithDeps**: Forces Galaxy installation with dependencies.
- **GalaxyIgnoreCerts**: Ignores certificate checks for Galaxy.
- **GalaxyIgnoreSignatureStatusCodes**: List of status codes to ignore in Galaxy signature checks.
- **GalaxyKeyring**: Path to the Galaxy keyring.
- **GalaxyOffline**: Enables offline mode for Galaxy.
- **GalaxyPre**: Enables installation of pre-release versions in Galaxy.
- **GalaxyRequiredValidSignatureCount**: Number of required valid signatures for Galaxy.
- **GalaxyRequirementsFile**: Path to the file with Galaxy requirements.
- **GalaxySignature**: Specific signature for Galaxy.
- **GalaxyTimeout**: Timeout for Galaxy operations.
- **GalaxyUpgrade**: Enables the upgrade of Galaxy collections.
- **GalaxyNoDeps**: Disables dependency resolution in Galaxy.
## [0.0.4] - 09 Nov 2023
### Fixed
- Correct 'Config' field case sensitivity in ansiblePlaybook.
## [0.0.3] - 09 Nov 2023
### Added
- Add 'GalaxyForce' boolean variable.
## [0.0.2] - 28 Jul 2022
### Added
- Environment variable `ANSIBLE_GALAXY_DISPLAY_PROGRESS` with value `False`.
### Changed
- Bump github.com/urfave/cli/v2 from 2.2.0 to 2.3.0.
- Bump github.com/joho/godotenv from 1.3.0 to 1.4.0.
## [0.0.1] - 05 Apr 2021
### Added
- Initial Commit