Skip to content

Commit 6a47048

Browse files
chore(main): release 1.1.0 (#309)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6de74ca commit 6a47048

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/launchdarkly/ldcli/compare/v1.0.1...v1.1.0) (2024-05-31)
4+
5+
6+
### Features
7+
8+
* add beta endpoints tor resource commands ([#307](https://github.com/launchdarkly/ldcli/issues/307)) ([03d71e3](https://github.com/launchdarkly/ldcli/commit/03d71e3ad5242e1d96e8e3d0941c1396ca54ebe4))
9+
* Filter SDKs with / ([#306](https://github.com/launchdarkly/ldcli/issues/306)) ([29cf3b3](https://github.com/launchdarkly/ldcli/commit/29cf3b327f7b97bfa758772b947759208e2d5c6a))
10+
* validate access token ([#308](https://github.com/launchdarkly/ldcli/issues/308)) ([5591a0a](https://github.com/launchdarkly/ldcli/commit/5591a0a9be9e463ce5e1355c61d1d4a847e5cfcf))
11+
12+
13+
### Bug Fixes
14+
15+
* client request in config service ([#310](https://github.com/launchdarkly/ldcli/issues/310)) ([bc15520](https://github.com/launchdarkly/ldcli/commit/bc15520bba559aaa060537c2af751aee23cf863d))
16+
* Fix linux build with CGO_ENABLED=0 ([#311](https://github.com/launchdarkly/ldcli/issues/311)) ([6de74ca](https://github.com/launchdarkly/ldcli/commit/6de74caaa84e11296b4b344de00c7ea4cc1c9826))
17+
* Pass in markdown renderer to speed up command ([#313](https://github.com/launchdarkly/ldcli/issues/313)) ([699a980](https://github.com/launchdarkly/ldcli/commit/699a980fde8801acf4056aa50105939840d1d797))
18+
319
## [1.0.1](https://github.com/launchdarkly/ldcli/compare/v1.0.0...v1.0.1) (2024-05-21)
420

521

PROVENANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply
55
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.
66

77
<!-- x-release-please-start-version -->
8-
These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.0.1_multiple_provenance.intoto.jsonl`.
8+
These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.1.0_multiple_provenance.intoto.jsonl`.
99
<!-- x-release-please-end -->
1010

1111
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:
1212

1313
<!-- x-release-please-start-version -->
1414
```
1515
# Set the version of the PACKAGE to verify
16-
PACKAGE_VERSION=1.0.1
16+
PACKAGE_VERSION=1.1.0
1717
```
1818
<!-- x-release-please-end -->
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@launchdarkly/ldcli",
33
"description": "The official command line interface for managing LaunchDarkly feature flags.",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"main": "index.js",
66
"scripts": {
77
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)