UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0d2df899 authored by Aaron Lieberman's avatar Aaron Lieberman
Browse files

Version bump

parents 51a9c941 de086d40
No related branches found
No related tags found
1 merge request!255Wait script in Gluon
Pipeline #3627148 passed
......@@ -3,12 +3,21 @@
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.89.0-bb.2] - 2024-09-12
## [1.89.3-bb.1] - 2024-09-23
### Added
- Gluon post-install wait scripts
## [1.89.3-bb.0] - 2024-09-18
### Added
- Updated Kiali to v1.89.3
- Updated registry1.dso.mil/ironbank/opensource/kiali/kiali to 1.89.3
- Updated registry1.dso.mil/ironbank/opensource/kiali/kiali-operator to 1.89.3
- Updated registry1.dso.mil/bigbang/gluon to 0.5.4
## [1.89.0-bb.1] - 2024-09-05
### Added
......
* @kylegalloway-seed @stephen.galamb @kipten @ronwerth @wyatt.fry @lgomez2
\ No newline at end of file
* @lgomez2 @ronwerth @kipten @wyatt.fry @jimmy.bourque @stephen.galamb
\ No newline at end of file
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# kiali
![Version: 1.89.0-bb.2](https://img.shields.io/badge/Version-1.89.0--bb.2-informational?style=flat-square) ![AppVersion: 1.89.0](https://img.shields.io/badge/AppVersion-1.89.0-informational?style=flat-square)
![Version: 1.89.3-bb.1](https://img.shields.io/badge/Version-1.89.3--bb.1-informational?style=flat-square) ![AppVersion: 1.89.3](https://img.shields.io/badge/AppVersion-1.89.3-informational?style=flat-square)
Kiali is an open source project for service mesh observability, refer to <https://www.kiali.io> for details.
Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details.
## Upstream References
* <https://github.com/kiali/kiali-operator>
* <https://github.com/kiali/kiali>
* <https://github.com/kiali/kiali-operator>
......@@ -16,7 +17,6 @@ Kiali is an open source project for service mesh observability, refer to <https:
* [Find upstream chart's release notes and CHANGELOG here](https://kiali.io/news/release-notes/)
## Learn More
* [Application Overview](docs/overview.md)
* [Other Documentation](docs/)
......@@ -28,13 +28,12 @@ Kiali is an open source project for service mesh observability, refer to <https:
Install Helm
<https://helm.sh/docs/intro/install/>
https://helm.sh/docs/intro/install/
## Deployment
* Clone down the repository
* cd into directory
```bash
helm install kiali chart/
```
......@@ -57,7 +56,7 @@ helm install kiali chart/
| istio.mtls.mode | string | `"STRICT"` | |
| port | int | `20001` | |
| image.repo | string | `"registry1.dso.mil/ironbank/opensource/kiali/kiali-operator"` | |
| image.tag | string | `"v1.89.1"` | |
| image.tag | string | `"v1.89.3"` | |
| image.digest | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets[0] | string | `"private-registry"` | |
......@@ -106,7 +105,7 @@ helm install kiali chart/
| cr.spec.istio_component_namespaces.tracing | string | `"jaeger"` | |
| cr.spec.istio_namespace | string | `"istio-system"` | |
| cr.spec.deployment.image_name | string | `"registry1.dso.mil/ironbank/opensource/kiali/kiali"` | |
| cr.spec.deployment.image_version | string | `"v1.89.0"` | |
| cr.spec.deployment.image_version | string | `"v1.89.3"` | |
| cr.spec.deployment.image_pull_secrets[0] | string | `"private-registry"` | |
| cr.spec.deployment.ingress_enabled | bool | `false` | |
| cr.spec.deployment.accessible_namespaces[0] | string | `"**"` | |
......@@ -166,3 +165,4 @@ Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in
---
_This file is programatically generated using `helm-docs` and some BigBang-specific templates. The `gluon` repository has [instructions for regenerating package READMEs](https://repo1.dso.mil/big-bang/product/packages/gluon/-/blob/master/docs/bb-package-readme.md)._
......@@ -3,4 +3,4 @@ dependencies:
repository: oci://registry1.dso.mil/bigbang
version: 0.5.4
digest: sha256:33c77cf1fe529ee2f45a5fdf596ce2ff4adbbb5188ab9282b0179c217603968d
generated: "2024-09-04T13:26:38.815151-06:00"
generated: "2024-09-18T06:22:12.344253848Z"
apiVersion: v2
name: kiali
description: Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details.
version: 1.89.0-bb.2
appVersion: 1.89.0
version: 1.89.3-bb.1
appVersion: 1.89.3
home: https://github.com/kiali/kiali-operator
maintainers:
- name: Kiali
......@@ -23,12 +23,12 @@ dependencies:
repository: "oci://registry1.dso.mil/bigbang"
annotations:
bigbang.dev/applicationVersions: |
- Kiali: 1.89.0
- Kiali: 1.89.3
helm.sh/images: |
- name: kiali
image: registry1.dso.mil/ironbank/opensource/kiali/kiali:v1.89.0
image: registry1.dso.mil/ironbank/opensource/kiali/kiali:v1.89.3
- name: kiali-operator
image: registry1.dso.mil/ironbank/opensource/kiali/kiali-operator:v1.89.1
image: registry1.dso.mil/ironbank/opensource/kiali/kiali-operator:v1.89.3
- name: kubectl
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.6
bigbang.dev/upstreamReleaseNotesMarkdown: |
......
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: 2d4fbac88a6053d8d855e24b46b6e6ddc705730e
commit: d73bd4f9797bbbbd77d1c47b26d0e7444848319b
repo: https://github.com/kiali/helm-charts.git
directory: /kiali-operator
ref: v1.89.0
ref: v1.89.3
......@@ -39,7 +39,7 @@ istio:
port: 20001
image:
repo: registry1.dso.mil/ironbank/opensource/kiali/kiali-operator
tag: v1.89.1
tag: v1.89.3
digest: "" # use "sha256" if tag is a sha256 hash (do NOT prefix this value with a "@")
pullPolicy: IfNotPresent
pullSecrets:
......@@ -184,7 +184,7 @@ cr:
# custom_dashboards: []
deployment:
image_name: registry1.dso.mil/ironbank/opensource/kiali/kiali
image_version: v1.89.0
image_version: v1.89.3
image_pull_secrets:
- private-registry
ingress_enabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment