Skip to content

Commit 8857214

Browse files
Merge pull request #322 from shiftstack/merge-bot-release-4.18
OCPBUGS-57800: Rebase release-4.18 onto release-1.31
2 parents f03b55e + 73ee0a5 commit 8857214

File tree

62 files changed

+635
-259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+635
-259
lines changed
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
name: Bug report
3+
about: Bug report
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
110
<!--
211
Please add the affected binary name in the title unless multiple binaries are affected, e.g.
312
[cinder-csi-plugin] Cannot delete PV
@@ -14,12 +23,7 @@ All the currently maintained binaries are:
1423
* barbican-kms-plugin
1524
-->
1625

17-
**Is this a BUG REPORT or FEATURE REQUEST?**:
18-
19-
> Uncomment only one, leave it on its own line:
20-
>
21-
> /kind bug
22-
> /kind feature
26+
/kind bug
2327

2428
**What happened**:
2529

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Feature report
3+
about: Feature report
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Please add the affected binary name in the title unless multiple binaries are affected, e.g.
12+
[cinder-csi-plugin] Cannot delete PV
13+
For openstack-cloud-controller-manager, you can use [occm] for short.
14+
15+
All the currently maintained binaries are:
16+
* openstack-cloud-controller-manager (occm)
17+
* cinder-csi-plugin
18+
* manila-csi-plugin
19+
* k8s-keystone-auth
20+
* client-keystone-auth
21+
* octavia-ingress-controller
22+
* magnum-auto-healer
23+
* barbican-kms-plugin
24+
-->
25+
26+
/kind feature
27+
28+
**What happened**:
29+
30+
31+
**What you expected to happen**:
32+
33+
34+
**How to reproduce it**:
35+
36+
37+
**Anything else we need to know?**:
38+
39+
40+
**Environment**:
41+
- openstack-cloud-controller-manager(or other related binary) version:
42+
- OpenStack version:
43+
- Others:

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414
## BUILD ARGS ##
1515
################################################################################
1616
# This build arg allows the specification of a custom Golang image.
17-
ARG GOLANG_IMAGE=golang:1.22.2
17+
ARG GOLANG_IMAGE=golang:1.23.11
1818

1919
# The distroless image on which the CPI manager image is built.
2020
#
2121
# Please do not use "latest". Explicit tags should be used to provide
2222
# deterministic builds. Follow what kubernetes uses to build
2323
# kube-controller-manager, for example for 1.27.x:
2424
# https://github.com/kubernetes/kubernetes/blob/release-1.27/build/common.sh#L99
25-
ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.3.1-go1.22.2-bookworm.0
25+
ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.4.0-go1.23.11-bookworm.0
2626

2727
# We use Alpine as the source for default CA certificates and some output
2828
# images
29-
ARG ALPINE_IMAGE=alpine:3.17.5
29+
ARG ALPINE_IMAGE=alpine:3.17.10
3030

3131
# cinder-csi-plugin uses Debian as a base image
32-
ARG DEBIAN_IMAGE=registry.k8s.io/build-image/debian-base:bullseye-v1.4.3
32+
ARG DEBIAN_IMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.4
3333

3434
################################################################################
3535
## BUILD STAGE ##

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $(BUILD_CMDS): $(SOURCES)
8181
test: unit functional
8282

8383
check: work
84-
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0 run --timeout=20m ./...
84+
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4 run --timeout=20m ./...
8585

8686
unit: work
8787
go test -tags=unit $(shell go list ./... | sed -e '/sanity/ { N; d; }' | sed -e '/tests/ {N; d;}') $(TESTARGS)

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: v1.31.3
2+
appVersion: v1.31.4
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 2.31.7
5+
version: 2.31.8
66
home: https://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/manila-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: v1.31.3
2+
appVersion: v1.31.4
33
description: Manila CSI Chart for OpenStack
44
name: openstack-manila-csi
5-
version: 2.31.3
5+
version: 2.31.5
66
home: http://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/openstack-cloud-controller-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v2
2-
appVersion: v1.31.3
2+
appVersion: v1.31.4
33
description: Openstack Cloud Controller Manager Helm Chart
44
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
55
home: https://github.com/kubernetes/cloud-provider-openstack
66
name: openstack-cloud-controller-manager
7-
version: 2.31.3
7+
version: 2.31.4
88
maintainers:
99
- name: eumel8
1010

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ options:
99
substitution_option: ALLOW_LOOSE
1010
machineType: 'N1_HIGHCPU_8'
1111
steps:
12-
- name: gcr.io/k8s-testimages/gcb-docker-gcloud
12+
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud
1313
entrypoint: bash
1414
env:
1515
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx

docs/cinder-csi-plugin/multi-region-clouds.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ spec:
162162
- name: liveness-probe
163163
...
164164
- name: cinder-csi-plugin
165-
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.31.3
165+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.31.4
166166
args:
167167
- /bin/cinder-csi-plugin
168168
- --endpoint=$(CSI_ENDPOINT)
@@ -212,7 +212,7 @@ spec:
212212
- name: liveness-probe
213213
...
214214
- name: cinder-csi-plugin
215-
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.31.3
215+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.31.4
216216
args:
217217
- /bin/cinder-csi-plugin
218218
- --endpoint=$(CSI_ENDPOINT)
@@ -278,7 +278,7 @@ spec:
278278
- Topology=true
279279
...
280280
- name: cinder-csi-plugin
281-
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.31.3
281+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.31.4
282282
args:
283283
- /bin/cinder-csi-plugin
284284
- --endpoint=$(CSI_ENDPOINT)

docs/keystone-auth/using-keystone-webhook-authenticator-and-authorizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ it as a service. There are several things we need to notice in the
252252
deployment manifest:
253253

254254
- We are using image
255-
`registry.k8s.io/provider-os/k8s-keystone-auth:v1.31.3`
255+
`registry.k8s.io/provider-os/k8s-keystone-auth:v1.31.4`
256256
- We use `k8s-auth-policy` configmap created above.
257257
- The pod uses service account `keystone-auth` created above.
258258
- We use `keystone-auth-certs` secret created above to inject the

0 commit comments

Comments
 (0)