0.10.1
版本发布时间: 2019-06-20 03:00:36
operator-framework/operator-lifecycle-manager最新发布版本:v0.29.0(2024-10-25 16:30:06)
Install
Scripted
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.10.1/install.sh -o install.sh
chmod +x install.sh
./install.sh 0.10.1
Manual
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.10.1/crds.yaml
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.10.1/olm.yaml
0.10.1 (2019-06-05)
Closed issues:
- Unable to install the olm #882
- Doc for defining x-descriptors #808
- Api server backed resources missing permissions #804
- Seeing a consistent pattern of warnings installing OLM on OS3 cluster #803
- Localhost:9000 can't be accessed #800
- Unable to see operators after install/deploy the OML by following the installation guide #784
- Pull configmap-operator-registry from quay org "operator-framework" not "operatorframework" in 0.8.1 and master #779
- "no matches for kind" error during OLM installation #746
- need ability to specify roleRef in permissions #732
- none of the deployment works with okd 3.11 #715
- Subscription stuck at Upgrading #700
- Getting started guide does not work #677
- Installation sometimes fails #558
- Unhelpful "RequirementsNotMet" message when attempting to deploy Template Service Broker Operator CSV #543
Other changes:
- Bump release version to 0.10.1 #887 (dinhxuanvu)
- Add Internal types for operators.coreos.com API group #877 (njhale)
- Documentation: Fix a few typos #876 (marcoderama)
- feat(install): Add new install scripts for releases, update release #875 (ecordell)
- Change Global Catalog Namespace for OpenShift #871 (alecmerdler)
- fix(operatorgroup): Remove namespaces requirement for opgroup status #869 (dinhxuanvu)
- docs(release): add basic steps for making release #867 (jpeeler)
- update manifests to 0.10.0 #866 (jpeeler)
- chore(deps): bump kube deps to 1.14 #864 (ecordell)
- fix(catalog): close grpc connections before deleting them #861 (ecordell)
* This Change Log was automatically generated by github_changelog_generator
1、 crds.yaml 46.16KB
2、 install.sh 1.17KB
3、 olm.yaml 9.57KB