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

Publish release 2023.10.1-rc1 #61

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 6 additions & 0 deletions .github/workflows/itest-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ jobs:
needs: build
with:
results_protocol: ${{ matrix.results_protocol }}
push:
name: Push qserv-operator image to public registry
uses: ./.github/workflows/push.yml
needs: build
secrets: inherit

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Validate the integration of `qserv-operator` with the release in CI (i.e. GHA),
```
cd <project_directory>
# RELEASE format is "<YYYY>.<M>.<i>-rc<j>"
RELEASE="2023.7.1-rc3"
RELEASE="2023.10.1-rc1"
git checkout -b $RELEASE
# Script below edit `qserv` image name in `manifests/image.yaml`, and prepare operatorHub packaging
./publish-release.sh "$RELEASE"
Expand All @@ -58,7 +58,7 @@ The above step (i.e. release publishing) must have been completed before doing t

```
make bundle
RELEASE="2023.7.1-rc3"
RELEASE="2023.10.1-rc1"
OPERATOR_SRC_DIR="$PWD"
# Clone community-operators and create a branch
gh repo clone https://github.com/lsst/community-operators.git /tmp/community-operators
Expand All @@ -83,7 +83,7 @@ gh repo view --web

If a CI test fail in PR for [community-operators](https://github.com/k8s-operatorhub/community-operators) official repository, it is possible to run it locally on a workstation using:
```
RELEASE="2023.7.1-rc3"
RELEASE="2023.10.1-rc1"
OPP_PRODUCTION_TYPE=k8s bash <(curl -sL https://raw.githubusercontent.com/redhat-openshift-ecosystem/community-operators-pipeline/ci/latest/ci/scripts/opp.sh) \
kiwi operators/qserv-operator/$RELEASE
```
Expand Down
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: qserv/qserv-operator
newTag: 2023.7.1-rc3-7-g4092d0c-dirty
newTag: 2023.10.1-rc1
8 changes: 4 additions & 4 deletions doc/install/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The operator will manage all Qserv instances across the cluster.
.. code:: sh
# Deploy qserv-operator at cluster-scope in "qserv-operator-system" namespace
RELEASE="2023.7.1-rc3"
RELEASE="2023.10.1-rc1"
kubectl apply -f https://raw.githubusercontent.com/lsst/qserv-operator/$RELEASE/manifests/operator.yaml
At namespace-scope
Expand All @@ -80,7 +80,7 @@ However, Qserv CustomResourceDefinitions (CRDs) are cluster-scoped, so a conflic
.. code:: sh
# Deploy qserv-operator at namespace-scope in "qserv-dev" namespace
RELEASE="2023.7.1-rc3"
RELEASE="2023.10.1-rc1"
NAMESPACE="qserv-dev"
curl https://raw.githubusercontent.com/lsst/qserv-operator/$RELEASE/manifests/operator-ns-scoped.yaml | sed "s/<NAMESPACE>/$NAMESPACE/" | kubectl apply -f -
Expand Down Expand Up @@ -124,7 +124,7 @@ overlay using instructions below:

.. code:: sh
RELEASE="2023.7.1-rc3"
RELEASE="2023.10.1-rc1"
git clone --depth 1 --single-branch -b "$RELEASE" https://github.com/lsst/qserv-operator
cd qserv-operator
cp -r manifests/base/ manifests/<customized-overlay>
Expand All @@ -143,7 +143,7 @@ Run Qserv integration tests
.. code:: bash
cd "$WORKDIR"
RELEASE="2023.7.1-rc3"
RELEASE="2023.10.1-rc1"
git clone --depth 1 --single-branch -b "$RELEASE" https://github.com/lsst/qserv-operator
cd qserv-operator
./tests/tools/wait-qserv-ready.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/install/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This procedure is recommended for development platform only.

.. code:: bash
RELEASE="2023.7.1-rc3"
RELEASE="2023.10.1-rc1"
git clone --depth 1 --single-branch -b "$RELEASE" https://github.com/lsst/qserv-operator
cd qserv-operator
# Install pre-requisites
Expand Down
4 changes: 2 additions & 2 deletions manifests/base/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Qserv
metadata:
name: qserv
spec:
image: qserv/lite-qserv:2023.9.1-rc1-13-g2897f841d
dbImage: qserv/lite-mariadb:2023.9.1-rc1
image: qserv/lite-qserv:2023.10.1-rc1
dbImage: qserv/lite-mariadb:2023.10.1-rc1
devel:
debuggerImage: k8sschool/debugtools:1.0.0
2 changes: 1 addition & 1 deletion manifests/operator-ns-scoped.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2935,7 +2935,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: qserv/qserv-operator:2023.7.1-rc3-6-gb8e56f1
image: qserv/qserv-operator:2023.10.1-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion manifests/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2946,7 +2946,7 @@ spec:
- --leader-elect
command:
- /manager
image: qserv/qserv-operator:2023.7.1-rc3-6-gb8e56f1
image: qserv/qserv-operator:2023.10.1-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down
Loading