Skip to content

Commit

Permalink
[RELEASE] Updated project version to 1.0.0-alpha-4
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa committed Jun 8, 2020
1 parent 50332a7 commit 49880aa
Show file tree
Hide file tree
Showing 61 changed files with 68 additions and 65 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -20,7 +20,7 @@ Usage:
# ./scripts/changelog.sh semanticVersionNumber [linkLabelStartNumber]
./scripts/extract-changelog-for-version.sh 1.3.37 5
```
### 1.0.0-SNAPSHOT
### 1.0.0-alpha-4
* Fix #173: Use OpenShift compliant git/vcs annotations
* Fix #182: Assembly is never null
* Fix #184: IngressEnricher seems to be broken, Port of fabric8io/fabric8-maven-plugin#1730
Expand All @@ -41,7 +41,7 @@ Usage:
* Fix #224: RoleBinding Resources Not Supported by Kubernetes Cluster Configurations
* Fix #191: Removed `@Deprecated` fields from RunImageConfiguration
* Fix #233: Provided Slf4j delegate KitLogger implementation
* Fix :Watch works with complex assemblies using AssemblyFile
* Fix #234:Watch works with complex assemblies using AssemblyFile

### 1.0.0-alpha-3 (2020-05-06)
* Fix #167: Add CMD for wildfly based applications
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-4</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>jkube-kit-build-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>jkube-kit-doc</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-4 | :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-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: |
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-4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -10,6 +10,7 @@ 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-4 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓
| KMP 1.0.0-alpha-3 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓
| KMP 1.0.0-alpha-2 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓
| KMP 1.0.0-alpha-1 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓
Expand All @@ -33,6 +34,7 @@ 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-4 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x
| OMP 1.0.0-alpha-3 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x
| OMP 1.0.0-alpha-2 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x
| OMP 1.0.0-alpha-1 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | 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-4</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-4</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-4</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-4</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-4</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-4</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-4</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-SNAPSHOT</version>
<version>1.0.0-alpha-4</version>
<name>Eclipse JKube :: Quickstarts :: Kit :: Docker Image</name>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion quickstarts/maven/docker-file-provided/pom.xml
Expand Up @@ -26,7 +26,7 @@

<groupId>org.eclipse.jkube.quickstarts.maven</groupId>
<artifactId>docker-file-provided</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-4</version>
<name>Eclipse JKube :: Quickstarts :: Maven :: Docker File Provided</name>
<packaging>jar</packaging>

Expand Down

0 comments on commit 49880aa

Please sign in to comment.