Releases: operator-framework/operator-lifecycle-manager
Releases · operator-framework/operator-lifecycle-manager
v0.16.1
Install
Scripted
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.16.1/install.sh -o install.sh
chmod +x install.sh
./install.sh 0.16.1
Manual
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.16.1/crds.yaml
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.16.1/olm.yaml
Change Log
0.16.1 (2020-09-04)
Other changes:
0.16.1 (2020-09-03)
Closed issues:
- Issue Installing OLM in Openshift Namespace #1683
- Evicted CatalogSource pod causes failure #1677
- Unable to use OLM to create operator in kubernetes native cluster #1660
- An old version of a dependent package is installed #1620
- Can't recreate operator if the installplan exist in 4.4 #1570
- What is the significance of "internalversion" package? Is it advisable to use it? #1527
- Leader election for olm-operator and catalog-operator #1405
- How to make operator installation method in OCP 4.2+ compatible with OCP 4.1 #1320
- Question: optional dependency #819
Other changes:
- Bump OLM Version #1749 (awgreene)
- Update OWNERS #1739 (kevinrizza)
- Bug 1872080: Updating Dockerfile baseimages to mach ocp-build-data config #1738 (openshift-bot)
- Bug 1869523: Fix nodeSelector subscription config override #1728 (awgreene)
- Update Owners file #1727 (awgreene)
- Bug 1868497: Fix install plan creation for subscriptions that omit channel. #1725 (benluddy)
- Bug 1861636: fix(operator): re-adopt manually disowned crds #1721 (njhale)
- Bug 1861605: Update manifests to include the bug fix #1720 (simrandhaliw)
- Add Total Test Number to report #1717 (Bowenislandsong)
- Bug 1860035: Fix SubscriptionConfig NodeSelector field #1716 (awgreene)
- Bug 1867169: Fix stale content in configmap due to stale bundle image in the node #1715 (dinhxuanvu)
- Bug 1861605: Reduce length of explanation of status of Operator resource #1713 (simrandhaliw)
- Add Catalog Source priority for dependency resolution #1706 (Bowenislandsong)
- Remove spurious check for duplicate operators in resolver. #1702 (benluddy)
- feat(resolver): filtering deprecated bundles in resolver #1699 (dinhxuanvu)
- chore(clean): Remove legacy resolver #1696 (ecordell)
- change default catalog to index image #1695 (dmesser)
- Enable the Operator API by default #1694 (njhale)
- Remove unnecessary ENV directives from base.Dockerfile. #1692 (benluddy)
- feat(resolver): Add label dependency type to new resolver #1687 (dinhxuanvu)
- Bug 1860185: fix(install): account for installplans when calculating generation #1684 (njhale)
- Remove unneeded toleration from catalog source pod #1680 (kramvan1)
- Rebuild busybox operator index image #1678 (awgreene)
- feat(operator): adopt referenced installplans #1661 (njhale)
- [metrics] Dependency resolution metrics #1657 (anik120)
- New SAT-based dependency resolver #1652 (ecordell)
- Add Conversion Webhook support for OLM #1649 (simrandhaliw)
- Bug 1853601: use server-side-apply for catalog source pod update #1624 (ankitathomas)
- add InstallplanApproval (automatic/manual) to OLM metrics #1613 (konsotirop)
v0.15.1
Install
Scripted
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.15.1/install.sh -o install.sh
chmod +x install.sh
./install.sh 0.15.1
Manual
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.15.1/crds.yaml
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.15.1/olm.yaml
Changelog
0.15.1 (2020-05-21)
Other changes:
0.15.0
Note: During the 0.15.0 release publication of olm, an error resulted in post-0.15.0 changes being built into the 0.15.0 release image, and therefore this release is being recalled. Please use the 0.15.1 release, or any release before 0.15.0 instead.
Change Log
0.15.0 (2020-05-19)
Closed issues:
- Is it possible install an operator to a specific namespace via olm? #1490
- InstallPlan/Update spam with multiple catalogsources containing different operator versions #1471
- How to communicate with application registry without OperatorSource #1450
- [Best Practise] How to release a product with operator #1427
- [Best Practise] Airgap install operators #1420
- [Best Practise] How to define channel name when certify my operator for RH #1409
- Tit #1384
- Stop working on my device immediately. #1376
- OLM fails to install packageserver with FailedDiscoveryCheck error #1368
- Docs: Clarification opportunities in the Architecture document #1346
- When delete CSV and subscription, how to make operator waiting for its CR deleted #1302
- Deploy Operator through OLM that selects only one namespace #1297
- Unable to specify ImagePullSecrets for private registry in ClusterServiceVersion #1294
- How to deliver fixpak for operand (operator instance) #1287
- Add optional flag for having CSV's owned by their Subscription. #1283
- Patch releases needed for CVE to remove unneeded major release churn (0.13.1?) #1269
- There is error reported during olm installation #1155
- Expected handling of minor release updates #1124
- Can't install APIService that doesn't introduce a new Kind #1122
- how to shutdown operator instance when last subscription is removed? #1088
- catalog-operator no version tags for configmap-operator-registry image #1045
- What is the Security guidelines for OLM fixing known CVEs? #1036
- Support for K8S 1.16 CRD API V1 Changes #1034
- Configuring deployment limits and environment #999
- Make fails when GOPATH contains more than one entry #956
- The CRD for the ClusterServiceVersion is missing field #930
- Restricting visibility of specific CRDs to some namespaces #734
- Api service certificates are created for each api group #727
- There seems to be no proper way to uninstall #557
Other changes:
- Bug 1812019: PackageManifests should include Keywords #1520 (awgreene)
- Bug 1833426: Update Webhook E2E Namespace Labels #1515 (awgreene)
- Bug 1834136: fix(queues): use a single gc queue #1513 (njhale)
- Bug 1833419: Detect WebhookDescription changes in CSVs #1509 (awgreene)
- Bump OLM version to 0.15.0 #1503 (anik120)
- Bug 1830031: Update OLM to use UID for OG Labels #1496 (awgreene)
- Bug 1826446: (fix) Admission Webhook names must be unique #1489 (awgreene)
- Bug 1818788: Fix Operator Generation code #1483 (awgreene)
- Bug 1825330: support creating v1beta CRDs to avoid data loss #1470 (exdx)
- (Rebased disc)^2 #1468 (njhale)
- Switch api definitions to operator-framework/api #1464 (ecordell)
- chore(deps): bump to kube 1.18 #1462 (ecordell)
- Fix failing E2E bundle unpacking test. #1460 (benluddy)
- Add an operator cache for use by the resolver. #1458 (benluddy)
- fix: add empty go file to packge to fix make verify #1455 (exdx)
- Regenerate the chart embedded in the test installer as needed. #1454 (benluddy)
- Fix upstream image build #1452 (njhale)
- Added Github workflow for running e2e tests #1451 (harishsurf)
- feat: support secrets from bundle #1447 (exdx)
- chore(docker): add kubebuilder to base image #1446 (njhale)
- fix: use busybox csv for catalog polling e2e test #1444 (exdx)
- Add BugZilla component to OWNERS file #1442 (dinhxuanvu)
- Add initial SAT solver package. #1440 (benluddy)
- Convert package manifest e2e to ginkgo test #1439 (harishsurf)
- Admission webhoooks #1436 (awgreene)
- feat: support configmap creation from the bundle #1434 (exdx)
- Convert gc_e2e_test.go to ginkgo #1429 (harishsurf)
- Modify dynamic_resource_e2e_test to ginkgo #1424 (harishsurf)
- Remove license year 2: Electric Boogaloo #1419 (njhale)
- Create APIService after API server deployment #1418 (awgreene)
...
0.14.1
Changelog
0.14.1 (2020-01-30)
Closed issues:
- [Bug] Cannot create a customresourcedefinition that has been exported via 'oc get -o yaml|json' command and then deleted #1260
Other changes:
- Bump version to 0.14.1. #1264 (benluddy)
- Bug 1796092: Update operator-registry dependency to v1.5.8. #1258 (benluddy)
- Add support for Prometheus Custom Resources #1253 (awgreene)
- Fix overly broad .gitignore pattern that was excluding a vendored pac… #1250 (benluddy)
0.14.0 (2020-01-24)
Closed issues:
- Instance creation for dependency operator #1214
- operator-framework command #1206
- validate installModes failed on OCP 4.2.0 #1204
- [Question] What does
alm
means? #1193 - Can I specify namespace in "required" operators in clusterserviceversion #1191
- using OLM with a restricted network - pod deploy via oc appy does not resolve to use mirror? #1184
- Cannot upgrade operator from v1alpha1 to v1beta1 #1180
- CSV stuck in Pending state, requirement not met on missing serviceAccount that is defined in said CSV #1174
- Cannot delete operator after delete subscription #1168
- Why setting the replicas of packageserver as 2 #1164
- OLM picks an operator dependency randomly for operators handling same resources kind provided by the same CatalogSource #1158
- installplan contains unrelated ownerReference #1153
- Security CVEs in release 0.12.0 #1121
- operatorhubio-catalog is scheduled to run on a MS Windows worker node #1119
- make run-console-local dont exists anymore #1064
- olm-operator crashes with "fatal error: concurrent map iteration and map write" #1016
- Delay of more than 10 minutes for operators to install if subscription is create right after a catalog is created #901
- local role becomes cluster role when operator is deployed. #874
- ClusterRoles with group/user subjects #786
- (doc) Link in the installation guide is not working #783
- Sync "olm" failed: no catalog sources available #740
- Link to example CSVs is incorrect #737
- OLM failed -- Tag latest not found in repository quay.io/coreos/olm #668
- Installation requirements missing #481
Other changes:
- Bump version to 0.14.0. #1248 (benluddy)
- Vendor helm, since it is used for templating manifests. #1247 (benluddy)
- Update internal objects proposal to use annotation on CSV instead of CRD #1235 (robszumski)
- adding e2e test framework for rh-operator metrics #1233 (Bowenislandsong)
- fix: typo in catalog polling doc #1232 (exdx)
- Fix IPv6 incompatibility in TestGrpcAddressCatalogSource. #1231 (benluddy)
- Remove pyjq and yq from the release documentation prereqs. #1229 (benluddy)
- Update release script to require version 3 of helm. #1228 (benluddy)
- fix: refactor catalog polling to use updateStrategy field #1226 (exdx)
- Reconcile manifests with templates. #1225 (benluddy)
- feat(packageserver): support label queries and copy CSV labels onto the package #1220 (ecordell)
- Only enable CGO for prod builds #1219 (ecordell)
- Use vendored transitive dependencies for "go run" of vendored yq. #1217 (benluddy)
- Enable CGO and CGO_DEBUG #1216 (jianzhangbjz)
- Unpack bundles #1215 (njhale)
- Bug 1791887: chore(ci): add dockerfile as a base for building in CI #1212 (ecordell)
- Bug 1785674: fix(deploy): remove resource limits #1207 (ecordell)
- Cleanup codegen #1202 (njhale)
- Bug 1783011: [release-4.3] Fix CI Unit tests. #1196 (openshift-cherrypick-robot)
- Bug 1781366: feat(resolver): fallback to csv parsing if grcp api does not contain info #1194 (ecordell)
- Corrected etcd CRD URL. #1192 (gyliu513)
- Dep is not required. #1187 (gyliu513)
- Add note for version field #1185 (clyang82)
- docs - add a mention of bundles to the README to help users find bundle info… #1176 (jmccormick2001)
- BUG: Fix CI Unit tests. #1175 (awgreene)
- fix: add err check before further operation #1173 (beautytiger)
- Added
keywords
in operator metadata. #1163 (gyliu513) - feat: catalog source polling for updated registry image #1161 ([exdx](https://g...
0.13.0
Install
Scripted
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.13.0/install.sh -o install.sh
chmod +x install.sh
./install.sh 0.13.0
Manual
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.13.0/crds.yaml
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.13.0/olm.yaml
Changelog
0.13.0 (2019-11-15)
Closed issues:
- Issue 2 #1127
- Issue 1 #1126
- Slack channel? #1117
- InstallPlans not being generated on OpenShift 3.11 with OLM 0.12.0 #1113
- MinKubeVersion error msg as a requirement can cause misunderstandings #1093
- Instances of Clusterwide CRDs are not displayed properly in InstalledOperators #1077
- CSV required CRDs are resolved from an unpredictable catalog #1076
- Missing channels from package.yaml definition #1072
- Security: new CVEs in 0.12.0 release AND in master, new fixes/release coming? #1066
- How to troubleshot what is happening with a subscription #1063
- 0.12.0 release isn't versioned correctly #1061
Other changes:
- [docs] - update release docs #1131 (gallettilance)
- [release] - version bump #1130 (gallettilance)
- Fixing doc typo #1115 (bandrade)
- Fix several flaky e2e test cases #1111 (dinhxuanvu)
- Alerts for failing OLM operators #1104 (anik120)
- feat(resolver): use provided and required apis from grpc #1101 (ecordell)
- feat(metrics) Report subscription channel #1100 (awgreene)
- feat(metrics) Limit Cardinality of CSV metrics #1099 (awgreene)
- fix: t.Fatal should be used in main goroutine #1096 (beautytiger)
- docs: Corrected CSV upgrade version. #1095 (gyliu513)
- fix(olm): No longer report status if minKubeVersion not specified #1094 (dinhxuanvu)
- fix: refresh architecture and philosophy docs for clarity purposes #1092 (Denton24646)
- Updated values.yaml location. #1089 (gyliu513)
- fix: fix particular typo in clusterserviceversion_types.go #1086 (Denton24646)
- Fix log message in resolver #1085 (ecordell)
- URL with modified manifest directory structure #1083 (sbose78)
- Bug 1762769: Prioritize APIs from same CatSrc #1080 (awgreene)
- Update Owners #1079 (alecmerdler)
- Bug 1761924: Update PackageManifest table handler #1078 (awgreene)
- bugfix: assignment to nil map will cause panic #1071 (beautytiger)
- Proposal: RelatedImages #1069 (ecordell)
- Add
apk upgrade
to upstream builder #1067 (ecordell) - Fix links to console repo for moved packages #1065 (spadgett)
- bug(install) Fix packageserver name in install.sh #1062 (awgreene)
- Bug 1758008: Manual approval strategy ignored for subsequent releases #1059 (dinhxuanvu)
- feat(subscription) Config Volume and VolumeMounts #1058 (awgreene)
- Bug: Fix olm chart #1056 (awgreene)
- feat(metrics) record CSV failures #1055 (awgreene)
- [WIP] (proposal) Make bundle accessible to a cluster #1054 (tkashem)
- Bump openshift/client-go version #1052 (njhale)
- (release) Update changelog #1051 (awgreene)
- (release) Generate manifests for 0.12.0 #1050 (awgreene)
- chore(deps): bump to kube 1.16 #1048 (ecordell)
- fix(subscriptionconfig): add missing merge struct tags #996 (njhale)
- refactor(operatorstatus): make monitor constructor variadic #995 (njhale)
- feat(scripts): add shell lib with some common helper funcs #994 (njhale)
0.12.0
Install
Scripted
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.12.0/install.sh -o install.sh
chmod +x install.sh
./install.sh 0.12.0
Manual
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.12.0/crds.yaml
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.12.0/olm.yaml
Change Log
0.12.0 (2019-09-26)
Closed issues:
- Using OLM API with another operator #1042
- Build fails because of coreos/etcd checksum mismatch #1032
- [client-go] An exception occurred when the version number contains English letters #1030
- Rolling updates nullify use of readiness probes #1028
- Feature Request: Support additional resources in ClusterServiceVersion, like StatefulSet and DaemonSet #1022
- Catalog operator consumes 9GB of memory and shows errors of unhealty clients #1015
- [Question] How the dependency feature suppose to work? #1010
- OLM creating tons of packageservers #986
- The ability to pull CatalogSource images from private docker registries #982
- install.sh (0.11.0) fails to find the the packageserver csv #981
- Service and ConfigMap specification in ClusterServiceVersion #972
- Over 10 minutes of delay for operator upgrade to initiate after CatalogSource image is updated. #947
Other changes:
- (docs) Update release.md documentation #1047 (awgreene)
- (release) cut a release for 0.12.0 #1046 (awgreene)
- Bug 1749036: fix install behavior both during and post-install permission changes #1039 (jpeeler)
- Enable vendoring on Go 1.1x #1038 (skitt)
- [release-4.1] Bug 1750867: Make packagemanifest list return all valid packages #1037 (njhale)
- chore(docs): consolidate doc directories #1033 (njhale)
- Fix broken doc links #1031 (dimitraz)
- Bug 1746811: Make packagemanifest list return all valid packages #1029 (njhale)
- Bug 1750980: feat(olm): don't calculate a patch when updating via a replacement chain #1027 (ecordell)
- Bug 1748771: Default Icon for PackageManifest Subresource #1026 (alecmerdler)
- Bug 1746159: Cleanup leftover cross-namespace OwnerReferences #1025 (njhale)
- Bug 1744245: Subscription should not point to deleted ip #1023 (tkashem)
- Bug 1748914: Drop the hard-coded DNS suffix #1019 (skitt)
- Bug 1717636: Add proper name to related objects #1018 (jpeeler)
- [CatalogSource] Set Global Catalog NS with EnvVar #1014 (awgreene)
- Bug 1741799: Remove InstallPlan Source, SourceNamespace from UX #1013 (kevinrizza)
- Bug 1717638 fix(olm): report name and group for related objects #1012 (jpeeler)
- Stop relying on pgrep -q #1011 (skitt)
- Bug 1746659: chore(deps): update grpc dependency #1009 (ecordell)
- Bug 1745626: Update GRPC libs #1008 (ecordell)
- Bug 1740332: OLM should resume operator install #1006 (tkashem)
- Bug 1744490: Add RBAC for PackageManifest Icon Subresource #1005 (alecmerdler)
- Bug 1738203: Add relatedObjects to cluster operator status #1004 (dinhxuanvu)
- Bug 1727800: Remove Icon from
PackageManifest
Resource #1002 (alecmerdler) - Bug 1744245: fix e2e failure #1001 (tkashem)
- Bug 1741475: test(e2e): Update permissions during operator upgrade #998 (ecordell)
- Readme adjustments #993 (camilamacedo86)
- fix name of dir - replace Documentation for doc #992 (camilamacedo86)
- feat(github) : Add github files #991 (camilamacedo86)
- Bug 1727800: Icon Subresource for PackageManifest #990 (alecmerdler)
- Bug 1727042: feat(operatorstatus): report packageserver as upgradeable #989 (ecordell)
- (doc) How to update operators documentation #988 (dinhxuanvu)
- fix(deploy): change local deploy to use olm namespace #987 (jpeeler)
- Proposal for PackageManifest Icon Subresource #985 (alecmerdler)
- (doc) Add deprecated CRD version procedure and note #984 (dinhxuanvu)
- Bug 1746270: Remove deprecated CRD's stored versions to allow CRD update #983 (dinhxuanvu)
- Bug 1702552: Two "NAME" fields by command "oc get catalogsource" #980 (dinhxuanvu)
- Bug 1743748: Report
Upgradeable
in ClusterOperator status #979 (openshift-cherrypick-robot) - Bug 1737057: Sub CRD does not validate config #978 (tkashem)
- Bug 1740174: fix(catalog): re-install resources in existing installplan #977 (jpeeler)
- Bug 1737156: feat(metrics): record syn...
0.11.0
Install
Scripted
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.11.0/install.sh -o install.sh
chmod +x install.sh
./install.sh 0.11.0
Manual
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.11.0/crds.yaml
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.11.0/olm.yaml
Change Log
0.11.0 (2019-07-26)
Closed issues:
- Get OLM version from cluster #935
- Is there documentation for a ClusterServiceVersion install.strategy=image? #905
- ignore #899
- Wrong steps in the Release notes (0.10.0) #895
- Ignore #894
- Unable to use OLM tool when the operator is cluster-scoped and has not the role #888
- Unable to run UI console for OLM #886
- Docs - Add a better explanation over the install commands #782
- ignore #781
Other changes:
- Bug 1732613: Follow up for pod configuration #958 (tkashem)
- test(e2e): remove extra resource comparison #938 (njhale)
- (release) cut a release for 0.11.0 #962 (tkashem)
- Bug 1732302: Fix panic when binding already exists #959 (cblecker)
- fix(manifest): fix env var projection in command #957 (ecordell)
- feat(deploy): add resource requests to all pods #955 (jpeeler)
- chore(modules): pin k8s deps to 1.14 #954 (njhale)
- feat(metrics): record sync count for Subscriptions, labeled with name and installedCSV #951 (ecordell)
- Pod configuration #950 (tkashem)
- Minor fixes #945 (jpeeler)
- Add simple benchmark for namespaced subscription resolution #943 (njhale)
- Remove package server subscription #942 (ecordell)
- proposal(operator-config): initial proposal for persisting configuration #941 (ecordell)
- 1723818: package server 4.1 to 4.2 upgrade should not fail #937 (tkashem)
- Validate existing Custom Resources against new schema prior updating #933 (dinhxuanvu)
- feat(csv): detect changes to a deployment and persist them #931 (ecordell)
- Add optional profiling #929 (njhale)
- manifests: move ServiceMonitor manifest to runlevel 90 #928 (paulfantom)
- Bug 1723818: CSV name change should not cause upgrade to fail #925 (tkashem)
- Add Subscription InstallPlan Status #923 (njhale)
- Add a target for compiling bare e2e #921 (jpeeler)
- fix(test): fixup bare test imports and vars #920 (jpeeler)
- fix(build): set GO111MODULE=on #918 (jpeeler)
- Update CHANGELOG to include changelogs from 0.10.0 and 0.10.1 #917 (dinhxuanvu)
- docs(release): add additional clarifying details #916 (jpeeler)
- Bug 1723851: fix(catalog): do not add owner references to clusterroles or crbs (4.1 cherrypick) #915 (ecordell)
- Switch to go 1.12 in the root Dockerfile #914 (ecordell)
- Add webhook proposal #913 (jpeeler)
- fix(build): don't use helm in src image #912 (ecordell)
- Add config options to QueueInformer constructors #911 (njhale)
- fix(chart): add missing descriptions to operator group #910 (jpeeler)
- allow KUBECONFIG to be set from env in run_e2e_bare.sh #909 (jpeeler)
- add -l option to $POD_MANAGER attach #907 (madorn)
- Fix PackageManifest Server Crashes #904 (alecmerdler)
- Allow CRD updates with multiple owners #902 (jpeeler)
- Bug 1691546: fix(catalog): do not add owner references to clusterroles or crbs #900 (ecordell)
- Add support for user defined ServiceAccount for OperatorGroup. #892 (tkashem)
- Change Package Server Global Namespace #890 (alecmerdler)
- make release 0.10.1 #889 (dinhxuanvu)
- repair run_console_run.sh script #885 (madorn)
- Subscription CatalogSource Status #881 (njhale)
- (proposal) Add user defined service account #880 (tkashem)
- Enable OLM to update CRD when there is only one owner of that CRD #878 (dinhxuanvu)
- Package API server monitoring #863 (tkashem)
* This Change Log was automatically generated by github_changelog_generator
0.10.1
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
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)