Skip to content

Commit

Permalink
- Patch version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjzazuet committed Aug 25, 2024
1 parent ffba334 commit 97ba0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bl-k8s-rt/src/main/java/io/vacco/beleth/rt/BlKubeRt.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void commit(String packageName) {
.map(Object::toString)
.collect(toList());
if (!d.isEmpty()) {
log.info("Skipping cluster managed resource {} derived from\n{}", res, join("\n", d));
log.info("Skipping cluster managed resource {}, derived from\n{}", res, join("\n", d));
} else {
kubeApi.delete(res);
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins { id("io.vacco.oss.gitflow") version "1.0.1" apply(false) }
subprojects {
apply(plugin = "io.vacco.oss.gitflow")
group = "io.vacco.beleth"
version = "0.4.0"
version = "0.4.1"

configure<io.vacco.oss.gitflow.GsPluginProfileExtension> {
sharedLibrary(true, false)
Expand Down

0 comments on commit 97ba0d9

Please sign in to comment.