Skip to content

Commit 9d5dad8

Browse files
authored
Merge pull request #293 from openebs/cherry-pick-alpine-bump
Cherry-pick PR 291 to release/4.4 branch
2 parents 02fb7c7 + dc2776c commit 9d5dad8

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v4.4.0 / 2025-11-17
2+
===================
3+
* Add support for empty PVC selector ([#286](https://github.com/openebs/dynamic-localpv-provisioner/pull/286),[@speedfl](https://github.com/speedfl))
4+
15
v4.3.0 / 2025-06-02
26
===================
37
* 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))

buildscripts/provisioner-localpv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#See the License for the specific language governing permissions and
1313
#limitations under the License.
1414
#
15-
FROM alpine:3.20.1
15+
FROM alpine:3.22.1
1616

1717
RUN apk add --no-cache \
1818
iproute2 \

buildscripts/provisioner-localpv/provisioner-localpv.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY . .
4242

4343
RUN make provisioner-localpv
4444

45-
FROM alpine:3.20.1
45+
FROM alpine:3.22.1
4646

4747
ARG DBUILD_DATE
4848
ARG DBUILD_REPO_URL
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add support for empty PVC selectors
2+

deploy/helm/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ helperPod:
129129
repository: openebs/linux-utils
130130
pullPolicy: IfNotPresent
131131
# Overrides the image tag whose default is the chart appVersion.
132-
tag: 4.2.0
132+
tag: 4.3.0
133133
hostNetwork: false
134134

135135
# Additional labels to add to all chart resources

0 commit comments

Comments
 (0)