Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v4.4.0 / 2025-11-17
===================
* Add support for empty PVC selector ([#286](https://github.com/openebs/dynamic-localpv-provisioner/pull/286),[@speedfl](https://github.com/speedfl))

v4.3.0 / 2025-06-02
===================
* Add support for configuring file system mode at provision time ([#264](https://github.com/openebs/dynamic-localpv-provisioner/pull/264),[@sushiMix](https://github.com/sushiMix))
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/provisioner-localpv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#See the License for the specific language governing permissions and
#limitations under the License.
#
FROM alpine:3.20.1
FROM alpine:3.22.1

RUN apk add --no-cache \
iproute2 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COPY . .

RUN make provisioner-localpv

FROM alpine:3.20.1
FROM alpine:3.22.1

ARG DBUILD_DATE
ARG DBUILD_REPO_URL
Expand Down
2 changes: 2 additions & 0 deletions changelogs/released/v4.4.0/286-speedfl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add support for empty PVC selectors

2 changes: 1 addition & 1 deletion deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ helperPod:
repository: openebs/linux-utils
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 4.2.0
tag: 4.3.0
hostNetwork: false

# Additional labels to add to all chart resources
Expand Down
Loading