@@ -5,57 +5,63 @@ fixes and other changes of GitLab Configuration as Code.
55
66## [ Unreleased]
77
8+ ## [ 0.6.0] - 2020-11-26
9+
810### Added
911
10- - Support for configuring Instance CI/CD Variables
12+ - Support for configuring Instance CI/CD Variables
1113
1214### Changed
1315
14- - Validation of resources using JSON Schema
15- - Switch CI from Travis to GitHub Actions
16+ - Validation of resources using JSON Schema
17+ - Switch CI from Travis to GitHub Actions
1618
1719### Security
1820
19- - Do not log values of any variables, because this may lead to leak of secrets
21+ - Do not log values of any variables, because this may lead to leak of secrets
2022
2123## [ 0.5.0] - 2020-04-14
2224
23- ### Added
25+ ### Added
2426
25- - Use ` !include ` directive with path relative to GitLab configuration file path
27+ - Use ` !include ` directive with path relative to GitLab configuration file path
2628
2729## [ 0.4.0] - 2020-03-12
2830
2931### Added
3032
31- - Support for configuring Feature Flags
32- - Support for mixing GitLab client configuration in file and environment variables
33+ - Support for configuring Feature Flags
34+ - Support for mixing GitLab client configuration in file and environment variables
3335
3436## [ 0.3.1] - 2020-02-06
3537
3638### Fixed
3739
38- - Calculation of key prefixes in ` UpdateOnlyConfigurer `
40+ - Calculation of key prefixes in ` UpdateOnlyConfigurer `
3941
40- ## [ 0.3.0] - 2020-02-04
42+ ## [ 0.3.0] - 2020-02-04
4143
4244### Added
4345
44- - Support for configuring Appearance
46+ - Support for configuring Appearance
4547
4648### Changed
4749
48- - Updated dependency on ` python-gitlab `
49- - Code modularization
50+ - Updated dependency on ` python-gitlab `
51+ - Code modularization
5052
5153## [ 0.2.0] - 2019-11-28
5254
53- ### Added
55+ ### Added
5456
55- - Documentation available under https://gitlab-configuration-as-code.readthedocs.io/
57+ - Documentation available under < https://gitlab-configuration-as-code.readthedocs.io/ >
5658
5759## [ 0.1.0] - 2019-11-28
5860
59- ### Added
61+ ### Added
62+
63+ - Initial release with support for application settings and license
64+
65+ [ Unreleased ] : https://github.com/Roche/gitlab-configuration-as-code/compare/0.6.0...HEAD
6066
61- - Initial release with support for application settings and license
67+ [ 0.6.0 ] : https://github.com/Roche/gitlab-configuration-as-code/compare/0.5.0...0.6.0
0 commit comments