Skip to content

Commit

Permalink
chore(main): release 1.6.0 (#425)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 13, 2024
1 parent 5d51803 commit b3227d2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.0"
".": "1.6.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.6.0](https://github.com/launchdarkly/ldcli/compare/v1.5.0...v1.6.0) (2024-09-13)


### Features

* Implement environment update functionality in launchdevly ui ([#423](https://github.com/launchdarkly/ldcli/issues/423)) ([216dc95](https://github.com/launchdarkly/ldcli/commit/216dc95aa93d4866e5ada2eb69749d8eb5644956))


### Bug Fixes

* LaunchDevly: Cleanup code and remove only show overrides when there are no overrides ([#427](https://github.com/launchdarkly/ldcli/issues/427)) ([860b657](https://github.com/launchdarkly/ldcli/commit/860b6579baf488cf692a892e5d82e8c664c29f4a))
* LaunchDevly: Pagination for 'Only show flags with overrides' ([#426](https://github.com/launchdarkly/ldcli/issues/426)) ([28bfb60](https://github.com/launchdarkly/ldcli/commit/28bfb60cbd5a29f1dd9aea5a36c5e2759e7546af))
* LaunchDevly: Search clear not clearing filter ([#424](https://github.com/launchdarkly/ldcli/issues/424)) ([dd9df47](https://github.com/launchdarkly/ldcli/commit/dd9df474413f068b7579288f155a9dc51d9baf0e))

## [1.5.0](https://github.com/launchdarkly/ldcli/compare/v1.4.4...v1.5.0) (2024-09-06)


Expand Down
4 changes: 2 additions & 2 deletions PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply
As part of [SLSA requirements for level 3 compliance](https://slsa.dev/spec/v1.0/requirements), LaunchDarkly publishes provenance about our package builds using [GitHub's generic SLSA3 provenance generator](https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md#generation-of-slsa3-provenance-for-arbitrary-projects) for distribution alongside our packages.

<!-- x-release-please-start-version -->
These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.5.0_multiple_provenance.intoto.jsonl`.
These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.6.0_multiple_provenance.intoto.jsonl`.
<!-- x-release-please-end -->

To verify SLSA provenance attestations, we recommend using [slsa-verifier](https://github.com/slsa-framework/slsa-verifier). Example usage for verifying packages for Linux is included below:

<!-- x-release-please-start-version -->
```
# Set the version of the PACKAGE to verify
PACKAGE_VERSION=1.5.0
PACKAGE_VERSION=1.6.0
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@launchdarkly/ldcli",
"description": "The official command line interface for managing LaunchDarkly feature flags.",
"version": "1.5.0",
"version": "1.6.0",
"main": "index.js",
"scripts": {
"postinstall": "go-npm install",
Expand Down

0 comments on commit b3227d2

Please sign in to comment.