Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#386)
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 Aug 14, 2024
1 parent 373bb0a commit f90e320
Show file tree
Hide file tree
Showing 4 changed files with 17 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.2.0"
".": "1.3.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.0](https://github.com/launchdarkly/ldcli/compare/v1.2.0...v1.3.0) (2024-08-14)


### Features

* Add dev server (AKA LaunchDevly) ([#364](https://github.com/launchdarkly/ldcli/issues/364)) ([373bb0a](https://github.com/launchdarkly/ldcli/commit/373bb0acd80009c8d5e90909ceed55d3c5f4ddb7))
* use SDK metadata ([#378](https://github.com/launchdarkly/ldcli/issues/378)) ([b0e03ca](https://github.com/launchdarkly/ldcli/commit/b0e03cad4daa7614e747e4f7c83999f33cda3ed8))


### Bug Fixes

* Remove stutter from "fetching {sdk name} SDK SDK" ([#391](https://github.com/launchdarkly/ldcli/issues/391)) ([82bd8de](https://github.com/launchdarkly/ldcli/commit/82bd8debe1d7f93e4531eafb4a6d28c370699bd5))

## [1.2.0](https://github.com/launchdarkly/ldcli/compare/v1.1.1...v1.2.0) (2024-07-15)


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.2.0_multiple_provenance.intoto.jsonl`.
These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.3.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.2.0
PACKAGE_VERSION=1.3.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.2.0",
"version": "1.3.0",
"main": "index.js",
"scripts": {
"postinstall": "go-npm install",
Expand Down

0 comments on commit f90e320

Please sign in to comment.