File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.5.0] - 2023-07-05
9+
10+ ### Added
11+
12+ - Allow injecting OS env vars into YAML files via custom !env tag (#70 ).
13+ - Allow injecting OS env vars into ` bitbucket.config ` parameters (#69 ).
14+ - Handle HTTP 429 Too Many Requests errors (#64 ).
15+ - Execute tests as GitHub workflows (#52 , #53 , #56 ).
16+
17+ ### Changed
18+
19+ - The project is now tested on OTP versions 23-26, OTP 23 is the minimum supported version (#49 , #65 ).
20+ - Replaced ` lager ` with OTP's ` logger ` (#55 ).
21+ - Minor improvements in what messages are printed/logged (#49 ).
22+
23+ ### Fixed
24+
25+ - Handle Bitbucket not preserving the order of access keys (#59 ).
26+ - Avoid confusing WorkZone with lower case project names (#59 ).
27+
28+ ### Security
29+
30+ - Do not log any settings at info level to avoid leaking secrets to the terminal (#66 ).
31+
832## [ 1.3.0] - 2022-08-18
933
1034- Hard reset to commit c4d6e0ac88431458fa0996d3e6fa666c4fda0ead due to changes after it being untested and breaking test.
You can’t perform that action at this time.
0 commit comments