Showing content from https://github.com/knative/eventing-operator/releases below:
Releases · knative/eventing-operator · GitHub
This repository was archived by the owner on Feb 22, 2022. It is now read-only.
Releases: knative/eventing-operator
Releases · knative/eventing-operator
Knative Eventing Operator release v0.14.2 Eventing Operator
This release consists of the following artifacts:
- eventing-operator.yaml: the knative/eventing-operator components, which is able to install and delete Knative Eventing v0.14.1 components with in-memory channel.
The Knative Eventing v0.14.1 artifacts, bundled within the image of eventing operator includes eventing.yaml and upgrade-to-v0.14.1.yaml.
Bug Fixes
- Restrict RBAC for Operator #109 (thanks @Cynocracy)
- Override images in env vars #152 (thanks @aliok)
- Avoid name conflict by using deployment+delimiter+container as the key #159 (thanks @houshengbo)
- Use finalizers to block CR deletion until all resources are deleted #172 (thanks @aliok)
- Reconciliation for default broker selection #186 (thanks @aliok)
Other Changes
Knative Eventing Operator release v0.14.1 Eventing Operator
This release consists of the following artifacts:
- eventing-operator.yaml: the knative/eventing-operator components, which is able to install and delete Knative Eventing v0.14.1 components with in-memory channel.
The Knative Eventing v0.14.1 artifacts, bundled within the image of eventing operator includes eventing.yaml and upgrade-to-v0.14.1.yaml.
Bug Fixes
- Restrict RBAC for Operator #109 (thanks @Cynocracy)
- Override images in env vars #152 (thanks @aliok)
- Avoid name conflict by using deployment+delimiter+container as the key #159 (thanks @houshengbo)
- Use finalizers to block CR deletion until all resources are deleted #172 (thanks @aliok)
- Reconciliation for default broker selection #186 (thanks @aliok)
Other Changes
Knative Eventing Operator release v0.14.0 Eventing Operator
This release consists of the following artifacts:
- eventing-operator.yaml: the knative/eventing-operator components, which is able to install and delete Knative Eventing v0.14.0 components with in-memory channel.
The Knative Eventing v0.14.0 artifacts, bundled within the image of eventing operator includes eventing.yaml and upgrade-to-v0.14.0.yaml.
Bug Fixes
- Restrict RBAC for Operator #109 (thanks @Cynocracy)
- Override images in env vars #152 (thanks @aliok)
- Avoid name conflict by using deployment+delimiter+container as the key #159 (thanks @houshengbo)
- Use finalizers to block CR deletion until all resources are deleted #172 (thanks @aliok)
- Reconciliation for default broker selection #186 (thanks @aliok)
Other Changes
Knative Eventing Operator release v0.13.3 Eventing Operator
This release consists of the following artifacts:
- eventing-operator.yaml: the knative/eventing-operator components, which is able to install and delete Knative Eventing v0.13.5 components with in-memory channel.
The Knative Eventing v0.13.5 artifacts eventing.yaml, the core knative/eventing components, and in-memory-channel.yaml, the InMemoryChannel CRD, have been bundled within the image of eventing operator.
Bug Fixes
- Add the registry into KnativeEventingSpec to support custom image registry #88
- Add upgrade test framework into prow #93
Other Changes
- Remove obsolete controller #133
- Log all the information in manifestival library #127
- Use ko's strict mode for better errors messages #125
- Add OLM metadata for 0.12.1 #117
- Build config consistently as per in serving #105
- Remove CRD deletion #113
Knative Eventing Operator release v0.13.2 Eventing Operator
This release consists of the following artifacts:
- eventing-operator.yaml: the knative/eventing-operator components, which is able to install and delete Knative Eventing v0.13.4 components with in-memory channel.
The Knative Eventing v0.13.4 artifacts eventing.yaml, the core knative/eventing components, and in-memory-channel.yaml, the InMemoryChannel CRD, have been bundled within the image of eventing operator.
Bug Fixes
- Add the registry into KnativeEventingSpec to support custom image registry #88
- Add upgrade test framework into prow #93
Other Changes
- Remove obsolete controller #133
- Log all the information in manifestival library #127
- Use ko's strict mode for better errors messages #125
- Add OLM metadata for 0.12.1 #117
- Build config consistently as per in serving #105
- Remove CRD deletion #113
Knative Eventing Operator release v0.13.1 Eventing Operator
This release consists of the following artifacts:
- eventing-operator.yaml: the knative/eventing-operator components, which is able to install and delete Knative Eventing v0.13.3 components with in-memory channel.
The Knative Eventing v0.13.3 artifacts eventing.yaml, the core knative/eventing components, and in-memory-channel.yaml, the InMemoryChannel CRD, have been bundled within the image of eventing operator.
Bug Fixes
- Add the registry into KnativeEventingSpec to support custom image registry #88
- Add upgrade test framework into prow #93
Other Changes
- Remove obsolete controller #133
- Log all the information in manifestival library #127
- Use ko's strict mode for better errors messages #125
- Add OLM metadata for 0.12.1 #117
- Build config consistently as per in serving #105
- Remove CRD deletion #113
Knative Eventing Operator release v0.13.0 Eventing Operator
This release consists of the following artifacts:
- eventing-operator.yaml: the knative/eventing-operator components, which is able to install and delete Knative Eventing v0.13.3 components with in-memory channel.
The Knative Eventing v0.13.3 artifacts eventing.yaml, the core knative/eventing components, and in-memory-channel.yaml, the InMemoryChannel CRD, have been bundled within the image of eventing operator.
Bug Fixes
- Add the registry into KnativeEventingSpec to support custom image registry #88
- Add upgrade test framework into prow #93
Other Changes
- Remove obsolete controller #133
- Log all the information in manifestival library #127
- Use ko's strict mode for better errors messages #125
- Add OLM metadata for 0.12.1 #117
- Build config consistently as per in serving #105
- Remove CRD deletion #113
Knative Eventing Operator release v0.12.1 Eventing Operator
This release consists of the following artifacts:
- eventing-operator.yaml: the knative/eventing-operator components, which is able to install and delete Knative Eventing v0.12.0 components with in-memory channel.
The Knative Eventing v0.12.0 artifacts eventing.yaml, the core knative/eventing components, and in-memory-channel.yaml, the InMemoryChannel CRD, have been bundled within the image of eventing operator.
This is the first release, in which we start to update the upgrade instruction. Please refer to the upgrade guide for detailed information.
Bug Fixes
- Add the guidance on upgrade #80
- Add the controller and reconciler to watch and convert the old CR #75
- Have OLM metadata in source repo for reference #69
- Rename CR kind to KnativeEventing #48
Other Changes
- Update the library from jcrossley/manifestival to manifestival/manifestival #110
- Support KUBECONFIG in OLM #110
- Update the manifest of knative eventing and the dependencies for 0.12 #77
- Fixing invalid name for metrics component #33
- Update vendor and bump k8s version to 1.16.4 #67
Knative Eventing Operator release v0.12.0 Eventing Operator
This release consists of the following artifacts:
- eventing-operator.yaml: the knative/eventing-operator components, which is able to install and delete Knative Eventing v0.12.0 components with in-memory channel.
The Knative Eventing v0.12.0 artifacts eventing.yaml, the core knative/eventing components, and in-memory-channel.yaml, the InMemoryChannel CRD, have been bundled within the image of eventing operator.
This is the first release, in which we start to update the upgrade instruction. Please refer to the upgrade guide for detailed information.
Bug Fixes
- Add the guidance on upgrade #80
- Add the controller and reconciler to watch and convert the old CR #75
- Have OLM metadata in source repo for reference #69
- Rename CR kind to KnativeEventing #48
Other Changes
- Update the manifest of knative eventing and the dependencies for 0.12 #77
- Fixing invalid name for metrics component #33
- Update vendor and bump k8s version to 1.16.4 #67
Knative Eventing Operator release v0.11.0 Eventing Operator
This release consists of the following artifacts:
- eventing-operator.yaml: the knative/eventing-operator components, which is able to install and delete Knative Eventing v0.11.0 components with in-memory channel.
The Knative Eventing v0.11.0 artifacts eventing.yaml, the core knative/eventing components, and in-memory-channel.yaml, the InMemoryChannel CRD, have been bundled within the image of eventing operator.
Bug Fixes
- Consolidate the manifest YAML files into one single manifest YAML file. #35
- Add version consistency test. #42
Other Changes
- Fixing invalid name for metrics component. #33
- Add prerequisites in README.md explicitly #30
- Adding matzew as approver #34
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4