UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 2d6c0cc3 authored by michaelmcleroy's avatar michaelmcleroy
Browse files

Merge branch 'main' into '25-multiingress-poc'

# Conflicts:
#   CHANGELOG.md
parents f627d55a a8f41b04
Pipeline #370297 passed with stages
in 1 minute and 41 seconds
......@@ -2,12 +2,15 @@
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).
## [1.8.4-bb.5]
## [1.8.4-bb.6]
### Changed
- **BREAKING** `ingressGateway` deprecated in favor of creating `ingressGateways` in a uniform manner
- **BREAKING** `gateway` deprecated in favor of creating `gateways` in a uniform manner
## [1.8.4-bb.5]
### Fixed
- Kube API egress allowed for all pods, not just istiod
## [1.8.4-bb.4]
### Added
- Kube API egress networkpolicy
......
......@@ -2,12 +2,10 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-egress-api
name: egress-kube-api
namespace: {{ .Release.Namespace }}
spec:
podSelector:
matchLabels:
app: istiod
podSelector: {}
egress:
- to:
- ipBlock:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment