Skip to content

Commit 07e9faa

Browse files
authored
Merge pull request #71 from klarna/prepare-for-next-release
Update changelog for 1.5.0 release
2 parents 4c1b6c5 + 8500ef6 commit 07e9faa

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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.

0 commit comments

Comments
 (0)