Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosedp committed Jan 9, 2025
1 parent 5f5fde0 commit c1482a6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= 0.5.0
VERSION ?= 0.5.1
# VERSION ?= $(shell git describe --tags | sed 's/^v//') # Use this to get the latest tag
# Previous Operator version
PREV_VERSION ?= $(shell git describe --abbrev=0 --tags $(shell git rev-list --tags --skip=1 --max-count=1) | sed 's/^v//')
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The main users for this operator is enterprise deployments or clusters composed
Apply the operator manifest into the cluster:

```sh
kubectl apply -f https://github.com/carlosedp/lbconfig-operator/raw/v0.5.0/manifests/deploy.yaml
kubectl apply -f https://github.com/carlosedp/lbconfig-operator/raw/v0.5.1/manifests/deploy.yaml
```

This creates the operator Namespace, CRD and deployment using the latest container version. The container image is built for `amd64`, `arm64`, `ppc64le` and `s390x` architectures.
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/lbconfig-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ metadata:
capabilities: Auto Pilot
categories: Networking
certified: "false"
containerImage: quay.io/carlosedp/lbconfig-operator:v0.5.0
createdAt: "2025-01-09T14:05:00Z"
containerImage: quay.io/carlosedp/lbconfig-operator:v0.5.1
createdAt: "2025-01-09T14:07:12Z"
description: Manage External Load Balancers allowing creation/update for VIPs
and Servers dynamically via API.
k8sMaxVersion: ""
Expand All @@ -107,7 +107,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
repository: https://github.com/carlosedp/lbconfig-operator
support: https://github.com/carlosedp/lbconfig-operator
name: lbconfig-operator.v0.5.0
name: lbconfig-operator.v0.5.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -438,7 +438,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/carlosedp/lbconfig-operator:v0.5.0
image: quay.io/carlosedp/lbconfig-operator:v0.5.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -533,4 +533,4 @@ spec:
provider:
name: Carlos Eduardo de Paula
selector: {}
version: 0.5.0
version: 0.5.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/carlosedp/lbconfig-operator
newTag: v0.5.0
newTag: v0.5.1
2 changes: 1 addition & 1 deletion manifests/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/carlosedp/lbconfig-operator:v0.5.0
image: quay.io/carlosedp/lbconfig-operator:v0.5.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit c1482a6

Please sign in to comment.