Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - zookeeper bundle for 23.4 #672

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ crate-hashes.json
result
image.tar

tilt_options.json
tilt_options.json

**/bundle/
**/bundle.Dockerfile
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Generate OLM bundle for Release 23.4.0 ([#672]).

### Changed

- Operator-rs: `0.40.2` -> `0.41.0` ([#673]).

[#672]: https://github.com/stackabletech/zookeeper-operator/pull/672
[#673]: https://github.com/stackabletech/zookeeper-operator/pull/673

## [23.4.0] - 2023-04-17
Expand Down
839 changes: 0 additions & 839 deletions deploy/olm/23.4.0-rc1/manifests/zkcluster.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions deploy/olm/23.4.0-rc1/metadata/dependencies.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -409,4 +409,4 @@ metadata:
labels:
app.kubernetes.io/name: zookeeper-operator
app.kubernetes.io/instance: zookeeper-operator
app.kubernetes.io/version: "23.4.0-rc1"
app.kubernetes.io/version: "23.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ rules:
resources:
- securitycontextconstraints
resourceNames:
- stackable-platform-scc
- stackable-products-scc
verbs:
- use
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
name: zookeeper-operator.v23.4.0-rc1
name: zookeeper-operator.v23.4.0
spec:
annotations:
support: stackable.tech
olm.properties: '[]'

# The following affect how the package is indexed at OperatorHub.io:
# https://operatorhub.io/?category=Database
# https://sdk.operatorframework.io/docs/advanced-topics/operator-capabilities/operator-capabilities/
categories: Storage
capabilities: Full Lifecycle
description: Apache Zookeeper for the Stackable platform

description: Stackable Operator for Apache ZooKeeper
repository: https://github.com/stackabletech/zookeeper-operator
containerImage: docker.stackable.tech/stackable/zookeeper-operator:23.4.0

displayName: Stackable Operator for Apache ZooKeeper
description: |-
This is a Kubernetes operator to manage [Apache ZooKeeper](https://zookeeper.apache.org/) ensembles. The Stackable Apache ZooKeeper Operator
is part of the Stackable Data Platform, a curated selection of the best open source data apps like Kafka, Druid, Trino or Spark, all
Expand All @@ -29,7 +27,6 @@ spec:

- [Commons Operator](https://github.com/stackabletech/commons-operator)
- [Secret Operator](https://github.com/stackabletech/secret-operator)
displayName: Apache Zookeeper Operator
keywords:
- zookeeper
maintainers:
Expand All @@ -39,8 +36,8 @@ spec:
provider:
name: Stackable GmbH
url: https://stackable.tech
version: 23.4.0-rc1
minKubeVersion: 1.20.0
version: 23.4.0
minKubeVersion: 1.23.0

installModes:
- supported: true
Expand Down Expand Up @@ -77,7 +74,7 @@ spec:

relatedImages:
- name: zookeeper-operator
image: docker.stackable.tech/stackable/zookeeper-operator:23.4.0-rc1
image: docker.stackable.tech/stackable/zookeeper-operator:23.4.0
install:
# strategy indicates what type of deployment artifacts are used
strategy: deployment
Expand Down Expand Up @@ -145,6 +142,7 @@ spec:
resources:
- statefulsets
verbs:
- get
- create
- delete
- list
Expand Down Expand Up @@ -228,7 +226,7 @@ spec:
containers:
- name: zookeeper-operator
securityContext: {}
image: "docker.stackable.tech/stackable/zookeeper-operator:23.4.0-rc1"
image: docker.stackable.tech/stackable/zookeeper-operator:23.4.0
imagePullPolicy: IfNotPresent
resources: {}
volumeMounts:
Expand Down
1,617 changes: 1,617 additions & 0 deletions deploy/olm/23.4.0/manifests/zkcluster.yaml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions deploy/olm/23.4.0/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
dependencies:
- type: olm.package
value:
packageName: commons-operator-package
version: "23.4.0"
- type: olm.package
value:
packageName: secret-operator-package
version: "23.4.0"