Skip to content

Tags: chestack/cloud-provider-openstack

Tags

v1.24.1

Toggle v1.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cinder-csi-plugin] Remove downstream from probe (kubernetes#1904) (k…

…ubernetes#1906)

Remove all sorts of downstream dependency on cinder from probe. Probe is
the one called by the liveness sidecar to determine the health of the
csi plugin. Including downstream services in a health check can result
in unfortunate behavior in cluster. For example, over and over restarts
of daemonsets/deployments just because the downstream api is not
available at the moment... e.g. because of a maintenance.

On the other hand, just because the downstream api is available doesn't
tell us anything about whether or not the downstream works as expected.
Therefore there are facilities in place that reports errors when they
happen all over the place.

Co-authored-by: Christoph Glaubitz <c.glaubitz@syseleven.de>

v1.24.0

Toggle v1.24.0's commit message
Release for cloud-provider-openstack to support Kubernetes release 1.…

…24.0

openstack-manila-csi-1.5.0

Toggle openstack-manila-csi-1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update images and charts to v1.24.0 (kubernetes#1878)

openstack-cloud-controller-manager-1.3.0

Toggle openstack-cloud-controller-manager-1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update images and charts to v1.24.0 (kubernetes#1878)

openstack-cinder-csi-2.2.0

Toggle openstack-cinder-csi-2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update images and charts to v1.24.0 (kubernetes#1878)

v1.24.0-alpha.3

Toggle v1.24.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
read version from github ref (kubernetes#1873)

v1.24.0-alpha.2

Toggle v1.24.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix on push tags (kubernetes#1872)

v1.24.0-alpha.1

Toggle v1.24.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for Authentication Dependencies for Application Credentials (kube…

…rnetes#1854)

This patch extend the authentication configuration by the possibility to use
application credentials.

fix_auth_dependencies_for_application_credentials

Signed-off-by: Sven Haardiek <sven.haardiek@uni-muenster.de>

openstack-cinder-csi-1.3.9

Toggle openstack-cinder-csi-1.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cinder-csi-plugin] Remove redundant imagePullPolicy (kubernetes#1784)

* [cinder-csi-plugin] Remove redundant imagePullPolicy

Fixes:
kubernetes#1598

...as done for cinder-csi-plugin chart version 1.4.x in:
https://github.com/kubernetes/cloud-provider-openstack/pull/1602/files

...but now for cinder-csi-plugin chart version 1.3.x.

Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>

* Ran ./hack/update-gofmt.sh

Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>

* Buffer os.Signal to avoid test error

To fix test error:

   pkg/autohealing/cmd/root.go:81:3: misuse of unbuffered os.Signal
   channel as argument to signal.Notify

As done in newer branches in:
commit 043de59 / PR kubernetes#1632

Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>

v1.23.1

Toggle v1.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix the service account name (kubernetes#1767)

Co-authored-by: Lingxian Kong <anlin.kong@gmail.com>