Skip to content

Commit bc6f61a

Browse files
chore(main): release 1.0.0 (#299)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3938250 commit bc6f61a

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-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-
".": "0.13.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/launchdarkly/ldcli/compare/v0.13.0...v1.0.0) (2024-05-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* manual update of openapi docs and generated cmds
9+
10+
### Features
11+
12+
* add archive flag cmd ([#287](https://github.com/launchdarkly/ldcli/issues/287)) ([1c6f55b](https://github.com/launchdarkly/ldcli/commit/1c6f55b7081bf115497ece015427f1349050d2b6))
13+
* config feedback ([#292](https://github.com/launchdarkly/ldcli/issues/292)) ([0268ab6](https://github.com/launchdarkly/ldcli/commit/0268ab63eb5bc9fcc8234837b6b18c35ee8d9f6c))
14+
* manual update of openapi docs and generated cmds ([65d5caf](https://github.com/launchdarkly/ldcli/commit/65d5caf652ce27d60e22202e5d7fecf8f3449b66))
15+
* support default resources in config ([#286](https://github.com/launchdarkly/ldcli/issues/286)) ([afa9142](https://github.com/launchdarkly/ldcli/commit/afa9142fc53aaab56860bf493455f6acd3e68559))
16+
17+
18+
### Bug Fixes
19+
20+
* completion cmd usage & short description ([#281](https://github.com/launchdarkly/ldcli/issues/281)) ([362b23c](https://github.com/launchdarkly/ldcli/commit/362b23cf5f543c28c75d9cd157a8b0f35009b94f))
21+
322
## [0.13.0](https://github.com/launchdarkly/ldcli/compare/v0.12.1...v0.13.0) (2024-05-14)
423

524

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_0.13.0_multiple_provenance.intoto.jsonl`.
8+
These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.0.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=0.13.0
16+
PACKAGE_VERSION=1.0.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": "0.13.0",
4+
"version": "1.0.0",
55
"main": "index.js",
66
"scripts": {
77
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)