From 0cb9158854065f97eb1c3023b0e7a27adab8ecdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:18:43 +0000 Subject: [PATCH] chore(main): release 1.15.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ PROVENANCE.md | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 33a54471..2d45ad2e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c8c277..61eea7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.15.0](https://github.com/launchdarkly/ldcli/compare/v1.14.0...v1.15.0) (2025-06-02) + + +### Features + +* Add command for uploading frontend sourcemaps [OB-143] ([#531](https://github.com/launchdarkly/ldcli/issues/531)) ([398409c](https://github.com/launchdarkly/ldcli/commit/398409c1071add67c4b9f46a6d9c5941b69634df)) + + +### Bug Fixes + +* Delete overrides that are no longer relevant after a project is synced ([#544](https://github.com/launchdarkly/ldcli/issues/544)) ([e47fe05](https://github.com/launchdarkly/ldcli/commit/e47fe0511c14b1b4482170c2bb33db276160fa6c)), closes [#541](https://github.com/launchdarkly/ldcli/issues/541) + ## [1.14.0](https://github.com/launchdarkly/ldcli/compare/v1.13.0...v1.14.0) (2025-05-23) diff --git a/PROVENANCE.md b/PROVENANCE.md index c18544e1..0319d442 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.14.0_multiple_provenance.intoto.jsonl`. +These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.15.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.14.0 +PACKAGE_VERSION=1.15.0 ``` diff --git a/package.json b/package.json index 8e092fe4..6f28beee 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.14.0", + "version": "1.15.0", "main": "index.js", "scripts": { "postinstall": "go-npm install",