From db7491b6d0c9bb9106aa1c3cdfd9adf92e2b2ee1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 06:15:17 +0000 Subject: [PATCH] chore(release): release 6.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 105655da..7c0a8de7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.4.1" + ".": "6.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cd4d8b2..4902f01a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog +## [6.5.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.4.1...v6.5.0) (2024-04-30) + + +### Features + +* prepare upstream update to v0.55.0 ([5598fc0](https://github.com/muhlba91/pulumi-proxmoxve/commit/5598fc05c2b394d2df134ce3fa17340e12c052ca)) + + +### Miscellaneous Chores + +* **deps:** update anchore/sbom-action action to v0.15.11 ([9afed11](https://github.com/muhlba91/pulumi-proxmoxve/commit/9afed112e2d5b2d59684bc356d9591670107cae2)) +* **deps:** update golangci/golangci-lint-action action to v5 ([1c05e46](https://github.com/muhlba91/pulumi-proxmoxve/commit/1c05e46ef3a930dc7f42ca50deaa6f67b7ab6baa)) +* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.55.0 ([220b439](https://github.com/muhlba91/pulumi-proxmoxve/commit/220b43961e646555cdbb73eb9c812d66cad011d6)) +* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.114.0 ([7c324a0](https://github.com/muhlba91/pulumi-proxmoxve/commit/7c324a006244b0b015b6cd802390952f0b6383b2)) + ## [6.4.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.4.0...v6.4.1) (2024-04-21)