From 20e4224f995fa5ba1bdea1dfeff9910ae4228ac8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:00:13 +0000 Subject: [PATCH] chore(main): release persistent-stores 0.2.1 --- .release-please-manifest.json | 2 +- actions/persistent-stores/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fabb26..5f8111c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "actions/contract-tests": "1.3.0", - "actions/persistent-stores": "0.2.0", + "actions/persistent-stores": "0.2.1", "actions/publish-pages": "1.0.3", "actions/release-secrets": "1.2.0", "actions/sign-dlls": "1.0.0", diff --git a/actions/persistent-stores/CHANGELOG.md b/actions/persistent-stores/CHANGELOG.md index 62e642f..55c25cf 100644 --- a/actions/persistent-stores/CHANGELOG.md +++ b/actions/persistent-stores/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1](https://github.com/launchdarkly/gh-actions/compare/persistent-stores-v0.2.0...persistent-stores-v0.2.1) (2026-06-08) + + +### Bug Fixes + +* Install Consul without Windows service to avoid dev agent conflict ([#77](https://github.com/launchdarkly/gh-actions/issues/77)) ([a14500d](https://github.com/launchdarkly/gh-actions/commit/a14500d6c2585d643807dc1764a4bd2d206c398f)) +* Restore HTTP readiness poll for Consul on Windows ([#92](https://github.com/launchdarkly/gh-actions/issues/92)) ([0a5a29e](https://github.com/launchdarkly/gh-actions/commit/0a5a29e9951829b30766f098ce873b5d603b75a3)) + ## [0.2.0](https://github.com/launchdarkly/gh-actions/compare/persistent-stores-v0.1.2...persistent-stores-v0.2.0) (2025-12-16)