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 @@ ...@@ -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). 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 ### Fixed
...@@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Moved the authorization policies - Moved the authorization policies
- Updated the istio hardened doc - 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 ## [0.65.0-bb.1] - 2024-06-20
### Fixed ### Fixed
- Updated authorizationPolicy to properly reflect matchLabel selector and port for metrics - Updated authorizationPolicy to properly reflect matchLabel selector and port for metrics
......
# gitlab-runner # 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 GitLab Runner
...@@ -109,11 +109,10 @@ helm install gitlab-runner chart/ ...@@ -109,11 +109,10 @@ helm install gitlab-runner chart/
| volumes | list | `[]` | | | volumes | list | `[]` | |
| extraObjects | list | `[]` | | | extraObjects | list | `[]` | |
| istio.enabled | bool | `false` | | | istio.enabled | bool | `false` | |
| istio.injection | string | `"disabled"` | |
| istio.hardened.enabled | bool | `false` | | | istio.hardened.enabled | bool | `false` | |
| istio.hardened.outboundTrafficPolicyMode | string | `"REGISTRY_ONLY"` | | | istio.hardened.outboundTrafficPolicyMode | string | `"REGISTRY_ONLY"` | |
| istio.hardened.customServiceEntries | list | `[]` | | | istio.hardened.customServiceEntries | list | `[]` | |
| istio.injection | string | `"disabled"` | |
| istio.hardened.enabled | bool | `false` | |
| istio.hardened.customAuthorizationPolicies | list | `[]` | | | istio.hardened.customAuthorizationPolicies | list | `[]` | |
| istio.hardened.gitlab.enabled | bool | `true` | | | istio.hardened.gitlab.enabled | bool | `true` | |
| istio.hardened.gitlab.namespaces[0] | string | `"gitlab"` | | | istio.hardened.gitlab.namespaces[0] | string | `"gitlab"` | |
......
apiVersion: v2 apiVersion: v2
name: gitlab-runner name: gitlab-runner
version: 0.65.0-bb.2 version: 0.65.0-bb.3
appVersion: 17.0.0 appVersion: 17.0.0
description: GitLab Runner description: GitLab Runner
keywords: keywords:
......
...@@ -810,6 +810,7 @@ extraObjects: [] ...@@ -810,6 +810,7 @@ extraObjects: []
istio: istio:
# Toggle istio integration # Toggle istio integration
enabled: false enabled: false
injection: disabled
hardened: hardened:
enabled: false enabled: false
outboundTrafficPolicyMode: "REGISTRY_ONLY" outboundTrafficPolicyMode: "REGISTRY_ONLY"
...@@ -827,9 +828,6 @@ istio: ...@@ -827,9 +828,6 @@ istio:
# protocol: TLS # protocol: TLS
# name: https # name: https
# resolution: DNS # resolution: DNS
injection: disabled
hardened:
enabled: false
customAuthorizationPolicies: [] customAuthorizationPolicies: []
# - name: "allow-nothing" # - name: "allow-nothing"
# enabled: true # enabled: true
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
"baseBranches": ["main"], "baseBranches": ["main"],
"configWarningReuseIssue": false, "configWarningReuseIssue": false,
"dependencyDashboard": "true", "dependencyDashboard": "true",
"dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
"dependencyDashboardTitle": "Renovate: Upgrade Gitlab Runner Package Dependencies", "dependencyDashboardTitle": "Renovate: Upgrade Gitlab Runner Package Dependencies",
"draftPR": true, "draftPR": true,
"enabledManagers": ["regex", "helmv3"], "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