UNCLASSIFIED

You need to sign in or sign up before continuing.
CHANGELOG.md 1.96 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.6]
6 7
### Changed
- **BREAKING** `ingressGateway` deprecated in favor of creating `ingressGateways` in a uniform manner
8
- **BREAKING** `gateway` deprecated in favor of creating `gateways` in a uniform manner
9

Micah Nagel's avatar
Micah Nagel committed
10 11 12 13
## [1.8.4-bb.5]
### Fixed
- Kube API egress allowed for all pods, not just istiod

Micah Nagel's avatar
Micah Nagel committed
14 15 16 17
## [1.8.4-bb.4]
### Added
- Kube API egress networkpolicy

Joshua Carnes's avatar
Joshua Carnes committed
18 19 20 21
## [1.8.4-bb.3]
### Added
- Added network policies for istio

22 23 24 25
## [1.8.4-bb.2]
### Fixed
- fixed bug with indentation when providing resources to istio ingressgateways

Branden Cobb's avatar
Branden Cobb committed
26 27 28 29
## [1.8.4-bb.1]
### Fixed
- updated dsop.io registry hostname to dso.mil

30 31
## [1.7.3-bb.1]
### Added
32 33
- 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.
34 35 36 37 38
- 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"
39
- Jaeger+Kiali VirtualServices pull in their configs from the "ingress" designation so VirtualServices can be customized.