Compare commits

..
Author SHA1 Message Date
Automated ReleaseandSubmariner Bot 8c74589510 Update Submariner dependencies to v0.22.0-rc1
Signed-off-by: Automated Release <release@submariner.io>
2025-11-25 03:08:39 +02:00
Automated ReleaseandSubmariner Bot 2f5665b6c1 Include new LH Roles and RoleBindings when generating RBAC yamls
Signed-off-by: Automated Release <release@submariner.io>
2025-11-13 17:34:23 +02:00
Automated ReleaseandSubmariner Bot 31a32ab054 Update Submariner dependencies to v0.22.0-rc0
Signed-off-by: Automated Release <release@submariner.io>
2025-11-13 17:34:23 +02:00
Automated Release 847208fe8e Update base image to use stable branch 'release-0.22'
Signed-off-by: Automated Release <release@submariner.io>
2025-11-12 20:03:42 +00:00
16 changed files with 102 additions and 115 deletions
+9 -27
View File
@@ -9,6 +9,15 @@ updates:
github-actions: github-actions:
patterns: patterns:
- "*" - "*"
- package-ecosystem: github-actions
directory: '/'
target-branch: "release-0.17"
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: '/' directory: '/'
target-branch: "release-0.18" target-branch: "release-0.18"
@@ -45,30 +54,3 @@ updates:
github-actions: github-actions:
patterns: patterns:
- "*" - "*"
- package-ecosystem: github-actions
directory: '/'
target-branch: "release-0.22"
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: github-actions
directory: '/'
target-branch: "release-0.23"
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: github-actions
directory: '/'
target-branch: "release-0.24"
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
+2 -2
View File
@@ -11,6 +11,6 @@ jobs:
name: PR targets branch name: PR targets branch
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check that the PR targets release-0.25 - name: Check that the PR targets release-0.22
if: ${{ github.base_ref != 'release-0.25' }} if: ${{ github.base_ref != 'release-0.22' }}
run: exit 1 run: exit 1
+23 -3
View File
@@ -2,15 +2,27 @@
name: PR Dependencies name: PR Dependencies
on: on:
issues:
types:
- opened
- edited
- closed
- reopened
- synchronize
pull_request_target: pull_request_target:
types: types:
- opened - opened
- edited - edited
- closed
- reopened - reopened
- synchronize - synchronize
schedule:
- cron: '0 0/6 * * *' # every 6 hours
permissions: permissions:
issues: write
pull-requests: write pull-requests: write
statuses: write
jobs: jobs:
check: check:
@@ -18,7 +30,15 @@ jobs:
if: github.repository_owner == 'submariner-io' if: github.repository_owner == 'submariner-io'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: depends-on/depends-on-action@c7ac9a6932a7069e83aef80c202d9f60f91e43fd # v0.17.0 - uses: z0al/dependent-issues@950226e7ca8fc43dc209a7febf67c655af3bdb43
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
token: ${{ secrets.GITHUB_TOKEN }} # The label to use to mark dependent issues
check-unmerged-pr: true label: dependent
# Enable checking for dependencies in issues.
check_issues: on
# A comma-separated list of keywords to mark dependency.
keywords: depends on, Depends on
+3 -3
View File
@@ -26,14 +26,14 @@ jobs:
- k8s_version: 'k8s-oldest-supported' - k8s_version: 'k8s-oldest-supported'
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Run E2E deployment and tests - name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@release-0.25 uses: submariner-io/shipyard/gh-actions/e2e@release-0.22
with: with:
k8s_version: ${{ matrix.k8s_version }} k8s_version: ${{ matrix.k8s_version }}
using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }} using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }}
- name: Post mortem - name: Post mortem
if: failure() if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.25 uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.22
+3 -3
View File
@@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Run E2E deployment and tests - name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@release-0.25 uses: submariner-io/shipyard/gh-actions/e2e@release-0.22
- name: Post mortem - name: Post mortem
if: failure() if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.25 uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.22
+3 -3
View File
@@ -21,13 +21,13 @@ jobs:
lighthouse: ['', 'lighthouse'] lighthouse: ['', 'lighthouse']
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Run E2E deployment and tests - name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@release-0.25 uses: submariner-io/shipyard/gh-actions/e2e@release-0.22
with: with:
using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }} using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }}
- name: Post mortem - name: Post mortem
if: failure() if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.25 uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.22
+9 -9
View File
@@ -38,20 +38,20 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Set up Helm - name: Set up Helm
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
with: with:
version: v3.6.0 version: v3.6.0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
with: with:
python-version: '3.13.x' python-version: '3.13.x'
- name: Set up helm/chart-testing - name: Set up helm/chart-testing
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b
- name: Set up local helm repo - name: Set up local helm repo
run: make local-helm-repo run: make local-helm-repo
@@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Run gitlint - name: Run gitlint
@@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Run helm-docs and verify docs are up-to-date - name: Run helm-docs and verify docs are up-to-date
run: make helm-docs run: make helm-docs
@@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Run markdown-link-check - name: Run markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31
@@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Run markdownlint - name: Run markdownlint
run: make markdownlint run: make markdownlint
@@ -108,6 +108,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Run yamllint - name: Run yamllint
run: make yamllint run: make yamllint
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
issues: write issues: write
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Run markdown-link-check - name: Run markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31
+2 -2
View File
@@ -4,7 +4,7 @@ name: Release Charts
on: on:
push: push:
branches: branches:
- release-0.25 - release-0.22
permissions: permissions:
contents: write contents: write
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with: with:
fetch-depth: 0 fetch-depth: 0
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
issues: write issues: write
pull-requests: write pull-requests: write
steps: steps:
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008
with: with:
days-before-issue-stale: 120 days-before-issue-stale: 120
days-before-pr-stale: 14 days-before-pr-stale: 14
-3
View File
@@ -2,9 +2,6 @@
# Breaks reusing MD snippets extracted to files # Breaks reusing MD snippets extracted to files
first-line-heading: false first-line-heading: false
# Accept any consistent table column style
table-column-style: false
# Set maximum line Length to 140c to match Go linting # Set maximum line Length to 140c to match Go linting
line-length: line-length:
line_length: 140 line_length: 140
+2 -2
View File
@@ -1,4 +1,4 @@
BASE_BRANCH ?= release-0.25 BASE_BRANCH ?= release-0.22
export BASE_BRANCH export BASE_BRANCH
export HELM_REPO_LOCATION=./helm_repo export HELM_REPO_LOCATION=./helm_repo
@@ -17,7 +17,7 @@ endif
export DEPLOYTOOL = helm export DEPLOYTOOL = helm
GH_URL=https://submariner-io.github.io/submariner-charts/charts GH_URL=https://submariner-io.github.io/submariner-charts/charts
CHARTS_DIR=charts CHARTS_DIR=charts
CHARTS_VERSION=0.25.0-rc1 CHARTS_VERSION=0.22.0-rc1
HELM_DOCS_VERSION=0.15.0 HELM_DOCS_VERSION=0.15.0
REPO_URL=$(shell git config remote.origin.url) REPO_URL=$(shell git config remote.origin.url)
+3 -3
View File
@@ -6,9 +6,9 @@ Submariner Kubernetes Broker
## Maintainers ## Maintainers
| Name | Email | Url | | Name | Email | Url |
| ---- | ------ | --- | | ---- | ------ | --- |
| Contributors to the Submariner project | submariner-dev@googlegroups.com | https://submariner.io/ | | Contributors to the Submariner project | submariner-dev@googlegroups.com | https://submariner.io/ |
## Source Code ## Source Code
+41 -43
View File
@@ -6,9 +6,9 @@ Submariner enables direct networking between Pods and Services in different Kube
## Maintainers ## Maintainers
| Name | Email | Url | | Name | Email | Url |
| ---- | ------ | --- | | ---- | ------ | --- |
| Contributors to the Submariner project | submariner-dev@googlegroups.com | https://submariner.io/ | | Contributors to the Submariner project | submariner-dev@googlegroups.com | https://submariner.io/ |
## Source Code ## Source Code
@@ -16,43 +16,41 @@ Submariner enables direct networking between Pods and Services in different Kube
## Values ## Values
| Key | Type | Default | Description | | Key | Type | Default | Description |
| ----- | ------ | --------- | ------------- | |-----|------|---------|-------------|
| broker.ca | string | `""` | | | broker.ca | string | `""` | |
| broker.globalnet | bool | `false` | | | broker.globalnet | bool | `false` | |
| broker.insecure | bool | `false` | | | broker.insecure | bool | `false` | |
| broker.namespace | string | `"xyz"` | | | broker.namespace | string | `"xyz"` | |
| broker.server | string | `"example.k8s.apiserver"` | | | broker.server | string | `"example.k8s.apiserver"` | |
| broker.token | string | `"test"` | | | broker.token | string | `"test"` | |
| ipsec.debug | bool | `false` | | | ipsec.debug | bool | `false` | |
| ipsec.forceUDPEncaps | bool | `false` | | | ipsec.forceUDPEncaps | bool | `false` | |
| ipsec.ikePort | int | `500` | | | ipsec.ikePort | int | `500` | |
| ipsec.natPort | int | `4500` | | | ipsec.natPort | int | `4500` | |
| ipsec.pskSecret | string | `""` | Name of the Kubernetes Secret containing the IPsec PSK as field psk | | ipsec.psk | string | `""` | |
| ipsec.psk | string | `""` | | | leadership.leaseDuration | int | `10` | |
| leadership.leaseDuration | int | `10` | | | leadership.renewDeadline | int | `5` | |
| leadership.renewDeadline | int | `5` | | | leadership.retryPeriod | int | `2` | |
| leadership.retryPeriod | int | `2` | | | operator.affinity | object | `{}` | |
| operator.affinity | object | `{}` | | | operator.image.pullPolicy | string | `"IfNotPresent"` | |
| operator.image.pullPolicy | string | `"IfNotPresent"` | | | operator.image.repository | string | `"quay.io/submariner/submariner-operator"` | |
| operator.image.repository | string | `"quay.io/submariner/submariner-operator"` | | | operator.image.tag | string | `"0.14.0"` | |
| operator.image.tag | string | `"0.14.0"` | | | operator.resources | object | `{}` | |
| operator.resources | object | `{}` | | | operator.tolerations | list | `[]` | |
| operator.tolerations | list | `[]` | | | submariner.cableDriver | string | `"libreswan"` | |
| submariner.cableDriver | string | `"libreswan"` | | | submariner.clusterCidr | string | `""` | |
| submariner.clusterCidr | string | `""` | | | submariner.clusterId | string | `""` | |
| submariner.clusterId | string | `""` | | | submariner.colorCodes | string | `"blue"` | |
| submariner.colorCodes | string | `"blue"` | | | submariner.coreDNSCustomConfig | object | `{}` | |
| submariner.coreDNSCustomConfig | object | `{}` | | | submariner.debug | bool | `false` | |
| submariner.debug | bool | `false` | | | submariner.globalCidr | string | `""` | |
| submariner.globalCidr | string | `""` | | | submariner.clustersetIpCidr | string | `""` | |
| submariner.clustersetIpCidr | string | `""` | | | submariner.clustersetIpEnabled | bool | `false` | |
| submariner.clustersetIpEnabled | bool | `false` | | | submariner.healthcheckEnabled | bool | `true` | |
| submariner.healthcheckEnabled | bool | `true` | | | submariner.images.repository | string | `"quay.io/submariner"` | |
| submariner.images.repository | string | `"quay.io/submariner"` | | | submariner.images.tag | string | `"0.14.0"` | |
| submariner.images.tag | string | `"0.14.0"` | | | submariner.natEnabled | bool | `false` | |
| submariner.natEnabled | bool | `false` | | | submariner.serviceCidr | string | `""` | |
| submariner.serviceCidr | string | `""` | | | submariner.serviceDiscovery | bool | `true` | |
| submariner.brokerK8sSecret | string | `""` | Name of the Kubernetes Secret containing broker credentials (ca.crt, token). | | submariner.token | string | `""` | |
| submariner.serviceDiscovery | bool | `true` | |
| submariner.token | string | `""` | |
@@ -6,23 +6,15 @@ metadata:
spec: spec:
broker: k8s broker: k8s
brokerK8sApiServer: {{ .Values.broker.server }} brokerK8sApiServer: {{ .Values.broker.server }}
{{- if .Values.submariner.brokerK8sSecret }}
brokerK8sSecret: {{ .Values.submariner.brokerK8sSecret }}
{{- else }}
brokerK8sApiServerToken: {{ .Values.broker.token }} brokerK8sApiServerToken: {{ .Values.broker.token }}
brokerK8sCA: {{ .Values.broker.ca }} brokerK8sCA: {{ .Values.broker.ca }}
{{- end }}
brokerK8sRemoteNamespace: {{ .Values.broker.namespace }} brokerK8sRemoteNamespace: {{ .Values.broker.namespace }}
brokerK8sInsecure: {{ .Values.broker.insecure }} brokerK8sInsecure: {{ .Values.broker.insecure }}
ceIPSecDebug: {{ .Values.ipsec.debug }} ceIPSecDebug: {{ .Values.ipsec.debug }}
ceIPSecForceUDPEncaps: {{ .Values.ipsec.forceUDPEncaps }} ceIPSecForceUDPEncaps: {{ .Values.ipsec.forceUDPEncaps }}
ceIPSecIKEPort: {{ .Values.ipsec.ikePort }} ceIPSecIKEPort: {{ .Values.ipsec.ikePort }}
ceIPSecNATTPort: {{ .Values.ipsec.natPort }} ceIPSecNATTPort: {{ .Values.ipsec.natPort }}
{{- if .Values.ipsec.pskSecret }}
ceIPSecPSKSecret: {{ .Values.ipsec.pskSecret }}
{{- else }}
ceIPSecPSK: {{ .Values.ipsec.psk }} ceIPSecPSK: {{ .Values.ipsec.psk }}
{{- end }}
clusterCIDR: "{{ .Values.submariner.clusterCidr }}" clusterCIDR: "{{ .Values.submariner.clusterCidr }}"
clusterID: {{ .Values.submariner.clusterId }} clusterID: {{ .Values.submariner.clusterId }}
colorCodes: {{ .Values.submariner.colorCodes }} colorCodes: {{ .Values.submariner.colorCodes }}
-2
View File
@@ -7,7 +7,6 @@ submariner:
globalCidr: "" globalCidr: ""
clustersetIpCidr: "" clustersetIpCidr: ""
clustersetIpEnabled: false clustersetIpEnabled: false
brokerK8sSecret: ""
loadBalancerEnabled: false loadBalancerEnabled: false
natEnabled: false natEnabled: false
colorCodes: blue colorCodes: blue
@@ -29,7 +28,6 @@ broker:
images: {} images: {}
ipsec: ipsec:
psk: "" psk: ""
pskSecret: ""
debug: false debug: false
forceUDPEncaps: false forceUDPEncaps: false
ikePort: 500 ikePort: 500