Skip to content

Commit

Permalink
Bump version from Makefile to 1.0.0-beta.1
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
git-hyagi committed Aug 21, 2023
1 parent e6c0d98 commit d24a0a9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
with:
fetch-depth: 0
repository: pulp/pulp-operator
ref: 1.0.0-alpha.8
ref: 1.0.0-alpha.9
- name: Install Pulp CRD
run: |
make install
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WEB_IMAGE ?= quay.io/pulp/pulp-web
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 1.0.0-alpha.9
VERSION ?= 1.0.0-beta.1

# CHANNELS define the bundle channels used in the bundle.
CHANNELS = "beta"
Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/pulp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,13 +325,13 @@ metadata:
capabilities: Full Lifecycle
categories: Integration & Delivery
containerImage: quay.io/pulp/pulp-operator:devel
createdAt: "2023-08-21T15:47:03Z"
createdAt: "2023-08-21T19:14:42Z"
description: Pulp is a platform for managing repositories of software packages
and making them available to a large number of consumers.
operators.operatorframework.io/builder: operator-sdk-v1.29.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/pulp/pulp-operator
name: pulp-operator.v1.0.0-alpha.9
name: pulp-operator.v1.0.0-beta.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -3665,7 +3665,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/pulp/pulp-operator:v1.0.0-alpha.9
image: quay.io/pulp/pulp-operator:v1.0.0-beta.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -3977,4 +3977,4 @@ spec:
name: pulp-redis
- image: docker.io/library/postgres:13
name: pulp-postgres
version: 1.0.0-alpha.9
version: 1.0.0-beta.1
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/pulp/pulp-operator
newTag: v1.0.0-alpha.9
newTag: v1.0.0-beta.1
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func main() {
os.Exit(1)
}

setupLog.Info("pulp-operator version: 1.0.19-alpha.9")
setupLog.Info("pulp-operator version: 1.0.0-beta.1")
setupLog.Info("starting manager")
if err := mgr.Start(ctrl.SetupSignalHandler()); err != nil {
setupLog.Error(err, "problem running manager")
Expand Down

0 comments on commit d24a0a9

Please sign in to comment.