Skip to content

Releases: AppsFlyer/local-pvc-releaser

v0.1.2-patch.1

22 Dec 11:58
Compare
Choose a tag to compare

What's Changed

  • Bug Fix - Fixing bug related to wrong memory access while scanning the node selector terms in the PV object (issue #48).

This patch meant to fix the usage of the local-pvc-releaser for the use of the static storage provisioner which will be no longer supported from version >v0.1.2

Full Changelog: v0.1.2...v0.1.2-patch.1

v0.1.3

26 Sep 06:42
5bf3662
Compare
Choose a tag to compare

What's Changed

  • Bug Fix - Replacing scan order from PV to PVC while counting on K8s native node annotations by @tal-asulin in #52
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.20.2 by @dependabot in #53
  • chore(deps): bump sigs.k8s.io/controller-runtime from 0.18.0 to 0.19.0 by @dependabot in #57
  • chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.20.3 by @dependabot in #56
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 by @dependabot in #63
  • chore(deps): bump k8s.io/apimachinery from 0.31.0 to 0.31.1 by @dependabot in #62
  • chore(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 by @dependabot in #61
  • chore(deps): bump k8s.io/api from 0.31.0 to 0.31.1 by @dependabot in #60
  • chore(deps): bump k8s.io/client-go from 0.31.0 to 0.31.1 by @dependabot in #59

Full Changelog: v0.1.2...v0.1.3

v0.1.2

01 May 11:14
13d71fb
Compare
Choose a tag to compare

What's Changed

  • Bump Helm version to 0.1.1 by @tal-asulin in #20
  • fix: set envtest version tag in makefile instead of latest by @yuvaltuchman in #32
  • chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.9.0 by @dependabot in #33
  • chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in #34
  • chore(deps): bump github.com/go-logr/logr from 1.2.3 to 1.4.1 by @dependabot in #25
  • chore(deps): bump go.uber.org/zap from 1.24.0 to 1.27.0 by @dependabot in #28
  • chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #31
  • chore(deps): bump k8s.io/client-go from 0.26.1 to 0.30.0 by @dependabot in #36
  • chore(deps): bump k8s.io/api from 0.26.1 to 0.30.0 by @dependabot in #35

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

19 Nov 13:39
e8076d7
Compare
Choose a tag to compare
  • Disable PVC annotation selector by default #19

local-pvc-releaser-0.1.1

19 Nov 19:05
af6d88c
Compare
Choose a tag to compare

The local PVC releaser aim to delete persistent volume claims triggered by un-expected node deletion events by the K8s node-controller for making automatic recovery for pods.

local-pvc-releaser-0.1.0

24 Oct 17:18
d763d81
Compare
Choose a tag to compare

The local PVC releaser aim to delete persistent volume claims triggered by un-expected node deletion events by the K8s node-controller for making automatic recovery for pods.

v0.1.0

24 Oct 10:41
Compare
Choose a tag to compare

Local PVC Releaser GA Release