From 06a90b01edc9e9e12a1d6826f78c20a77bcfb9cd Mon Sep 17 00:00:00 2001 From: krestomatio-cibot Date: Mon, 8 Apr 2024 04:37:08 +0000 Subject: [PATCH] chore(release): 0.4.7 [skip.ci] --- CHANGELOG.md | 4 ---- Makefile | 2 +- .../manifests/nfs-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 16b592a..d9e73d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1 @@ ## Changes - -### Bug Fixes - -* add test in bundle (Job Céspedes Ortiz) diff --git a/Makefile b/Makefile index d612380..644ea42 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PROJECT_SHORTNAME ?= nfs -VERSION ?= 0.4.6 +VERSION ?= 0.4.7 COLLECTION_VERSION ?= 0.4.8 OPERATOR_TYPE ?= ansible PROJECT_TYPE ?= $(OPERATOR_TYPE)-operator diff --git a/bundle/manifests/nfs-operator.clusterserviceversion.yaml b/bundle/manifests/nfs-operator.clusterserviceversion.yaml index 3dd9cc8..2ca34dc 100644 --- a/bundle/manifests/nfs-operator.clusterserviceversion.yaml +++ b/bundle/manifests/nfs-operator.clusterserviceversion.yaml @@ -21,8 +21,8 @@ metadata: ] capabilities: Seamless Upgrades categories: Storage - containerImage: quay.io/krestomatio/nfs-operator:0.4.6 - createdAt: "2024-04-08T04:31:15Z" + containerImage: quay.io/krestomatio/nfs-operator:0.4.7 + createdAt: "2024-04-08T04:36:42Z" description: |- This operator simplifies NFS Ganesha deployments in Kubernetes by leveraging the Ansible Operator SDK for automation @@ -33,7 +33,7 @@ metadata: operatorframework.io/arch.amd64: supported operatorframework.io/arch.arm64: supported operatorframework.io/os.linux: supported - name: nfs-operator.v0.4.6 + name: nfs-operator.v0.4.7 namespace: placeholder spec: apiservicedefinitions: {} @@ -257,7 +257,7 @@ spec: env: - name: ANSIBLE_GATHERING value: explicit - image: quay.io/krestomatio/nfs-operator:0.4.6 + image: quay.io/krestomatio/nfs-operator:0.4.7 livenessProbe: httpGet: path: /healthz @@ -352,4 +352,4 @@ spec: provider: name: Krestomatio url: https://krestomatio.com - version: 0.4.6 + version: 0.4.7 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index d1e6d95..0baf305 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -4,6 +4,6 @@ resources: images: - name: controller newName: quay.io/krestomatio/nfs-operator - newTag: 0.4.6 + newTag: 0.4.7 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/docs/README.md b/docs/README.md index 87ba099..aff7feb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,13 +19,13 @@ This operator simplifies deployment and management of NFSv4 Ganesha servers with 1. **Install Operator:** ```bash # Ensure prerequisites are met -kubectl apply -k https://github.com/krestomatio/nfs-operator/config/default?ref=v0.4.6 +kubectl apply -k https://github.com/krestomatio/nfs-operator/config/default?ref=v0.4.7 ``` 2. **Configure NFS Instance:** -- Download and modify [this sample](https://raw.githubusercontent.com/krestomatio/nfs-operator/v0.4.6/config/samples/nfs_v1alpha1_ganesha.yaml) file to reflect your specific instance. This file defines the desired configuration for your NFS Ganesha deployment. +- Download and modify [this sample](https://raw.githubusercontent.com/krestomatio/nfs-operator/v0.4.7/config/samples/nfs_v1alpha1_ganesha.yaml) file to reflect your specific instance. This file defines the desired configuration for your NFS Ganesha deployment. ```bash -curl -sSL 'https://raw.githubusercontent.com/krestomatio/nfs-operator/v0.4.6/config/samples/nfs_v1alpha1_ganesha.yaml' -o nfs_v1alpha1_ganesha.yaml +curl -sSL 'https://raw.githubusercontent.com/krestomatio/nfs-operator/v0.4.7/config/samples/nfs_v1alpha1_ganesha.yaml' -o nfs_v1alpha1_ganesha.yaml # modify nfs_v1alpha1_ganesha.yaml ``` @@ -56,7 +56,7 @@ kubectl delete -f nfs_v1alpha1_ganesha.yaml 2. **Uninstall Operator:** ```bash -kubectl delete -k https://github.com/krestomatio/nfs-operator/config/default?ref=v0.4.6 +kubectl delete -k https://github.com/krestomatio/nfs-operator/config/default?ref=v0.4.7 ``` ## Configuration