From 0399578a194fbf5770c59bd455d0ca5bee3a3653 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 00:06:46 +0000 Subject: [PATCH] chore(main): release 1.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ PROVENANCE.md | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5009cc6b..15df9e06 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.1" + ".": "1.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e91ea18a..2dc050fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.11.0](https://github.com/launchdarkly/ldcli/compare/v1.10.1...v1.11.0) (2025-01-31) + + +### Features + +* add new resources & commands from updated openapi spec ([#478](https://github.com/launchdarkly/ldcli/issues/478)) ([b3f690c](https://github.com/launchdarkly/ldcli/commit/b3f690cc8ebfcadf97fef93f0b4cb184960a4b2b)) +* Added support for AI Configs ([#475](https://github.com/launchdarkly/ldcli/issues/475)) ([30a99df](https://github.com/launchdarkly/ldcli/commit/30a99dff565d6300d2aa3d5f16f9632ab1c1f2c8)) + ## [1.10.1](https://github.com/launchdarkly/ldcli/compare/v1.10.0...v1.10.1) (2025-01-29) diff --git a/PROVENANCE.md b/PROVENANCE.md index 3e3cd273..21619537 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.10.1_multiple_provenance.intoto.jsonl`. +These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.11.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.10.1 +PACKAGE_VERSION=1.11.0 ``` diff --git a/package.json b/package.json index cce947de..e21e71f0 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.10.1", + "version": "1.11.0", "main": "index.js", "scripts": { "postinstall": "go-npm install",