You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
# Changelog
9
9
All notable changes to this project will be documented in this file.
10
10
11
+
## [0.8.2]
12
+
13
+
### Fixed
14
+
15
+
- Fix to prevent deployments being created before the pull secret for the service account. ([#343](https://github.com/application-stacks/runtime-component-operator/pull/343))
16
+
- Increase memory limit for manager deployment ([#359](https://github.com/application-stacks/runtime-component-operator/issues/359))
17
+
18
+
### Added
19
+
20
+
- If TLS termination is set to Passthrough, also set InsecureEdgeTerminationPolicy as Redirect is only possible option([#293](https://github.com/application-stacks/runtime-component-operator/pull/293))
21
+
11
22
## [0.8.1]
12
23
13
24
### Fixed
@@ -124,6 +135,7 @@ The initial release of the Runtime Component Operator 🎉
0 commit comments