Skip to content

Commit

Permalink
Merge pull request #68 from crobby/rhods1016branch
Browse files Browse the repository at this point in the history
Update from master and move manifests reference to v1.0.16
  • Loading branch information
Chad Roberts authored Jul 1, 2021
2 parents 81e66d7 + d2b636f commit cb25e94
Show file tree
Hide file tree
Showing 8 changed files with 419 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
## Release 1.0.1 (2021-02-18T20:31:05)
### Features
* Update .thoth.yaml

## Release 1.0.4 (2021-03-11T19:17:30)
### Bug Fix
* Rebase the version string with latest release (#104)

Expand All @@ -34,3 +36,7 @@
## Release 1.0.11 (2021-05-05T19:58:47)
### Improvements
* Add community operator release v1.0.10

## Release 1.1.0 (2021-06-21T01:41:47)
### Improvements
* Add OLM files for v1.1.0 release
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ metadata:
}
}
]
capabilities: Basic Install
capabilities: Deep Insights
categories: AI/Machine Learning, Big Data
description: "Open Data Hub Operator for deployment and management of Open Data Hub and Kubeflow on OpenShift"
support: Open Data Hub
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: kfdefs.kfdef.apps.kubeflow.org
labels:
component: opendatahub-operator
spec:
group: kfdef.apps.kubeflow.org
names:
kind: KfDef
listKind: KfDefList
plural: kfdefs
singular: kfdef
scope: Namespaced
subresources:
status: {}
validation:
openAPIV3Schema:
description: KfDef is the Schema for the kfdefs API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: KfDefSpec defines the desired state of KfDef
type: object
status:
description: KfDefStatus defines the observed state of KfDef
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
annotations:
operators.operatorframework.io.bundle.mediatype.v1: "registry+v1"
operators.operatorframework.io.bundle.manifests.v1: "manifests/"
operators.operatorframework.io.bundle.metadata.v1: "metadata/"
operators.operatorframework.io.bundle.package.v1: "opendatahub-operator"
operators.operatorframework.io.bundle.channels.v1: "stable,rolling,beta"
operators.operatorframework.io.bundle.channel.default.v1: "stable"
5 changes: 5 additions & 0 deletions deploy/olm-catalog/opendatahub/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
# Use `replaces-mode` or `semver-mode`. Once you switch to `semver-mode`, there is no easy way back.
updateGraph: replaces-mode
reviewers:
- lavlas
- nakfour
- crobby
- vpavlin
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""opendatahub operator."""


__version__ = "1.0.11"
__version__ = "1.1.0"

0 comments on commit cb25e94

Please sign in to comment.