UNCLASSIFIED

Commits (8)
......@@ -2,6 +2,10 @@
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.9.7-bb.1]
### Added
- Default configuration to hold application start until istio proxy is ready
## [1.9.7-bb.0]
### Changed
- Update to Istio 1.9.7
......
* @joshwolf @kavitha @michaelmcleroy @micah.nagel @runyontr @ryan.j.garcia @zackbutcher
* @joshwolf @kavitha @michaelmcleroy @micah.nagel @runyontr @ryan.j.garcia @stas
apiVersion: v2
name: istio
version: 1.9.7-bb.0
version: 1.9.7-bb.1
......@@ -78,6 +78,7 @@ spec:
tracing:
sampling: {{ .Values.tracing.sampling }}
zipkinAddress: {{ .Values.tracing.address }}:{{.Values.tracing.port}}
holdApplicationUntilProxyStarts: true
{{- if .Values.meshConfig }}
{{- toYaml .Values.meshConfig | nindent 4 }}
{{- end }}
......
{
"baseBranches": ["main"],
"configWarningReuseIssue": false,
"dependencyDashboard": "true",
"dependencyDashboardAutoclose": "true",
"dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
"dependencyDashboardTitle": "Renovate: Upgrade Istio Control Plane Package Dependencies",
"draftPR": true,
"labels": ["istio","Big Bang Core","Package Sustainment","kind::chore"],
"packageRules": [
{
"matchDatasources": ["docker"],
"groupName": "Ironbank",
"registryUrls": ["https://registry1.dso.mil"]
}
],
"regexManagers": [
{
"fileMatch": ["^chart/values\\.yaml$"],
"matchStrings": [
"tag:\\s+(?<currentValue>.+)"
],
"depNameTemplate": "ironbank/opensource/istio/pilot",
"datasourceTemplate": "docker"
}
]
}
\ No newline at end of file