From 105d17ac931bd6547250cec6581f84b65293fac9 Mon Sep 17 00:00:00 2001 From: krestomatio-cibot Date: Thu, 14 Dec 2023 21:07:15 +0000 Subject: [PATCH] chore(release): 0.5.51 [skip.ci] --- CHANGELOG.md | 6 +----- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2559aca..a97614d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,5 @@ ## Changes -### Documentation - -* add about section (Job Céspedes Ortiz) - ### Chores -* update: bump collection krestomatio.k8s 0.3.57 (krestomatio-cibot) +* update: bump collection krestomatio.k8s 0.3.58 (krestomatio-cibot) diff --git a/Makefile b/Makefile index 0c3fbcb..f09fecc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PROJECT_SHORTNAME ?= moodle -VERSION ?= 0.5.49 +VERSION ?= 0.5.51 COLLECTION_VERSION ?= 0.3.58 OPERATOR_TYPE ?= ansible PROJECT_TYPE ?= $(OPERATOR_TYPE)-operator diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 268cf32..b7d89f8 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -17,4 +17,4 @@ configMapGenerator: images: - name: controller newName: quay.io/krestomatio/moodle-operator - newTag: 0.5.49 + newTag: 0.5.51