Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#320)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 15, 2024
1 parent 3e672ab commit 2e57278
Show file tree
Hide file tree
Showing 4 changed files with 22 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.1.1"
".": "1.2.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.2.0](https://github.com/launchdarkly/ldcli/compare/v1.1.1...v1.2.0) (2024-07-15)


### Features

* Can fetch a token based on the device code ([#323](https://github.com/launchdarkly/ldcli/issues/323)) ([769b925](https://github.com/launchdarkly/ldcli/commit/769b925dc25ba52eedaa426b46de4a1a3843d281))
* Create login command ([#319](https://github.com/launchdarkly/ldcli/issues/319)) ([f151a71](https://github.com/launchdarkly/ldcli/commit/f151a71d4981bfefd9913179b156c7f1f0139a20))
* Open browser automatically during login command ([#351](https://github.com/launchdarkly/ldcli/issues/351)) ([846c5c3](https://github.com/launchdarkly/ldcli/commit/846c5c339c57be48ffb179ef7da1c77e7c880e1c))
* sc-240964/fetch token ([#326](https://github.com/launchdarkly/ldcli/issues/326)) ([58dc226](https://github.com/launchdarkly/ldcli/commit/58dc2268fa153247b0dcc2649de560ea67938423))
* sc-240965/check current access token ([#324](https://github.com/launchdarkly/ldcli/issues/324)) ([edb3d2d](https://github.com/launchdarkly/ldcli/commit/edb3d2d54397d46bdff5607bccc75a3b84b09599))


### Bug Fixes

* Create config file if it does not exist ([#379](https://github.com/launchdarkly/ldcli/issues/379)) ([3e672ab](https://github.com/launchdarkly/ldcli/commit/3e672ab7bbeb2f19f04869bba3cf2ee2b65f0b6f))
* **deps:** use consistent Go version in builds and CI ([#377](https://github.com/launchdarkly/ldcli/issues/377)) ([83cf380](https://github.com/launchdarkly/ldcli/commit/83cf380596881f77ab0fe35f3d8305973475f3e2))
* Update readme about where config file is stored ([#325](https://github.com/launchdarkly/ldcli/issues/325)) ([82c94e9](https://github.com/launchdarkly/ldcli/commit/82c94e9ba1ac67cb04611d34f724c417e6995bbd))

## [1.1.1](https://github.com/launchdarkly/ldcli/compare/v1.1.0...v1.1.1) (2024-06-04)


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.1.1_multiple_provenance.intoto.jsonl`.
These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.2.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.1.1
PACKAGE_VERSION=1.2.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.1.1",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"postinstall": "go-npm install",
Expand Down

0 comments on commit 2e57278

Please sign in to comment.