UNCLASSIFIED

"ea06b72e7bfc03781381a447364f99db158efbd6/CHANGELOG.md" did not exist on "ea06b72e7bfc03781381a447364f99db158efbd6"
CHANGELOG.md 1.74 KB
Newer Older
1 2 3
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4

5
## [1.8.4-bb.5]
Micah Nagel's avatar
Micah Nagel committed
6 7 8
### Fixed
- Kube API egress allowed for all pods, not just istiod

Micah Nagel's avatar
Micah Nagel committed
9 10 11 12
## [1.8.4-bb.4]
### Added
- Kube API egress networkpolicy

Joshua Carnes's avatar
Joshua Carnes committed
13 14 15 16
## [1.8.4-bb.3]
### Added
- Added network policies for istio

17 18 19 20
## [1.8.4-bb.2]
### Fixed
- fixed bug with indentation when providing resources to istio ingressgateways

Branden Cobb's avatar
Branden Cobb committed
21 22 23 24
## [1.8.4-bb.1]
### Fixed
- updated dsop.io registry hostname to dso.mil

25 26
## [1.7.3-bb.1]
### Added
27 28
- Top level "sso" values designation. This will enable an haproxy package installation in the desired namespace (sso.namespace: istio-addons-sso) that in conjunction with authservice package will place an SSO gate in front of Kiali+Jaeger UIs.
- Top level "ingress" values designation. This will control configuration for the virtualservices created. Leave empty with sso.enabled = false to have the virtualservices go straight to the kiali/jaeger UIs. Leave empty with sso.enabled = true to place the haproxy+authservice injection in front of kiali/tracing. Fill in with your own service/port if customizing the installation/services.
29 30 31 32 33
- New Jaeger+Kiali VirtualServices pointing to the haproxy installation will be installed when "sso.enabled: true"
- sso.selector variable sets the label that will be applied to the authservice EnvoyFilter placing the SSO page in front of the regular UIs. Must match the selector for "authservice.selector.key/value".

### Changed
- Jaeger+Kiali VirtualServices pointing directly to the UIs will be skipped when "sso.enabled: true"
34
- Jaeger+Kiali VirtualServices pull in their configs from the "ingress" designation so VirtualServices can be customized.