Compare commits

..

6 Commits

Author SHA1 Message Date
Yi Chen 85f696290d
Release v2.3.0 (#2613)
* Release v2.3.0

Signed-off-by: Yi Chen <github@chenyicn.net>

* Add changelog for v2.3.0

Signed-off-by: Yi Chen <github@chenyicn.net>

---------

Signed-off-by: Yi Chen <github@chenyicn.net>
2025-07-22 13:29:27 +08:00
Yi Chen a9a309ec84
Release v2.3.0-rc.1 (#2612)
Signed-off-by: Yi Chen <github@chenyicn.net>
2025-07-22 11:59:30 +08:00
Google OSS Prow Robot 840ab2d8b4
[release-2.3] Grant get/patch permissions for SparkConnect CRD to hook ClusterRole (#2611)
* Grant get/patch permissions for SparkConnect CRD to hook ClusterRole

Signed-off-by: Yi Chen <github@chenyicn.net>

* Update Helm unit tests

Signed-off-by: Yi Chen <github@chenyicn.net>

---------

Signed-off-by: Yi Chen <github@chenyicn.net>
Co-authored-by: Yi Chen <github@chenyicn.net>
2025-07-22 03:36:58 +00:00
Google OSS Prow Robot d69901f77a
[release-2.3] Bump github.com/onsi/gomega from 1.36.1 to 1.37.0 (#2610)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.36.1 to 1.37.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.36.1...v1.37.0)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 02:06:58 +00:00
Google OSS Prow Robot 4971086591
[release-2.3] Bump golang.org/x/mod from 0.25.0 to 0.26.0 (#2609)
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/mod/compare/v0.25.0...v0.26.0)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 02:04:58 +00:00
Yi Chen 9a1bef177f
Release v2.3.0-rc.0 (#2603)
Signed-off-by: Yi Chen <github@chenyicn.net>
2025-07-21 17:09:41 +08:00
7 changed files with 18 additions and 28 deletions

View File

@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
fetch-depth: 0

View File

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
fetch-depth: 0
@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
fetch-depth: 0
@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
fetch-depth: 0
@ -130,7 +130,7 @@ jobs:
echo "BRANCH=$BRANCH" >> "$GITHUB_OUTPUT"
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
fetch-depth: 0
@ -220,7 +220,7 @@ jobs:
- v1.32.0
steps:
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
fetch-depth: 0

View File

@ -23,7 +23,7 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: Configure Git
run: |
@ -71,7 +71,7 @@ jobs:
cp *.tgz /tmp/charts
- name: Checkout to branch gh-pages
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
ref: gh-pages
fetch-depth: 0

View File

@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
fetch-depth: 0
@ -87,7 +87,7 @@ jobs:
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: Read version from VERSION file
run: |
@ -157,7 +157,7 @@ jobs:
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: Read version from VERSION file
run: |
@ -218,7 +218,7 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: Read version from VERSION file
run: |
@ -234,7 +234,7 @@ jobs:
type=semver,pattern={{version}},value=${{ env.VERSION }}
- name: Download digests
uses: actions/download-artifact@v5
uses: actions/download-artifact@v4
with:
path: /tmp/digests
pattern: digests-operator-*
@ -268,7 +268,7 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: Read version from VERSION file
run: |
@ -284,7 +284,7 @@ jobs:
type=semver,pattern={{version}},value=${{ env.VERSION }}
- name: Download digests
uses: actions/download-artifact@v5
uses: actions/download-artifact@v4
with:
path: /tmp/digests
pattern: digests-kubectl-*
@ -319,7 +319,7 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
fetch-depth: 0
@ -349,7 +349,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: Configure Git
run: |

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: Add image to environment
run: make print-IMAGE >> $GITHUB_ENV

View File

@ -80,7 +80,6 @@ The following table lists the most recent few versions of the operator.
| Operator Version | API Version | Kubernetes Version | Base Spark Version |
|-----------------------|-------------|--------------------|--------------------|
| `v2.3.x` | `v1beta2` | 1.16+ | `4.0.0` |
| `v2.2.x` | `v1beta2` | 1.16+ | `3.5.5` |
| `v2.1.x` | `v1beta2` | 1.16+ | `3.5.3` |
| `v2.0.x` | `v1beta2` | 1.16+ | `3.5.2` |

View File

@ -96,15 +96,6 @@ rules:
{{- end }}
{{- if has .Release.Namespace .Values.spark.jobNamespaces }}
{{ include "spark-operator.controller.policyRules" . }}
{{- else }}
- apiGroups:
- ""
resources:
- events
verbs:
- create
- update
- patch
{{- end }}
---