From f90e320cd7bde304c1777d2e2ccaf75252c670ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:02:17 -0700 Subject: [PATCH] chore(main): release 1.3.0 (#386) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ PROVENANCE.md | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09a25228..6a787c5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index af23bf1f..c5bf4aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/PROVENANCE.md b/PROVENANCE.md index 58ba8fdc..5ffe7c4d 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -5,7 +5,7 @@ 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. -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`. 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: @@ -13,7 +13,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https ``` # Set the version of the PACKAGE to verify -PACKAGE_VERSION=1.2.0 +PACKAGE_VERSION=1.3.0 ``` diff --git a/package.json b/package.json index 86e78758..600e810d 100644 --- a/package.json +++ b/package.json @@ -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",