Releases: launchdarkly/gh-actions
Releases · launchdarkly/gh-actions
persistent-stores: v0.0.1
0.0.1 (2024-10-31)
Features
- Add initial implementation of persistent store action (#44) (b168267)
contract-tests: v1.2.0
1.2.0 (2024-10-31)
Features
- Add option to enable persistent store test support (#47) (a6e3543)
contract-tests: v1.1.0
1.1.0 (2024-10-01)
Features
- contract-tests: allow passing branch independently of version (#41) (7d4108a)
verify-hello-app: v2.0.1
2.0.1 (2024-08-12)
Bug Fixes
- Bump release-secrets version to avoid node16 dependency (#37) (a1b75f0)
release-secrets: v1.2.0
1.2.0 (2024-06-18)
Features
- Update to use configure-aws-credential v4. (#35) (0921295)
contract-tests: v1.0.2
1.0.2 (2024-05-03)
Bug Fixes
- contract test should download v2 script (#32) (28cf0d3)
verify-hello-app: v2.0.0
2.0.0 (2024-04-29)
⚠ BREAKING CHANGES
- rename environment variables passed to hello apps (#29)
- Remove the legacy success message (#30)
Features
- rename environment variables passed to hello apps (#29) (c5f14e2)
Bug Fixes
workflows-v1.0.0
This represents a release of the existing workflows found in the .github/workflows directory.
contract-tests-v1.0.1
Fixed
- If github token is provided to the action, it will be injected into the contract test downloader script to avoid rate-limiting.