Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
758abc9
Downgrade release-1.35 branch to k8s 1.35.1
RadekManak Mar 17, 2026
d48b5e7
Merge pull request #1710 from openshift-cloud-team/vsphere-downgrade-…
k8s-ci-robot Mar 27, 2026
4564ebc
Fix CVE-2026-33186 (CVSS 9.1) and CVE-2026-24051 (CVSS 7.0) on releas…
silvery1622 Mar 28, 2026
c1b7178
Prevent unwanted k8s.io version bumps by Dependabot
silvery1622 Mar 29, 2026
e042e2f
Merge pull request #1723 from k8s-infra-cherrypick-robot/cherry-pick-…
k8s-ci-robot Mar 30, 2026
59582fb
Release v1.35.1
silvery1622 Mar 30, 2026
97cf61a
merge upstream/release-1.35 into main
Apr 8, 2026
0458ffc
UPSTREAM: <carry>: rm OWNERS_ALIASES and upd OWNERS
jthiatt May 5, 2021
b2440aa
UPSTREAM: <carry>: OCP specific build scripts and Dockerfile
Sep 9, 2021
bafe653
UPSTREAM: <carry>: Remove /vendor folder from .gitignore
Sep 10, 2021
516acd3
UPSTREAM: <carry>: Add .ci-operator.yaml file
Fedosin Jan 6, 2022
ee640f5
UPSTREAM: <carry>: fix .dockerignore to satisfy OCP specific requirem…
lobziik Sep 26, 2022
e5cce43
UPSTREAM: <carry>: delete .github directory
lobziik Sep 26, 2022
85e73ac
UPSTREAM: <carry>: Updating ose-vsphere-cloud-controller-manager imag…
Oct 2, 2022
5cf8493
UPSTREAM: <carry>: Add Snyk file to exclude vendor directory on scan
racheljpg Jan 22, 2024
00c0533
UPSTREAM: <carry>: Add snyk exclusion file
racheljpg Feb 26, 2024
92730c2
UPSTREAM: <carry>: Updating ose-vsphere-cloud-controller-manager-cont…
May 24, 2024
a4af414
UPSTREAM: <carry>: Sync OWNERS file
JoelSpeed Jun 24, 2024
21f90eb
UPSTREAM: <carry>: Updating ose-vsphere-cloud-controller-manager-cont…
Sep 4, 2024
03731c0
UPSTREAM: <carry>: update check-fmt goimports command
elmiko Oct 15, 2024
d0243a0
UPSTREAM: <carry>: Updating ose-vsphere-cloud-controller-manager-cont…
Dec 4, 2024
6d3c3b2
UPSTREAM: <carry>: OCPBUGS-56720: gitignore doesn't ignore certain fi…
mbiarnes May 27, 2025
8f769e1
UPSTREAM: <carry>: Updating ose-vsphere-cloud-controller-manager-cont…
Jun 18, 2025
7d751de
UPSTREAM: <carry>: Sync OWNERS file
JoelSpeed Jul 22, 2025
684ccc3
UPSTREAM: <carry>: Sync OWNERS file
RadekManak Sep 4, 2025
4bfb689
UPSTREAM: <carry>: Updating ose-vsphere-cloud-controller-manager-cont…
Sep 10, 2025
84b465f
UPSTREAM: <carry>: Updating ose-vsphere-cloud-controller-manager-cont…
Dec 18, 2025
4e39398
UPSTREAM: <carry>: Updating ose-vsphere-cloud-controller-manager-cont…
Mar 2, 2026
681a90d
UPSTREAM: <drop>: Updating and vendoring go modules after an upstream…
Apr 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ updates:
labels:
- "ok-to-test"
open-pull-requests-limit: 10
ignore:
# Ignore k8s modules as they are upgraded manually following the
# Kubernetes release cycle.
- dependency-name: "k8s.io/*"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]

## Update dockerfile
- target-branch: master
Expand Down Expand Up @@ -72,6 +77,9 @@ updates:
prefix: ":seedling: (chore)"
labels:
- "ok-to-test"
ignore:
- dependency-name: "k8s.io/*"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]

# ##################
# release branch N
Expand Down Expand Up @@ -113,6 +121,10 @@ updates:
- "ok-to-test"
open-pull-requests-limit: 5
ignore:
# Fully ignore k8s modules on release branches. All k8s dependency
# updates are done manually following the Kubernetes patch release
# schedule.
- dependency-name: "k8s.io/*"
- dependency-name: "*"
update-types:
- "version-update:semver-major"
Expand Down Expand Up @@ -157,6 +169,7 @@ updates:
labels:
- "ok-to-test"
ignore:
- dependency-name: "k8s.io/*"
- dependency-name: "*"
update-types:
- "version-update:semver-major"
Expand Down Expand Up @@ -202,6 +215,7 @@ updates:
- "ok-to-test"
open-pull-requests-limit: 5
ignore:
- dependency-name: "k8s.io/*"
- dependency-name: "*"
update-types:
- "version-update:semver-major"
Expand Down Expand Up @@ -246,6 +260,7 @@ updates:
labels:
- "ok-to-test"
ignore:
- dependency-name: "k8s.io/*"
- dependency-name: "*"
update-types:
- "version-update:semver-major"
Expand Down Expand Up @@ -291,6 +306,7 @@ updates:
- "ok-to-test"
open-pull-requests-limit: 5
ignore:
- dependency-name: "k8s.io/*"
- dependency-name: "*"
update-types:
- "version-update:semver-major"
Expand Down Expand Up @@ -335,6 +351,7 @@ updates:
labels:
- "ok-to-test"
ignore:
- dependency-name: "k8s.io/*"
- dependency-name: "*"
update-types:
- "version-update:semver-major"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-sync-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
# This step uses Github's checkout-action: https://github.com/actions/checkout
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-k8s-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.1

- name: Set up Go
uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-test-k8s-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.1

- name: Set up Go
uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
# This step uses Github's checkout-action: https://github.com/actions/checkout
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-security-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # tag=v4.2.2
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v4.2.2
with:
ref: ${{ matrix.branch }}
- name: Calculate go version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.1
Official releases of the vSphere Cloud Controller Manager container image can be found at:

```bash
registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.33.0 # <== latest version
registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.35.1 # <== latest version
```

The very latest builds from the tip of master, which may not be stable, can be found at:
Expand Down
Binary file added charts/vsphere-cpi-1.35.1.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/vsphere-cpi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 1.35.0
appVersion: 1.35.1
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
name: vsphere-cpi
version: 1.35.0
version: 1.35.1
keywords:
- vsphere
- vmware
Expand Down
2 changes: 1 addition & 1 deletion charts/vsphere-cpi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ helm repo add vsphere-cpi https://kubernetes.github.io/cloud-provider-vsphere
helm repo update

# Package CPI Chart
VERSION=1.30.1
VERSION=1.35.1
cd charts
helm package vsphere-cpi --version $VERSION --app-version $VERSION

Expand Down
2 changes: 1 addition & 1 deletion charts/vsphere-cpi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serviceAccount:
daemonset:
annotations: {}
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere
tag: v1.35.0
tag: v1.35.1
pullPolicy: IfNotPresent
dnsPolicy: ClusterFirst
cmdline:
Expand Down
2 changes: 1 addition & 1 deletion cluster/images/controller-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG DISTROLESS_IMAGE=gcr.io/distroless/static-debian11:latest
FROM ${GOLANG_IMAGE} as builder

# This build arg is the version to embed in the CPI binary
ARG VERSION=1.35.0
ARG VERSION=1.35.1

# This build arg controls the GOPROXY setting
ARG GOPROXY
Expand Down
2 changes: 1 addition & 1 deletion docs/book/tutorials/disable-node-deletion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: vsphere-cloud-controller-manager
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.35.0
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.35.1
args:
- --cloud-provider=vsphere
- --v=2
Expand Down
58 changes: 29 additions & 29 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ require (
github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0-20240827061921-8f0982975508
github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.0-20240827061921-8f0982975508
github.com/vmware-tanzu/vm-operator/api v1.8.6
github.com/vmware/govmomi v0.53.0
github.com/vmware/govmomi v0.52.0
github.com/vmware/vsphere-automation-sdk-go/lib v0.7.0
github.com/vmware/vsphere-automation-sdk-go/runtime v0.7.0
github.com/vmware/vsphere-automation-sdk-go/services/nsxt v0.12.0
golang.org/x/net v0.49.0
golang.org/x/net v0.48.0
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.36.0-alpha.0
k8s.io/apimachinery v0.36.0-alpha.0
k8s.io/client-go v0.36.0-alpha.0
k8s.io/cloud-provider v0.35.0
k8s.io/code-generator v0.35.0
k8s.io/component-base v0.36.0-alpha.0
k8s.io/api v0.35.2
k8s.io/apimachinery v0.35.2
k8s.io/client-go v0.35.2
k8s.io/cloud-provider v0.35.2
k8s.io/code-generator v0.35.2
k8s.io/component-base v0.35.2
k8s.io/klog/v2 v2.130.1
sigs.k8s.io/yaml v1.6.0
)

require (
cel.dev/expr v0.24.0 // indirect
cel.dev/expr v0.25.1 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/NYTimes/gziphandler v1.1.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
Expand Down Expand Up @@ -84,46 +84,46 @@ require (
go.etcd.io/etcd/api/v3 v3.6.5 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.6.5 // indirect
go.etcd.io/etcd/client/v3 v3.6.5 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
go.opentelemetry.io/otel v1.36.0 // indirect
go.opentelemetry.io/otel v1.40.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
go.opentelemetry.io/otel/metric v1.36.0 // indirect
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
go.opentelemetry.io/otel/trace v1.36.0 // indirect
go.opentelemetry.io/otel/metric v1.40.0 // indirect
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
go.opentelemetry.io/otel/trace v1.40.0 // indirect
Comment thread
coderabbitai[bot] marked this conversation as resolved.
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/mod v0.30.0 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/term v0.39.0 // indirect
golang.org/x/text v0.34.0 // indirect
golang.org/x/term v0.38.0 // indirect
golang.org/x/text v0.32.0 // indirect
golang.org/x/time v0.9.0 // indirect
golang.org/x/tools v0.41.0 // indirect
golang.org/x/tools v0.39.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
google.golang.org/grpc v1.72.2 // indirect
google.golang.org/protobuf v1.36.8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
google.golang.org/grpc v1.79.3 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.31.0-alpha.3 // indirect
k8s.io/apiserver v0.36.0-alpha.0 // indirect
k8s.io/component-helpers v0.36.0-alpha.0 // indirect
k8s.io/controller-manager v0.36.0-alpha.0 // indirect
k8s.io/apiextensions-apiserver v0.35.2 // indirect
k8s.io/apiserver v0.35.2 // indirect
k8s.io/component-helpers v0.35.2 // indirect
k8s.io/controller-manager v0.35.2 // indirect
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b // indirect
k8s.io/kms v0.36.0-alpha.0 // indirect
k8s.io/kms v0.35.2 // indirect
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
Expand Down
Loading