UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 190417a9 authored by Christopher Kyle Galloway's avatar Christopher Kyle Galloway :monkey:
Browse files

Merge branch 'main' into bb337/auth-policy-centralization

parents f11d0e65 4b636e45
No related branches found
No related tags found
1 merge request!184fix: Remove centralized auth policies, change path to remaining, update docs
Pipeline #3436134 passed
......@@ -2,7 +2,7 @@
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.65.0-bb.2] - 2024-06-26
## [0.65.0-bb.3] - 2024-07-01
### Fixed
......@@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Moved the authorization policies
- Updated the istio hardened doc
## [0.65.0-bb.2] - 2024-06-21
### Fixed
- Removed duplicate istio.hardened entry in chart/values.yaml
## [0.65.0-bb.1] - 2024-06-20
### Fixed
- Updated authorizationPolicy to properly reflect matchLabel selector and port for metrics
......
# gitlab-runner
![Version: 0.65.0-bb.2](https://img.shields.io/badge/Version-0.65.0--bb.2-informational?style=flat-square) ![AppVersion: 17.0.0](https://img.shields.io/badge/AppVersion-17.0.0-informational?style=flat-square)
![Version: 0.65.0-bb.3](https://img.shields.io/badge/Version-0.65.0--bb.3-informational?style=flat-square) ![AppVersion: 17.0.0](https://img.shields.io/badge/AppVersion-17.0.0-informational?style=flat-square)
GitLab Runner
......@@ -109,11 +109,10 @@ helm install gitlab-runner chart/
| volumes | list | `[]` | |
| extraObjects | list | `[]` | |
| istio.enabled | bool | `false` | |
| istio.injection | string | `"disabled"` | |
| istio.hardened.enabled | bool | `false` | |
| istio.hardened.outboundTrafficPolicyMode | string | `"REGISTRY_ONLY"` | |
| istio.hardened.customServiceEntries | list | `[]` | |
| istio.injection | string | `"disabled"` | |
| istio.hardened.enabled | bool | `false` | |
| istio.hardened.customAuthorizationPolicies | list | `[]` | |
| istio.hardened.gitlab.enabled | bool | `true` | |
| istio.hardened.gitlab.namespaces[0] | string | `"gitlab"` | |
......
apiVersion: v2
name: gitlab-runner
version: 0.65.0-bb.2
version: 0.65.0-bb.3
appVersion: 17.0.0
description: GitLab Runner
keywords:
......
......@@ -810,6 +810,7 @@ extraObjects: []
istio:
# Toggle istio integration
enabled: false
injection: disabled
hardened:
enabled: false
outboundTrafficPolicyMode: "REGISTRY_ONLY"
......@@ -827,9 +828,6 @@ istio:
# protocol: TLS
# name: https
# resolution: DNS
injection: disabled
hardened:
enabled: false
customAuthorizationPolicies: []
# - name: "allow-nothing"
# enabled: true
......
......@@ -2,7 +2,6 @@
"baseBranches": ["main"],
"configWarningReuseIssue": false,
"dependencyDashboard": "true",
"dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
"dependencyDashboardTitle": "Renovate: Upgrade Gitlab Runner Package Dependencies",
"draftPR": true,
"enabledManagers": ["regex", "helmv3"],
......
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