This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new 9e05e4e chore(release): prepare for next development iteration
9e05e4e is described below
commit 9e05e4e7b1fd8d97eab0b0324c1e3472b5b4dec0
Author: Nicola Ferraro <[email protected]>
AuthorDate: Wed Nov 13 16:44:31 2019 +0100
chore(release): prepare for next development iteration
---
.../camel-k/1.0.0-M4-SNAPSHOT/crd-build.yaml | 54 ----------------------
.../1.0.0-M4-SNAPSHOT/crd-camel-catalog.yaml | 42 -----------------
.../1.0.0-M4-SNAPSHOT/crd-integration-kit.yaml | 49 --------------------
.../crd-integration-platform.yaml | 41 ----------------
.../camel-k/1.0.0-M4-SNAPSHOT/crd-integration.yaml | 45 ------------------
5 files changed, 231 deletions(-)
diff --git a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-build.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-build.yaml
deleted file mode 100644
index 6cad421..0000000
--- a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-build.yaml
+++ /dev/null
@@ -1,54 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-apiVersion: apiextensions.k8s.io/v1beta1
-kind: CustomResourceDefinition
-metadata:
- name: builds.camel.apache.org
- labels:
- app: "camel-k"
-spec:
- group: camel.apache.org
- scope: Namespaced
- version: v1alpha1
- names:
- kind: Build
- listKind: BuildList
- plural: builds
- singular: build
- subresources:
- status: {}
- additionalPrinterColumns:
- - name: Phase
- type: string
- description: The build phase
- JSONPath: .status.phase
- - name: Age
- type: date
- description: The time at which the build was last (re-)started
- JSONPath: .status.startedAt
- - name: Duration
- type: string
- # Change when CRD uses OpenAPI spec v3
- # https://github.com/OAI/OpenAPI-Specification/issues/845
- # format: duration
- description: The build last execution duration
- JSONPath: .status.duration
- - name: Attempts
- type: integer
- description: The number of execution attempts
- JSONPath: .status.failure.recovery.attempt
diff --git
a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-camel-catalog.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-camel-catalog.yaml
deleted file mode 100644
index 858bd0f..0000000
--- a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-camel-catalog.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-apiVersion: apiextensions.k8s.io/v1beta1
-kind: CustomResourceDefinition
-metadata:
- name: camelcatalogs.camel.apache.org
- labels:
- app: "camel-k"
-spec:
- group: camel.apache.org
- names:
- kind: CamelCatalog
- listKind: CamelCatalogList
- plural: camelcatalogs
- singular: camelcatalog
- shortNames:
- - cc
- scope: Namespaced
- version: v1alpha1
- subresources:
- status: {}
- additionalPrinterColumns:
- - name: Version
- type: string
- description: The Catalog version
- JSONPath: .spec.version
-
diff --git
a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-integration-kit.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-integration-kit.yaml
deleted file mode 100644
index 04f3e81..0000000
--- a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-integration-kit.yaml
+++ /dev/null
@@ -1,49 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-apiVersion: apiextensions.k8s.io/v1beta1
-kind: CustomResourceDefinition
-metadata:
- name: integrationkits.camel.apache.org
- labels:
- app: "camel-k"
-spec:
- group: camel.apache.org
- scope: Namespaced
- version: v1alpha1
- subresources:
- status: {}
- names:
- kind: IntegrationKit
- listKind: IntegrationKitList
- plural: integrationkits
- singular: integrationkit
- shortNames:
- - ik
- additionalPrinterColumns:
- - name: Phase
- type: string
- description: The IntegrationKit phase
- JSONPath: .status.phase
- - name: Type
- type: string
- description: The IntegrationKit type
- JSONPath: .metadata.labels.camel\.apache\.org\/kit\.type
- - name: Image
- type: string
- description: The IntegrationKit image
- JSONPath: .status.image
diff --git
a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-integration-platform.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-integration-platform.yaml
deleted file mode 100644
index 532ad86..0000000
--- a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-integration-platform.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-apiVersion: apiextensions.k8s.io/v1beta1
-kind: CustomResourceDefinition
-metadata:
- name: integrationplatforms.camel.apache.org
- labels:
- app: "camel-k"
-spec:
- group: camel.apache.org
- scope: Namespaced
- version: v1alpha1
- subresources:
- status: {}
- names:
- kind: IntegrationPlatform
- listKind: IntegrationPlatformList
- plural: integrationplatforms
- singular: integrationplatform
- shortNames:
- - ip
- additionalPrinterColumns:
- - name: Phase
- type: string
- description: The IntegrationPlatform phase
- JSONPath: .status.phase
diff --git a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-integration.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-integration.yaml
deleted file mode 100644
index 0b0f905..0000000
--- a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/crd-integration.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-apiVersion: apiextensions.k8s.io/v1beta1
-kind: CustomResourceDefinition
-metadata:
- name: integrations.camel.apache.org
- labels:
- app: "camel-k"
-spec:
- group: camel.apache.org
- scope: Namespaced
- version: v1alpha1
- subresources:
- status: {}
- names:
- kind: Integration
- listKind: IntegrationList
- plural: integrations
- singular: integration
- shortNames:
- - it
- additionalPrinterColumns:
- - name: Phase
- type: string
- description: The Integration phase
- JSONPath: .status.phase
- - name: Kit
- type: string
- description: The IntegrationKit to use
- JSONPath: .status.kit