UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 9f9b9fba authored by Andrew Shoell's avatar Andrew Shoell Committed by Nigel Bazzeghin
Browse files

Resolve "Implement Istio Authorization Policies"

parent e28998fc
No related branches found
No related tags found
1 merge request!157Resolve "Implement Istio Authorization Policies"
......@@ -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).
## [0.63.0-bb.8] - 2024-05-13
### Removed
- Removed the kubeversion from chart
## [0.63.0-bb.7] - 2024-05-08
### Changed
- Fixed bug with Control Plane CIDR for Network Policies. Refacrtored egress network policies for Gitlab Runner.
......
# gitlab-runner
![Version: 0.63.0-bb.7](https://img.shields.io/badge/Version-0.63.0--bb.7-informational?style=flat-square) ![AppVersion: v16.10.0](https://img.shields.io/badge/AppVersion-v16.10.0-informational?style=flat-square)
![Version: 0.63.0-bb.8](https://img.shields.io/badge/Version-0.63.0--bb.8-informational?style=flat-square) ![AppVersion: v16.10.0](https://img.shields.io/badge/AppVersion-v16.10.0-informational?style=flat-square)
GitLab Runner
......@@ -20,8 +20,6 @@ GitLab Runner
* Kubernetes config installed in `~/.kube/config`
* Helm installed
Kubernetes: `>=1.29.0-0`
Install Helm
https://helm.sh/docs/intro/install/
......
apiVersion: v2
name: gitlab-runner
version: 0.63.0-bb.7
version: 0.63.0-bb.8
appVersion: v16.10.0
kubeVersion: ">=1.29.0-0"
description: GitLab Runner
keywords:
- git
......
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