From 756e37d624215b94cd7863085eebd3717586b72f Mon Sep 17 00:00:00 2001 From: Philipp Pixel Date: Fri, 13 Jan 2023 09:18:04 +0100 Subject: [PATCH] Bump version; update changelog --- CHANGELOG.md | 6 +++++- pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a43b5..7e60f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.61.0](https://github.com/cloudogu/ces-build-lib/releases/tag/1.61.0) - 2023-01-13 ### Added - Add output from `kubectl describe` in the summary of the k8s resources in k3d. #94 - + - these resources will be collected afterwards: + - configmap, deployment, ingress, ingressclass, persistentvolume, persistentvolumeclaim, pod, replicaset, secret, service, statefulset + ## [1.60.1](https://github.com/cloudogu/ces-build-lib/releases/tag/1.60.1) - 2022-12-01 ### Fixed - Incorrect usage of parameters makes currently used feature of installing and performing a setup unusable. diff --git a/pom.xml b/pom.xml index ca1c530..05393be 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.cloudogu.ces ces-build-lib ces-build-lib - 1.60.1 + 1.61.0 UTF-8