Skip to content

Commit

Permalink
[RELEASE] Updated project version to 1.0.0-alpha-3
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa committed May 6, 2020
1 parent b04f379 commit e0eeb36
Show file tree
Hide file tree
Showing 59 changed files with 66 additions and 70 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -20,12 +20,13 @@ Usage:
# ./scripts/changelog.sh semanticVersionNumber [linkLabelStartNumber]
./scripts/extract-changelog-for-version.sh 1.3.37 5
```
### 1.0.0-SNAPSHOT
### 1.0.0-alpha-3 (2020-05-06)
* Fix #167: Add CMD for wildfly based applications
* Added Webapp Wildfly maven quickstart
* Fix #171: OpenShift pull secret not picked up without registry auth configuration
* Fix #171: Customized Quarkus application quick start
* Fix #101: Removed Openshift specific functionality from Kubernetes Maven Plugin
* Fix #178: Bump kubernetes-client from 4.9.1 to 4.10.1

### 1.0.0-alpha-2 (2020-04-24)
* Fix #130: Updated HelmMojo documentation
Expand Down
4 changes: 2 additions & 2 deletions jkube-kit/build/api/pom.xml
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>jkube-kit-build-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>

<name>JKube Kit :: Build :: API</name>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/build/service/docker/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/common-maven/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/common/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/config/image/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/config/resource/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/config/service/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions jkube-kit/doc/pom.xml
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>jkube-kit-doc</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<packaging>jar</packaging>

<name>JKube Kit :: Documentation</name>
Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/enricher/api/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/enricher/generic/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/enricher/specific/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/generator/api/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/generator/java-exec/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/generator/karaf/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/generator/webapp/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/generator/wildfly-swarm/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/jkube-kit-openliberty/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>jkube-kit-parent</artifactId>
<groupId>org.eclipse.jkube</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/jkube-kit-quarkus/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>jkube-kit-parent</artifactId>
<groupId>org.eclipse.jkube</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/jkube-kit-spring-boot/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>jkube-kit-parent</artifactId>
<groupId>org.eclipse.jkube</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/jkube-kit-thorntail-v2/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/jkube-kit-vertx/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>jkube-kit-parent</artifactId>
<groupId>org.eclipse.jkube</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/parent/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions jkube-kit/pom.xml
Expand Up @@ -18,13 +18,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>jkube-kit-build</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<packaging>pom</packaging>

<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/profile/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>jkube-kit-parent</artifactId>
<groupId>org.eclipse.jkube</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/resource/helm/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/watcher/api/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/watcher/standard/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
1 change: 1 addition & 0 deletions kubernetes-maven-plugin/README.md
Expand Up @@ -54,6 +54,7 @@ To enable kubernetes maven plugin on your project just add this to the plugins s

| KMP | Kubernetes 1.17.0 | Kubernetes 1.12.0 | Kubernetes 1.11.0 | Kubernetes 1.10.0 | Kubernetes 1.9.0 | Kubernetes 1.8.0 | Kubernetes 1.7.0 | Kubernetes 1.6.0 | Kubernetes 1.5.1 | Kubernetes 1.4.0 |
|----------------------|----------------------------|----------------------------|----------------------------|-------------------|------------------|------------------|------------------|------------------|------------------|------------------|
| KMP 1.0.0-alpha-3 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
| KMP 1.0.0-alpha-2 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
| KMP 1.0.0-alpha-1 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
| KMP 0.2.0 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/doc/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>kubernetes-maven-plugin-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -10,14 +10,11 @@ ifeval::["{goal-prefix}" == "k8s"]
|===
| KMP | Kubernetes 1.17.0 | Kubernetes 1.14.2 | Kubernetes 1.12.2 | Kubernetes 1.11.0 | Kubernetes 1.10.0 | Kubernetes 1.9.0 | Kubernetes 1.8.0 | Kubernetes 1.7.0 | Kubernetes 1.6.0 | Kubernetes 1.5.1 | Kubernetes 1.4.0

| KMP 1.0.0-alpha-3 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓
| KMP 1.0.0-alpha-2 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓

| KMP 1.0.0-alpha-1 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓

| KMP 0.2.0 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓

| KMP 0.1.1 | x | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓

| KMP 0.1.0 | x | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓

|===
Expand All @@ -36,14 +33,11 @@ ifeval::["{goal-prefix}" == "oc"]
|===
| OMP | OpenShift 4.2.0 | OpenShift 3.11.0 | OpenShift 3.10.0 | OpenShift 3.9.0 | OpenShift 3.7.0 | OpenShift 3.6.0 | OpenShift 3.5.0 | OpenShift 1.4.1

| OMP 1.0.0-alpha-3 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x
| OMP 1.0.0-alpha-2 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x

| OMP 1.0.0-alpha-1 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x

| OMP 0.2.0 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x

| OMP 0.1.1 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x

| OMP 0.1.0 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x

|===
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/it/pom.xml
Expand Up @@ -26,7 +26,7 @@ for running a single test.
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>kubernetes-maven-plugin-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/plugin/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>kubernetes-maven-plugin-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion openshift-maven-plugin/it/pom.xml
Expand Up @@ -26,7 +26,7 @@ for running a single test.
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>openshift-maven-plugin-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion openshift-maven-plugin/plugin/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>openshift-maven-plugin-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion openshift-maven-plugin/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -19,7 +19,7 @@

<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<packaging>pom</packaging>
<description>JKube</description>
<name>JKube</name>
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/kit/docker-image/pom.xml
Expand Up @@ -20,7 +20,7 @@

<groupId>org.eclipse.jkube.quickstarts.kit</groupId>
<artifactId>docker-image</artifactId>
<version>1.0.0-alpha-2</version>
<version>1.0.0-alpha-3</version>
<name>Eclipse JKube :: Quickstarts :: Kit :: Docker Image</name>
<packaging>jar</packaging>

Expand Down

0 comments on commit e0eeb36

Please sign in to comment.