Skip to content

Commit

Permalink
chore(main): release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 30, 2025
1 parent 30a99df commit c5719bd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.10.1"
".": "1.11.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.11.0](https://github.com/launchdarkly/ldcli/compare/v1.10.1...v1.11.0) (2025-01-30)


### Features

* 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)


Expand Down
4 changes: 2 additions & 2 deletions PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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.

<!-- x-release-please-start-version -->
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`.
<!-- x-release-please-end -->

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:

<!-- x-release-please-start-version -->
```
# Set the version of the PACKAGE to verify
PACKAGE_VERSION=1.10.1
PACKAGE_VERSION=1.11.0
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c5719bd

Please sign in to comment.