Releases: operator-framework/operator-lifecycle-manager
Releases · operator-framework/operator-lifecycle-manager
0.10.0
Install
Scripted
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.10.0/install.sh -o install.sh
chmod +x install.sh
./install.sh 0.10.0
Manual
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.10.0/crds.yaml
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.10.0/olm.yaml
Change Log
0.10.0 (2019-05-22)
Closed issues:
- Operator lifecycle manager and operator-sdk connection #862
- I am getting error while installing OLM #854
- Generated Subscriptions should have an owner reference to created Subscription #832
- replaces meta data for operator will throw fatal error when no previous version of operator is found. #831
- Operator catalog is created but now shown in the OLM UI #822
- After it be installed the URL to connect/use it should be informed to the user #785
- Add 'operatorgroups' to edit and view clusterroles #743
- upstream deployment: olm pod keeps crashing #714
Other changes:
- bump version to 0.10.0 #865 (jpeeler)
- (refactor) Move csv set and replace to a package #860 (tkashem)
- fix(unit): Remove leftover println causing excessive log in unit test #859 (dinhxuanvu)
- fix(run_console_loca): Fix command and improve output message #858 (camilamacedo86)
- test(olm): test role aggregation for aggregate apiservices #856 (ecordell)
- fix(unit): TestUpdate no longer flakes #855 (ecordell)
- chore(deploy): fix release scripts #852 (ecordell)
- fix(operatorgroup): No targetNamespaces matched namespace selector #851 (dinhxuanvu)
- Bug 1705649: fix olm-operators tolerations #850 (ravisantoshgudimetla)
- fix(deploy): add missing descriptions to manifests #848 (jpeeler)
- fix(catalog): fix issue where subscriptions sometimes get "stuck" #847 (ecordell)
- fix(deploy): add missing descriptions #845 (jpeeler)
- Add Termination Message to Failing OLM Pods #844 (alecmerdler)
- Fix tolerations #843 (ravisantoshgudimetla)
- fix(catalog): Fix subscriptions without a sourceNamespace hang forever #839 (dinhxuanvu)
- fix(resolver): fixes a bug where resolved dependent subscriptions don't #838 (ecordell)
- Refactor to avoid cache races #837 (jpeeler)
- Set limit on length of Status.Conditions of a csv #836 (tkashem)
- Fix gRPC registry pod recreation #835 (njhale)
- Support semver ranges of versions to skip in the head of a channel #834 (ecordell)
- test(e2e): wait for deployment to exist in csv replacement test #833 (ecordell)
- Always set LastTransitionTime in OperatorStatusCondition #830 (soltysh)
- Revert "chore(cvo): remove ClusterOperator from manifests" #828 (ecordell)
- fix(olm): Fix the issue with missing events due to rate limit #827 (dinhxuanvu)
- chore(cvo): remove ClusterOperator from manifests #826 (ecordell)
- Add node-selector annotation to namespace #824 (ravisantoshgudimetla)
- chore(cvo): update openshift/api so that OperatorFailing is changed to OperatorDegraded #823 (ecordell)
- Add validation details for
spec.maturity
field #821 (tlwu2013) - Subscription Status InstallPlan References #820 (njhale)
- Add priorityClassName #817 (jianzhangbjz)
- Update catalog if image changes #816 (ecordell)
- feat(packageserver): add additional info to package server output #813 (ecordell)
- feat(rbac): restrict permissions for namespace admins #812 (ecordell)
- chore(cvo): report progressing=true if the version has updated #811 (ecordell)
- add logging and separate muxer for metrics #809 (jpeeler)
- fix(catalog): recreate registry pods when deleted #807 (njhale)
- documentation: Fix a few typos. #806 (marcoderama)
- Garbage Collection for OperatorGroup RBAC #795 (alecmerdler)
- fix(olm): generate aggregated clusterroles for ownnamespace operatorgroups correctly #794 (ecordell)
- Fixing indentation for spec field #787 (bergerhoffer)
- Add support for Windows WSL in run_console_local.sh #768 (leszko)
- fix the labels.provider of packagemanifest issue #766 (jianzhangbjz)
- fix(deployment): Clean up orphaned deployments #759 (dinhxuanvu)
- Add Provided APIs to PackageManifest #754 (alecmerdler)
- Fix small typo. [#751](https://g...
0.9.0
Quick Install
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.9.0/olm.yaml
Change Log
0.9.0 (2019-04-11)
Implemented enhancements:
- feat(packageserver): support apps.redhat.com and operators.coreos.com #788 (njhale)
- fix(metrics): add service monitor config #682 (jpeeler)
Fixed bugs:
- fix(annotation): don't annotate deployments that aren't owned by a CSV #792 (ecordell)
- fix(packageserver): add struct tags to PackageManifestList #791 (njhale)
- fix(olm): use hashes for provided api labels #778 (ecordell)
Closed issues:
- git add issue #797
- Unable to install the latest version on minishift #780
- scripts/install_local.sh: upstream-operators.catalogsource.yaml not written correctly #772
- flag provided but not defined: -writeStatusName #770
- ClusterServiceVersion Status: Failed #769
- Upstream quickstart and latest manifests should deploy same OLM image #747
Other changes:
- Fix modules #805 (njhale)
- Cut Release 0.9.0 #802 (alecmerdler)
- Bump OLM Release Version to 0.9.0 #801 (alecmerdler)
- Update Kubernetes dependencies to 1.12.7 #793 (jpeeler)
- chore(build): build binaries locally and load them into containers #777 (ecordell)
- chore(catalog): add ClusterOperator status for catalog operator #776 (ecordell)
- chore(deploy): set priorityclass on olm pods #775 (ecordell)
- chore(api): bump operatorgroup and packagemanifest to v1 #774 (ecordell)
- chore(manifests): recut 0.8.1 #771 (njhale)
- docs(subscriptions): add improved sub status proposal #741 (njhale)
0.8.1
Change Log
0.8.1 (2019-03-20)
Implemented enhancements:
- Grant namespace list to global operators #764 (ecordell)
- feat(csv): requeue csvs on change to CRDs #763 (njhale)
- Add upstream catalog #762 (ecordell)
- refactor(images): use operator-framework namespace for all olm images #752 (njhale)
- clusteroperator: Report when OLM reaches "level" and check syncs #748 (smarterclayton)
- feat(test): adds CSV phase reporting for package server #745 (jpeeler)
- Add minKubeVersion validation to templates #739 (dinhxuanvu)
- OperatorGroup expansion/contraction #736 (ecordell)
- docs(operatorgroups): add more extensive docs #721 (njhale)
- add all-in-one yaml and helper script #720 (dmesser)
- feat(csv): allow use verb in permissions #717 (ecordell)
- Add Graceful Shutdown to PackageManifest Server #711 (alecmerdler)
- feat(catalogsource): allow grpc source types that don't require an image #709 (njhale)
- remove minishift support #704 (leseb)
- fix(packagemanifest): Add InstallModes info from CSV to PackageManifest #697 (dinhxuanvu)
- fix(installplans): add ability to apply Services #674 (njhale)
- test(validation): add test to verify OLM can use bundles with CRDs with min/max fields #672 (njhale)
- test(catalog): add e2e test to verify configmap changes are detected #670 (ecordell)
- fix(operatorgroups): write out CSV status on OperatorGroup issues #669 (njhale)
- Add minimum kube version to CSV & check it against server version #663 (dinhxuanvu)
- Watch all namespaces in local setup by removing watchedNamespaces in local-values #657 (chancez)
- Write cluster operator status after successful startup (attempt #2) #652 (jpeeler)
- Consume Operator Registry from PackageManifest Server #650 (njhale)
- update codegen for 2019 #646 (jcantrill)
- test(catalog): add an e2e test verifying that the rh-operators catalog starts #643 (ecordell)
- feat(csv): add installmodes to CSV spec #640 (njhale)
- feat(resolver): take all subscriptions into account when resolving #638 (ecordell)
- Requeue subscriptions on catalogsource change #633 (ecordell)
- Add view permissions for CRDs on provided APIs #618 (ecordell)
- Require pluralname for APIServiceDefinitions in CSVs #617 (ecordell)
- Verify CRD's condition to ensure it's registered with k8s API (rebased) #614 (jpeeler)
- chore(release): switch image-reference tag to operator-lifecycle-manager #612 (ecordell)
- feat(package-server): create subscription manifest #609 (njhale)
- use quay.io vs registry.reg-aws.openshift.com #608 (jboyd01)
- feat(ci): remove e2e tests from gitlab #602 (ecordell)
- feat(package-server): self-host package-server with CSV #594 (njhale)
- test(csv): use mock-ext-server for owned apiservice e2e test #593 (njhale)
- Add operator namespace #591 (jpeeler)
- Don't process CSVs without operatorgroup #589 (ecordell)
- Adding description to package manifest object #587 (galletti94)
- Propagate Labels from
CatalogSource
toPackageManifests
#576 (alecmerdler) - Make use a valid clusterPermissions rule verb #575 (wongma7)
- Create role bindings for operator service accounts #571 (ecordell)
- feat(olm): use cache listers in olm-operator #569 (njhale)
- Operator group follow ups #568 (jpeeler)
- feat(mocks): generate fakes and mocks in a container #564 (njhale)
- Remove ns annotator #563 (ecordell)
- Create registry pods for ConfigMap CatalogSources #556 (ecordell)
- Switch to go modules #554 (ecordell)
- feat(make): add e2e command for running from ci-operator #552 (ecordell)
- Add test case for supporting multi-version CRD #548 (dinhxuanvu)
- Verify Native APIs Present for ClusterServiceVersion #541 (alecmerdler)
- feat(csv): detect req and dep change in succeeded/failed phases #536 (njhale)
- Add
assign
verb to csv crd #531 (eriknelson) - Emit Kubernetes Events for ClusterServiceVersion [#530](...