From 4407eef8a49cf92a530034c2af4157e5c630e74d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:04:22 +0000 Subject: [PATCH] chore(main): release 1.4.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ PROVENANCE.md | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fbbf2e76..ff4c2c5a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.3" + ".": "1.4.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e9bb553e..95ecdd33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.4](https://github.com/launchdarkly/ldcli/compare/v1.4.3...v1.4.4) (2024-08-19) + + +### Bug Fixes + +* Use musl libs for static binary ([#407](https://github.com/launchdarkly/ldcli/issues/407)) ([d30fed0](https://github.com/launchdarkly/ldcli/commit/d30fed020e067c5be891dbe9653e9342082ffbcb)) + + +### Reverts + +* Use ubuntu for the base image ([#408](https://github.com/launchdarkly/ldcli/issues/408)) ([a164ca7](https://github.com/launchdarkly/ldcli/commit/a164ca774615020ff5667c36b8cb6c8143117162)) + ## [1.4.3](https://github.com/launchdarkly/ldcli/compare/v1.4.2...v1.4.3) (2024-08-16) diff --git a/PROVENANCE.md b/PROVENANCE.md index 8ed9306e..9c1deb93 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.4.3_multiple_provenance.intoto.jsonl`. +These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.4.4_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.4.3 +PACKAGE_VERSION=1.4.4 ``` diff --git a/package.json b/package.json index 63e06df9..193f7e93 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.4.3", + "version": "1.4.4", "main": "index.js", "scripts": { "postinstall": "go-npm install",