From 4485dac7a078ec755e4a3d2e8fecf53b0ff42ee3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:27:51 -0700 Subject: [PATCH] chore(main): release 1.7.1 (#438) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ PROVENANCE.md | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7588679c..f2c43d59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3d8349..a42bc0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.1](https://github.com/launchdarkly/ldcli/compare/v1.7.0...v1.7.1) (2024-10-01) + + +### Bug Fixes + +* Context updating, environment rate limiting, toggle styling ([#437](https://github.com/launchdarkly/ldcli/issues/437)) ([c7832d5](https://github.com/launchdarkly/ldcli/commit/c7832d5061f93caff2cb1ed23fdc2fb393e08c13)) + ## [1.7.0](https://github.com/launchdarkly/ldcli/compare/v1.6.0...v1.7.0) (2024-09-16) diff --git a/PROVENANCE.md b/PROVENANCE.md index 7fc0ba61..5192b1af 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.7.0_multiple_provenance.intoto.jsonl`. +These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.7.1_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.7.0 +PACKAGE_VERSION=1.7.1 ``` diff --git a/package.json b/package.json index e7591260..d2ea0980 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.7.0", + "version": "1.7.1", "main": "index.js", "scripts": { "postinstall": "go-npm install",