From d9f106cb972d6e701380f41a97b2978d7f98fafa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 18:20:11 +0000 Subject: [PATCH] chore(main): release 1.15.2 --- .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 b727c36e..01f68d74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.15.1" + ".": "1.15.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9469b1a2..585fccb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.2](https://github.com/launchdarkly/ldcli/compare/v1.15.1...v1.15.2) (2025-06-05) + + +### Bug Fixes + +* [IDE-1709] Another attempt at fixing ([#552](https://github.com/launchdarkly/ldcli/issues/552)) ([0573344](https://github.com/launchdarkly/ldcli/commit/05733444d04b8749d5e8aa533077ad1b2ac8bc4a)) + ## [1.15.1](https://github.com/launchdarkly/ldcli/compare/v1.15.0...v1.15.1) (2025-06-03) diff --git a/PROVENANCE.md b/PROVENANCE.md index 3d36f83d..a827ba20 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.15.1_multiple_provenance.intoto.jsonl`. +These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.15.2_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.15.1 +PACKAGE_VERSION=1.15.2 ``` diff --git a/package.json b/package.json index 5af3264a..72137e6a 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.15.1", + "version": "1.15.2", "main": "index.js", "scripts": { "postinstall": "go-npm install",