Skip to content

Commit

Permalink
release: v0.0.28 released, prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Sep 22, 2023
1 parent 04fbebe commit c077c5c
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ Please try it out and share your opinion, but use at your own risk.
<dependency>
<groupId>com.marcnuri.yakc</groupId>
<artifactId>kubernetes-api</artifactId>
<version>0.0.27</version>
<version>0.0.28</version>
</dependency>
<dependency>
<groupId>com.marcnuri.yakc</groupId>
<artifactId>kubernetes-client</artifactId>
<version>0.0.27</version>
<version>0.0.28</version>
</dependency>
</dependencies>
```
#### Gradle
```groovy
dependencies {
implementation 'com.marcnuri.yakc:kubernetes-api:0.0.27'
implementation 'com.marcnuri.yakc:kubernetes-client:0.0.27'
implementation 'com.marcnuri.yakc:kubernetes-api:0.0.28'
implementation 'com.marcnuri.yakc:kubernetes-client:0.0.28'
}
```
#### List all Pods
Expand Down
14 changes: 7 additions & 7 deletions quickstarts/access-cluster-from-pod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ mvn clean package
[INFO] Scanning for projects...
[INFO]
[INFO] -------< com.marcnuri.yakc.quickstarts:access-cluster-from-pod >--------
[INFO] Building YAKC :: Quickstarts :: Access Cluster API from a Pod 0.0.27
[INFO] Building YAKC :: Quickstarts :: Access Cluster API from a Pod 0.0.28
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ access-cluster-from-pod ---
Expand All @@ -58,7 +58,7 @@ $ mvn clean package
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ access-cluster-from-pod ---
[INFO] Building jar: D:\00-MN\projects\manusa\yakc\quickstarts\access-cluster-from-pod\target\access-cluster-from-pod-0.0.27.jar
[INFO] Building jar: D:\00-MN\projects\manusa\yakc\quickstarts\access-cluster-from-pod\target\access-cluster-from-pod-0.0.28.jar
[INFO]
[INFO] --- spring-boot-maven-plugin:2.3.0.RELEASE:repackage (repackage) @ access-cluster-from-pod ---
[INFO] Replacing main artifact with repackaged archive
Expand All @@ -69,9 +69,9 @@ $ mvn clean package
[INFO] k8s: Building Docker image in Kubernetes mode
[INFO] k8s: Running generator spring-boot
[INFO] k8s: spring-boot: Using Docker image fabric8/java-centos-openjdk8-jdk:1.5.6 as base / builder
[INFO] k8s: [quickstarts/access-cluster-from-pod:0.0.27] "spring-boot": Created docker-build.tar in 551 milliseconds
[INFO] k8s: [quickstarts/access-cluster-from-pod:0.0.27] "spring-boot": Built image sha256:2d7e1
[INFO] k8s: [quickstarts/access-cluster-from-pod:0.0.27] "spring-boot": Removed old image sha256:3aaa4
[INFO] k8s: [quickstarts/access-cluster-from-pod:0.0.28] "spring-boot": Created docker-build.tar in 551 milliseconds
[INFO] k8s: [quickstarts/access-cluster-from-pod:0.0.28] "spring-boot": Built image sha256:2d7e1
[INFO] k8s: [quickstarts/access-cluster-from-pod:0.0.28] "spring-boot": Removed old image sha256:3aaa4
[INFO]
[INFO] --- kubernetes-maven-plugin:1.1.0:resource (jkube) @ access-cluster-from-pod ---
[INFO] k8s: Running generator spring-boot
Expand Down Expand Up @@ -102,7 +102,7 @@ e.g `curl $(minikube service --url access-cluster-from-pod)/deployments/access-c

```shell script
$ curl $(minikube service --url access-cluster-from-pod)/deployments/access-cluster-from-pod/logs
2020-05-03T03:10:43.977274092Z [access-cluster-from-pod-76db69cc56-gnmtd] - exec java -javaagent:/opt/agent-bond/agent-bond.jar=jolokia{{host=0.0.0.0}},jmx_exporter{{9779:/opt/agent-bond/jmx_exporter_config.yml}} -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:+ExitOnOutOfMemoryError -cp . -jar /deployments/access-cluster-from-pod-0.0.27.jar
2020-05-03T03:10:43.977274092Z [access-cluster-from-pod-76db69cc56-gnmtd] - exec java -javaagent:/opt/agent-bond/agent-bond.jar=jolokia{{host=0.0.0.0}},jmx_exporter{{9779:/opt/agent-bond/jmx_exporter_config.yml}} -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:+ExitOnOutOfMemoryError -cp . -jar /deployments/access-cluster-from-pod-0.0.28.jar
2020-05-03T03:10:44.021250749Z [access-cluster-from-pod-76db69cc56-gnmtd] - OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one, then you should configure the number of parallel GC threads appropriately using -XX:ParallelGCThreads=N
2020-05-03T03:10:44.523717612Z [access-cluster-from-pod-76db69cc56-gnmtd] - I> No access restrictor found, access to any MBean is allowed
2020-05-03T03:10:44.63848559Z [access-cluster-from-pod-76db69cc56-gnmtd] - Jolokia: Agent started with URL http://172.17.0.6:8778/jolokia/
Expand All @@ -115,7 +115,7 @@ $ curl $(minikube service --url access-cluster-from-pod)/deployments/access-clus
2020-05-03T03:10:48.350110937Z [access-cluster-from-pod-76db69cc56-gnmtd] - =========|_|==============|___/=/_/_/_/
2020-05-03T03:10:48.352006628Z [access-cluster-from-pod-76db69cc56-gnmtd] - :: Spring Boot :: (v2.3.0.RELEASE)
2020-05-03T03:10:48.352489888Z [access-cluster-from-pod-76db69cc56-gnmtd] -
2020-05-03T03:10:48.87126487Z [access-cluster-from-pod-76db69cc56-gnmtd] - 2020-05-03 03:10:48.863 INFO 1 --- [ main] c.m.y.q.AccessClusterFromPodApplication : Starting AccessClusterFromPodApplication v0.0.27 on access-cluster-from-pod-76db69cc56-gnmtd with PID 1 (/deployments/access-cluster-from-pod-0.0.27.jar started by jboss in /deployments)
2020-05-03T03:10:48.87126487Z [access-cluster-from-pod-76db69cc56-gnmtd] - 2020-05-03 03:10:48.863 INFO 1 --- [ main] c.m.y.q.AccessClusterFromPodApplication : Starting AccessClusterFromPodApplication v0.0.28 on access-cluster-from-pod-76db69cc56-gnmtd with PID 1 (/deployments/access-cluster-from-pod-0.0.28.jar started by jboss in /deployments)
2020-05-03T03:10:48.874298908Z [access-cluster-from-pod-76db69cc56-gnmtd] - 2020-05-03 03:10:48.873 INFO 1 --- [ main] c.m.y.q.AccessClusterFromPodApplication : No active profile set, falling back to default profiles: default
2020-05-03T03:10:53.442496122Z [access-cluster-from-pod-76db69cc56-gnmtd] - 2020-05-03 03:10:53.441 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2020-05-03T03:10:53.488753251Z [access-cluster-from-pod-76db69cc56-gnmtd] - 2020-05-03 03:10:53.488 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/access-cluster-from-pod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.marcnuri.yakc.quickstarts</groupId>
<artifactId>access-cluster-from-pod</artifactId>
<version>0.0.27</version>
<version>0.0.28</version>
<name>YAKC :: Quickstarts :: Access Cluster API from a Pod</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/crd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.marcnuri.yakc.quickstarts</groupId>
<artifactId>crd</artifactId>
<version>0.0.27</version>
<version>0.0.28</version>
<name>YAKC :: Quickstarts :: Custom Resource Definition</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions quickstarts/jbang/CronJobs.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.6.1
//DEPS com.marcnuri.yakc:kubernetes-client:0.0.27
//DEPS com.marcnuri.yakc:kubernetes-api:0.0.27
//DEPS com.marcnuri.yakc:kubernetes-client:0.0.28
//DEPS com.marcnuri.yakc:kubernetes-api:0.0.28

import com.marcnuri.yakc.api.ClientErrorException;
import com.marcnuri.yakc.api.batch.v1.BatchV1Api;
Expand Down
4 changes: 2 additions & 2 deletions quickstarts/jbang/Deployments.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.6.1
//DEPS com.marcnuri.yakc:kubernetes-client:0.0.27
//DEPS com.marcnuri.yakc:kubernetes-api:0.0.27
//DEPS com.marcnuri.yakc:kubernetes-client:0.0.28
//DEPS com.marcnuri.yakc:kubernetes-api:0.0.28

import com.marcnuri.yakc.KubernetesClient;
import com.marcnuri.yakc.api.ClientErrorException;
Expand Down
4 changes: 2 additions & 2 deletions quickstarts/jbang/EndpointSlices.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.6.1
//DEPS com.marcnuri.yakc:kubernetes-client:0.0.27
//DEPS com.marcnuri.yakc:kubernetes-api:0.0.27
//DEPS com.marcnuri.yakc:kubernetes-client:0.0.28
//DEPS com.marcnuri.yakc:kubernetes-api:0.0.28

import com.marcnuri.yakc.KubernetesClient;
import com.marcnuri.yakc.api.ClientErrorException;
Expand Down
4 changes: 2 additions & 2 deletions quickstarts/jbang/StatefulSets.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.6.1
//DEPS com.marcnuri.yakc:kubernetes-client:0.0.27
//DEPS com.marcnuri.yakc:kubernetes-api:0.0.27
//DEPS com.marcnuri.yakc:kubernetes-client:0.0.28
//DEPS com.marcnuri.yakc:kubernetes-api:0.0.28

import com.marcnuri.yakc.KubernetesClient;
import com.marcnuri.yakc.api.ClientErrorException;
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/pod-exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.marcnuri.yakc.quickstarts</groupId>
<artifactId>pod-exec</artifactId>
<version>0.0.27</version>
<version>0.0.28</version>
<name>YAKC :: Quickstarts :: Pod Exec</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/pod-logs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.marcnuri.yakc.quickstarts</groupId>
<artifactId>pod-logs</artifactId>
<version>0.0.27</version>
<version>0.0.28</version>
<name>YAKC :: Quickstarts :: Pod Logs</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/pods/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.marcnuri.yakc.quickstarts</groupId>
<artifactId>pods</artifactId>
<version>0.0.27</version>
<version>0.0.28</version>
<name>YAKC :: Quickstarts :: Pods</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/quarkus-dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.marcnuri.yakc.quickstarts</groupId>
<artifactId>quarkus-kubernetes-dashboard</artifactId>
<version>0.0.27</version>
<version>0.0.28</version>
<name>YAKC :: Quickstarts :: Quarkus Kubernetes Dashboard</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/top-nodes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.marcnuri.yakc.quickstarts</groupId>
<artifactId>top-nodes</artifactId>
<version>0.0.27</version>
<version>0.0.28</version>
<name>YAKC :: Quickstarts :: Top Nodes</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion shared.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
}

project.group = 'com.marcnuri.yakc'
project.version = '0.0.28'
project.version = '0.0.29'

repositories {
jcenter()
Expand Down

0 comments on commit c077c5c

Please sign in to comment.