From af18726ed32ffafc0bcb0467a4a3de18255d533c Mon Sep 17 00:00:00 2001 From: krestomatio-cibot Date: Mon, 8 Apr 2024 02:58:45 +0000 Subject: [PATCH] chore(release): 0.6.12 [skip.ci] --- CHANGELOG.md | 4 ---- Makefile | 2 +- .../moodle-operator.clusterserviceversion.yaml | 10 +++++----- config/manager/kustomization.yaml | 2 +- docs/README.md | 8 ++++---- 5 files changed, 11 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f238c77..d9e73d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1 @@ ## Changes - -### Documentation - -* update bundle links (Job Céspedes Ortiz) diff --git a/Makefile b/Makefile index ca21284..24f6e66 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PROJECT_SHORTNAME ?= moodle -VERSION ?= 0.6.11 +VERSION ?= 0.6.12 COLLECTION_VERSION ?= 0.4.8 OPERATOR_TYPE ?= ansible PROJECT_TYPE ?= $(OPERATOR_TYPE)-operator diff --git a/bundle/manifests/moodle-operator.clusterserviceversion.yaml b/bundle/manifests/moodle-operator.clusterserviceversion.yaml index 8958fcb..f464228 100644 --- a/bundle/manifests/moodle-operator.clusterserviceversion.yaml +++ b/bundle/manifests/moodle-operator.clusterserviceversion.yaml @@ -26,8 +26,8 @@ metadata: ] capabilities: Seamless Upgrades categories: Application Runtime - containerImage: quay.io/krestomatio/moodle-operator:0.6.11 - createdAt: "2024-04-08T02:51:20Z" + containerImage: quay.io/krestomatio/moodle-operator:0.6.12 + createdAt: "2024-04-08T02:58:17Z" description: |- This operator simplifies Moodle deployments in Kubernetes by leveraging the Ansible Operator SDK for automation @@ -38,7 +38,7 @@ metadata: operatorframework.io/arch.amd64: supported operatorframework.io/arch.arm64: supported operatorframework.io/os.linux: supported - name: moodle-operator.v0.6.11 + name: moodle-operator.v0.6.12 namespace: placeholder spec: apiservicedefinitions: {} @@ -325,7 +325,7 @@ spec: env: - name: ANSIBLE_GATHERING value: explicit - image: quay.io/krestomatio/moodle-operator:0.6.11 + image: quay.io/krestomatio/moodle-operator:0.6.12 livenessProbe: httpGet: path: /healthz @@ -421,4 +421,4 @@ spec: provider: name: Krestomatio url: https://krestomatio.com - version: 0.6.11 + version: 0.6.12 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c669182..40e26ba 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -4,6 +4,6 @@ resources: images: - name: controller newName: quay.io/krestomatio/moodle-operator - newTag: 0.6.11 + newTag: 0.6.12 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/docs/README.md b/docs/README.md index a8cf31e..81716db 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,13 +25,13 @@ For deploying and managing Moodle instances on Kubernetes. The operator leverage 1. **Install Operator:** ```bash # Ensure prerequisites are met -kubectl apply -k https://github.com/krestomatio/moodle-operator/config/default?ref=v0.6.11 +kubectl apply -k https://github.com/krestomatio/moodle-operator/config/default?ref=v0.6.12 ``` 2. **Configure Moodle Instance:** -- Download and modify [this sample](https://raw.githubusercontent.com/krestomatio/moodle-operator/v0.6.11/config/samples/m4e_v1alpha1_moodle.yaml) file to reflect your specific database connection details and any additional configuration options. This file defines the desired state for your Moodle instance. +- Download and modify [this sample](https://raw.githubusercontent.com/krestomatio/moodle-operator/v0.6.12/config/samples/m4e_v1alpha1_moodle.yaml) file to reflect your specific database connection details and any additional configuration options. This file defines the desired state for your Moodle instance. ```bash -curl -sSL 'https://raw.githubusercontent.com/krestomatio/moodle-operator/v0.6.11/config/samples/m4e_v1alpha1_moodle.yaml' -o m4e_v1alpha1_moodle.yaml +curl -sSL 'https://raw.githubusercontent.com/krestomatio/moodle-operator/v0.6.12/config/samples/m4e_v1alpha1_moodle.yaml' -o m4e_v1alpha1_moodle.yaml # modify m4e_v1alpha1_moodle.yaml ``` @@ -70,7 +70,7 @@ kubectl delete -f m4e_v1alpha1_moodle.yaml 2. **Uninstall Operator:** ```bash -kubectl delete -k https://github.com/krestomatio/moodle-operator/config/default?ref=v0.6.11 +kubectl delete -k https://github.com/krestomatio/moodle-operator/config/default?ref=v0.6.12 ``` ## Configuration