Skip to content

Commit

Permalink
Next is 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yersan committed Nov 25, 2024
1 parent 7766021 commit f5a0f6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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.1.1
VERSION ?= 1.1.2

# The higher Go version expected to be used
REQUIRED_GO_MAJOR_VERSION := 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ metadata:
capabilities: Seamless Upgrades
categories: Application Runtime
certified: "false"
containerImage: quay.io/wildfly/wildfly-operator:1.1.1
containerImage: quay.io/wildfly/wildfly-operator:1.1.2
createdAt: "2024-05-10T00:00:00Z"
description: Operator that deploys and manages Java applications running on WildFly.
operators.operatorframework.io/builder: operator-sdk-v1.25.4
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/wildfly/wildfly-operator
support: WildFlyServer
name: wildfly-operator.v1.1.1
name: wildfly-operator.v1.1.2
namespace: placeholder
spec:
customresourcedefinitions:
Expand Down Expand Up @@ -382,8 +382,8 @@ spec:
minKubeVersion: 1.25.0
provider:
name: WildFly
replaces: wildfly-operator.v1.1.0
replaces: wildfly-operator.v1.1.1
selector:
matchLabels:
operated-by: wildfly-operator
version: 1.1.1
version: 1.1.2
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

var (
// Version represents the software version of the WildFly Operator
Version = "1.1.1"
Version = "1.1.2"
)

0 comments on commit f5a0f6d

Please sign in to comment.