Skip to content

Commit 0c3f4c6

Browse files
committed
Bump version from Makefile to 2.0.0
[noissue]
1 parent c84c975 commit 0c3f4c6

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v5
2525
with:
2626
repository: pulp/pulp-operator
27-
ref: 1.1.0
27+
ref: 1.3.0
2828
- name: Build bundle image
2929
run: make bundle-build bundle-push BUNDLE_IMG=localhost:5001/pulp-operator-bundle:old
3030
- name: Install the operator

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 1.3.0
6+
VERSION ?= 2.0.0
77
DATE := $(shell date '+%Y%m%d')
88
BUILD_VERSION := $(VERSION)-$(DATE)
99

bundle/manifests/pulp-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ metadata:
6565
capabilities: Full Lifecycle
6666
categories: Integration & Delivery
6767
containerImage: quay.io/pulp/pulp-operator:v1.0.0
68-
createdAt: "2026-03-10T13:08:55Z"
68+
createdAt: "2026-03-17T12:18:57Z"
6969
description: Pulp is a platform for managing repositories of software packages
7070
and making them available to a large number of consumers.
7171
operators.operatorframework.io/builder: operator-sdk-v1.31.0
7272
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
7373
repository: https://github.com/pulp/pulp-operator
7474
support: Community
75-
name: pulp-operator.v1.3.0
75+
name: pulp-operator.v2.0.0
7676
namespace: placeholder
7777
spec:
7878
apiservicedefinitions: {}
@@ -1251,7 +1251,7 @@ spec:
12511251
valueFrom:
12521252
fieldRef:
12531253
fieldPath: metadata.annotations['olm.targetNamespaces']
1254-
image: quay.io/pulp/pulp-operator:v1.3.0
1254+
image: quay.io/pulp/pulp-operator:v2.0.0
12551255
livenessProbe:
12561256
httpGet:
12571257
path: /healthz
@@ -1509,4 +1509,4 @@ spec:
15091509
name: pulp-redis
15101510
- image: docker.io/library/postgres:15
15111511
name: pulp-postgres
1512-
version: 1.3.0
1512+
version: 2.0.0

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: quay.io/pulp/pulp-operator
16-
newTag: v1.3.0
16+
newTag: v2.0.0

0 commit comments

Comments
 (0)