Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Create new v2.8.2 release
Browse files Browse the repository at this point in the history
Using node v2.8.2
  • Loading branch information
Ricardo-Osorio committed Aug 17, 2022
1 parent ecac4bc commit d23f4ee
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0
RELATED_IMAGE_CSIV1_EXTERNAL_SNAPSHOTTER=quay.io/k8scsi/csi-snapshotter:v4.0.0
RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.2
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.8.2-4
RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.8.2
RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.8
RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v0.0.4
RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0
RELATED_IMAGE_CSIV1_EXTERNAL_SNAPSHOTTER=quay.io/k8scsi/csi-snapshotter:v4.0.0
RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.2
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.8.2-4
RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.8.2
RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.8
RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v0.0.4
RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VERSION defines the project version for the bundle.
VERSION ?= 2.8.2-beta.2
VERSION ?= 2.8.2

# MIN_KUBE_VERSION is the build flag of minimum Kubernetes version.
MIN_KUBE_VERSION ?= 1.19.0
Expand All @@ -22,10 +22,10 @@ BUNDLE_PACKAGE_NAME ?= --package=storageosoperator
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL) $(BUNDLE_PACKAGE_NAME)

# Image URL to use all building/pushing image targets
OPERATOR_IMAGE ?= storageos/operator:v2.8.2-beta.2
OPERATOR_IMAGE ?= storageos/operator:v$(VERSION)

# Image URL for manifest image.
MANIFESTS_IMAGE ?= storageos/operator-manifests:v2.8.2-beta.2
MANIFESTS_IMAGE ?= storageos/operator-manifests:v$(VERSION)

LD_FLAGS = -X main.SupportedMinKubeVersion=$(MIN_KUBE_VERSION)

Expand All @@ -47,7 +47,7 @@ EXTERNAL_ATTACHER_IMAGE ?= quay.io/k8scsi/csi-attacher:v3.1.0
EXTERNAL_RESIZER_IMAGE ?= quay.io/k8scsi/csi-resizer:v1.1.0
EXTERNAL_SNAPSHOTTER_IMAGE ?= quay.io/k8scsi/csi-snapshotter:v4.0.0
INIT_IMAGE ?= storageos/init:v2.1.2
NODE_IMAGE ?= soegarots/node:v2-release-v2.8.2-4
NODE_IMAGE ?= storageos/node:v2.8.2
NODE_MANAGER_VERSION ?= v0.0.8
NODE_MANAGER_IMAGE ?= storageos/node-manager:$(NODE_MANAGER_VERSION)
NODE_MANAGER_MANIFESTS_IMAGE ?= storageos/node-manager-manifests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
RELATED_IMAGE_NODE_MANAGER: storageos/node-manager:v0.0.8
RELATED_IMAGE_PORTAL_MANAGER: storageos/portal-manager:v1.0.6
RELATED_IMAGE_STORAGEOS_INIT: storageos/init:v2.1.2
RELATED_IMAGE_STORAGEOS_NODE: soegarots/node:v2-release-v2.8.2-4
RELATED_IMAGE_STORAGEOS_NODE: storageos/node:v2.8.2
RELATED_IMAGE_UPGRADE_GUARD: storageos/upgrade-guard:v0.0.4
kind: ConfigMap
metadata:
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/storageosoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/storageos/operator
support: StorageOS, Inc
name: storageosoperator.v2.8.2-beta.2
name: storageosoperator.v2.8.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -870,7 +870,7 @@ spec:
envFrom:
- configMapRef:
name: storageos-related-images
image: storageos/operator:v2.8.2-beta.2
image: storageos/operator:v2.8.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -957,7 +957,7 @@ spec:
selector:
matchLabels:
operated-by: storageosoperator
version: 2.8.2-beta.2
version: 2.8.2
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ kind: Kustomization
images:
- name: controller
newName: storageos/operator
newTag: v2.8.2-beta.2
newTag: v2.8.2
2 changes: 1 addition & 1 deletion config/manager/related_images_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RELATED_IMAGE_CSIV1_EXTERNAL_ATTACHER_V3=quay.io/k8scsi/csi-attacher:v3.1.0
RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0
RELATED_IMAGE_CSIV1_EXTERNAL_SNAPSHOTTER=quay.io/k8scsi/csi-snapshotter:v4.0.0
RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.2
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.8.2-4
RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.8.2
RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.8
RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v0.0.4
RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion e2e/kuttl/operator-deployment-1.19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ kindConfig: e2e/kind/kind-config-1.19.yaml
startKIND: true
kindNodeCache: true
kindContainers:
- storageos/operator:v2.8.2-beta.2
- storageos/operator:v2.8.2
timeout: 800
2 changes: 1 addition & 1 deletion e2e/kuttl/operator-deployment-1.20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ kindConfig: e2e/kind/kind-config-1.20.yaml
startKIND: true
kindNodeCache: true
kindContainers:
- storageos/operator:v2.8.2-beta.2
- storageos/operator:v2.8.2
timeout: 800
2 changes: 1 addition & 1 deletion e2e/kuttl/operator-deployment-1.21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ kindConfig: e2e/kind/kind-config-1.21.yaml
startKIND: true
kindNodeCache: true
kindContainers:
- storageos/operator:v2.8.2-beta.2
- storageos/operator:v2.8.2
timeout: 800
2 changes: 1 addition & 1 deletion e2e/kuttl/operator-deployment-1.22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ kindConfig: e2e/kind/kind-config-1.22.yaml
startKIND: true
kindNodeCache: true
kindContainers:
- storageos/operator:v2.8.2-beta.2
- storageos/operator:v2.8.2
timeout: 800
2 changes: 1 addition & 1 deletion e2e/kuttl/operator-deployment-1.23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ kindConfig: e2e/kind/kind-config-1.23.yaml
startKIND: true
kindNodeCache: true
kindContainers:
- storageos/operator:v2.8.2-beta.2
- storageos/operator:v2.8.2
timeout: 800
2 changes: 1 addition & 1 deletion hack/generate-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ kindConfig: e2e/kind/kind-config-${major}.yaml
startKIND: true
kindNodeCache: true
kindContainers:
- storageos/operator:v2.8.2-beta.2
- storageos/operator:v2.8.2
timeout: 800
EOF

Expand Down

0 comments on commit d23f4ee

Please sign in to comment.