Skip to content

Commit

Permalink
Prepare for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yersan committed Aug 20, 2024
1 parent b2b3828 commit 3e8e109
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 11 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,8 @@ endif
.PHONY: bundle
bundle: manifests kustomize operator-sdk ## Generate bundle manifests and metadata, then validate generated files.
$(OPERATOR_SDK) generate kustomize manifests --interactive=false -q
cd config/manager && $(KUSTOMIZE) edit set image controller=$(IMG)
cd config/manager && $(KUSTOMIZE) edit set image controller=$(IMG) && cd ../..
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate bundle $(BUNDLE_GEN_FLAGS)
$(OPERATOR_SDK) bundle validate ./bundle

.PHONY: bundle-build
bundle-build: ## Build the bundle image.
Expand Down
37 changes: 29 additions & 8 deletions config/manifests/bases/wildfly-operator.clusterserviceversion.yaml
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.0.0
createdAt: "2022-03-08T08:00:00Z"
containerImage: quay.io/wildfly/wildfly-operator:1.1.0
createdAt: "2024-05-10T00:00:00Z"
description: Operator that deploys and manages Java applications running on WildFly.
operators.operatorframework.io/builder: operator-sdk-v1.22.0
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.0.0
name: wildfly-operator.v1.1.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -191,7 +191,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: wildfly-operator
image: quay.io/wildfly/wildfly-operator:1.0.0
image: quay.io/wildfly/wildfly-operator:1.1.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -226,6 +226,27 @@ spec:
terminationGracePeriodSeconds: 10
permissions:
- rules:
- apiGroups:
- ""
- coordination.k8s.io
resources:
- configmaps
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -335,11 +356,11 @@ spec:
- email: [email protected]
name: WildFly Community
maturity: alpha
minKubeVersion: 1.24.0
minKubeVersion: 1.25.0
provider:
name: WildFly
replaces: wildfly-operator.v0.5.6
replaces: wildfly-operator.v1.0.0
selector:
matchLabels:
operated-by: wildfly-operator
version: 1.0.0
version: 1.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
containerImage: quay.io/wildfly/wildfly-operator:1.1.0
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.0
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
Expand Down

0 comments on commit 3e8e109

Please sign in to comment.