diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 719ea663..3eb51cf6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.18.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4448c1..81b8e294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/launchdarkly/ldcli/compare/v1.18.0...v2.0.0) (2025-10-13) + + +### ⚠ BREAKING CHANGES + +* LD OpenAPI spec update from 17.2.0 to 18.0.0 introduced breaking changes + +### Miscellaneous Chores + +* regenerate from LD OpenAPI spec representing client version 18.0.0 [EXPT-3347] ([#627](https://github.com/launchdarkly/ldcli/issues/627)) ([367c737](https://github.com/launchdarkly/ldcli/commit/367c737f23151090729093e8a699a74a7dbde9f4)) + ## [1.18.0](https://github.com/launchdarkly/ldcli/compare/v1.17.2...v1.18.0) (2025-09-30) diff --git a/PROVENANCE.md b/PROVENANCE.md index 30b47ce9..ff524552 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.18.0_multiple_provenance.intoto.jsonl`. +These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_2.0.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.18.0 +PACKAGE_VERSION=2.0.0 ``` diff --git a/package.json b/package.json index 4abb86b9..ab8b1090 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.18.0", + "version": "2.0.0", "main": "index.js", "scripts": { "postinstall": "go-npm install",