Skip to content

Commit

Permalink
[RELEASE] Prepare for next development iteration
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa committed Sep 1, 2022
1 parent d6e6cc3 commit 0d8bafc
Show file tree
Hide file tree
Showing 150 changed files with 156 additions and 152 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
@@ -1,9 +1,8 @@
## CHANGELOG

### 6.1.1 (2022-09-01)
### 6.2-SNAPSHOT

#### Bugs
fix #4373: NO_PROXY should allow URIs with hyphens ("circleci-internal-outer-build-agent")

#### Improvements

Expand All @@ -13,6 +12,11 @@ fix #4373: NO_PROXY should allow URIs with hyphens ("circleci-internal-outer-bui

#### _**Note**_: Breaking changes in the API

### 6.1.1 (2022-09-01)

#### Bugs
fix #4373: NO_PROXY should allow URIs with hyphens ("circleci-internal-outer-build-agent")

### 6.1.0 (2022-08-31)

#### Bugs
Expand Down
2 changes: 1 addition & 1 deletion crd-generator/api/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>crd-generator-parent</artifactId>
<groupId>io.fabric8</groupId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crd-generator/apt/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>crd-generator-parent</artifactId>
<groupId>io.fabric8</groupId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crd-generator/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>crd-generator-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion crd-generator/test/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>crd-generator-parent</artifactId>
<groupId>io.fabric8</groupId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>camel-k-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>camel-k-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/mock/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>camel-k-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/model-v1/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>camel-k-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>camel-k-model-v1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/model-v1alpha1/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>camel-k-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>camel-k-model-v1alpha1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-extensions</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>camel-k-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>camel-k-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>camel-k-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/client/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>certmanager-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/examples/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>certmanager-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/mock/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>certmanager-server-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/model-v1/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>certmanager-model-v1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/model-v1alpha2/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>certmanager-model-v1alpha2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/model-v1alpha3/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>certmanager-model-v1alpha3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/model-v1beta1/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>certmanager-model-v1beta1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-extensions</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>certmanager-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/tests/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>certmanager-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/client/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>chaosmesh-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/examples/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>chaosmesh-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/mock/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>chaosmesh-server-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/model/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>chaosmesh-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>kubernetes-extensions</artifactId>
<groupId>io.fabric8</groupId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>chaosmesh</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/tests/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>chaosmesh-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>istio-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>istio-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/examples/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>istio-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>istio-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/mock/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>istio-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>istio-server-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/model-v1alpha3/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>istio-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>istio-model-v1alpha3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/model-v1beta1/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>istio-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>istio-model-v1beta1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-extensions</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>istio-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>istio-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>istio-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>knative-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/examples/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>knative-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/mock/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>knative-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/model/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>knative-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-extensions</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>knative-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>knative-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/client/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>open-cluster-management-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/examples/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>openclustermanagement-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/mock/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.1.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>open-cluster-management-server-mock</artifactId>
Expand Down

0 comments on commit 0d8bafc

Please sign in to comment.