Skip to content

Commit 06d5c94

Browse files
committed
Bump version from Makefile to 1.1.1
[noissue]
1 parent c92e8bd commit 06d5c94

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.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@v4
2525
with:
2626
repository: pulp/pulp-operator
27-
ref: 1.0.1
27+
ref: 1.1.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.1.0
6+
VERSION ?= 1.1.1
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
@@ -64,14 +64,14 @@ metadata:
6464
capabilities: Full Lifecycle
6565
categories: Integration & Delivery
6666
containerImage: quay.io/pulp/pulp-operator:v1.0.0
67-
createdAt: "2025-09-18T18:00:01Z"
67+
createdAt: "2025-10-21T17:04:01Z"
6868
description: Pulp is a platform for managing repositories of software packages
6969
and making them available to a large number of consumers.
7070
metadata.annotations.support: Community
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
74-
name: pulp-operator.v1.1.0
74+
name: pulp-operator.v1.1.1
7575
namespace: placeholder
7676
spec:
7777
apiservicedefinitions: {}
@@ -1195,7 +1195,7 @@ spec:
11951195
valueFrom:
11961196
fieldRef:
11971197
fieldPath: metadata.annotations['olm.targetNamespaces']
1198-
image: quay.io/pulp/pulp-operator:v1.1.0
1198+
image: quay.io/pulp/pulp-operator:v1.1.1
11991199
livenessProbe:
12001200
httpGet:
12011201
path: /healthz
@@ -1441,4 +1441,4 @@ spec:
14411441
name: pulp-redis
14421442
- image: docker.io/library/postgres:13
14431443
name: pulp-postgres
1444-
version: 1.1.0
1444+
version: 1.1.1

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.1.0
16+
newTag: v1.1.1

0 commit comments

Comments
 (0)