-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into docs/design
- Loading branch information
Showing
82 changed files
with
4,175 additions
and
802 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
processor: | ||
ignoreTypes: | ||
- "(EtcdCluster)List$" | ||
- "(EtcdCluster)Status$" | ||
ignoreFields: | ||
- "status$" | ||
- "TypeMeta$" | ||
|
||
render: | ||
kubernetesVersion: 1.30.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,15 +29,13 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
# Install the cosign tool except on PR | ||
# https://github.com/sigstore/cosign-installer | ||
- name: Install cosign | ||
if: github.event_name != 'pull_request' | ||
uses: sigstore/[email protected] | ||
with: | ||
cosign-release: 'v2.1.1' | ||
|
||
# Set up BuildKit Docker container builder to be able to build | ||
# multi-platform images and export cache | ||
|
@@ -49,7 +47,7 @@ jobs: | |
# https://github.com/docker/login-action | ||
- name: Log into registry ${{ env.REGISTRY }} | ||
if: github.event_name != 'pull_request' | ||
uses: docker/login-action@v3.1.0 | ||
uses: docker/login-action@v3.2.0 | ||
with: | ||
registry: ${{ env.REGISTRY }} | ||
username: ${{ github.actor }} | ||
|
@@ -67,12 +65,13 @@ jobs: | |
# https://github.com/docker/build-push-action | ||
- name: Build and push Docker image | ||
id: build-and-push | ||
uses: docker/build-push-action@v5.3.0 | ||
uses: docker/build-push-action@v5.4.0 | ||
with: | ||
context: . | ||
push: ${{ github.event_name != 'pull_request' }} | ||
tags: ${{ steps.meta.outputs.tags }} | ||
labels: ${{ steps.meta.outputs.labels }} | ||
platforms: linux/amd64, linux/arm64 | ||
cache-from: type=gha | ||
cache-to: type=gha,mode=max | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Install Helm | ||
uses: azure/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
- name: Install Dart Sass | ||
run: sudo snap install dart-sass | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
submodules: recursive | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,22 +15,28 @@ jobs: | |
strategy: | ||
matrix: | ||
k8s: | ||
- version: 1.28.3 | ||
- version: v1.28.0 | ||
attribute: penultimate | ||
- version: 1.29.3 | ||
- version: v1.29.0 | ||
attribute: previous | ||
- version: 1.30.0 | ||
- version: default | ||
attribute: latest | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.22.2 | ||
go-version: 1.22.4 | ||
- uses: docker/[email protected] | ||
- uses: tale/[email protected] | ||
with: | ||
kubectl-version: v1.30.0 | ||
# Empty kubeconfig file | ||
base64-kube-config: "YXBpVmVyc2lvbjogdjEKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQo=" | ||
- run: ENVTEST_K8S_VERSION=${{ matrix.k8s.version }} make test-e2e | ||
- run: | | ||
if [ "${{ matrix.k8s.version }}" = "default" ]; then | ||
# For latest version use default from Makefile | ||
make test-e2e | ||
else | ||
K8S_VERSION=${{ matrix.k8s.version }} make test-e2e | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,16 +15,22 @@ jobs: | |
strategy: | ||
matrix: | ||
k8s: | ||
- version: 1.28.3 | ||
- version: v1.28.0 | ||
attribute: penultimate | ||
- version: 1.29.3 | ||
- version: v1.29.0 | ||
attribute: previous | ||
- version: 1.30.0 | ||
- version: default | ||
attribute: latest | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.22.2 | ||
- run: ENVTEST_K8S_VERSION=${{ matrix.k8s.version }} make test | ||
go-version: 1.22.4 | ||
- run: | | ||
if [ "${{ matrix.k8s.version }}" = "default" ]; then | ||
# For latest version use default from Makefile | ||
make test | ||
else | ||
K8S_VERSION=${{ matrix.k8s.version }} make test | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ jobs: | |
nilaway-lint: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.22.2 | ||
go-version: 1.22.4 | ||
- run: make nilaway-lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ jobs: | |
pre-commit: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.22.2 | ||
go-version: 1.22.4 | ||
- uses: pre-commit/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,10 @@ jobs: | |
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.22.2 | ||
go-version: 1.22.4 | ||
- name: Get tag from current run | ||
run: | | ||
TAG=${{ github.ref_name }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ vendor | |
|
||
# editor and IDE paraphernalia | ||
.idea | ||
.vscode | ||
*.swp | ||
*.swo | ||
*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,9 @@ issues: | |
linters: | ||
- dupl | ||
- lll | ||
- path: _test\.go | ||
linters: | ||
- dupl | ||
linters: | ||
disable-all: true | ||
enable: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
/.github @hiddenmarten @AlexGluck | ||
/api @sircthulhu @Kirill-Garbar | ||
/charts @hiddenmarten @AlexGluck | ||
/cmd @sircthulhu @Kirill-Garbar | ||
/config @sircthulhu @Kirill-Garbar | ||
/hack @sircthulhu @Kirill-Garbar | ||
/internal @sircthulhu @Kirill-Garbar @sergeyshevch | ||
/test @sircthulhu @Kirill-Garbar @hiddenmarten @AlexGluck | ||
/site @sergeyshevch @Kirill-Garbar | ||
/*.md @kvaps @Kirill-Garbar | ||
/.github @kvaps @lllamnyp @Kirill-Garbar @aobort | ||
/api @kvaps @lllamnyp @Kirill-Garbar @aobort | ||
/charts @kvaps @lllamnyp @Kirill-Garbar @aobort | ||
/cmd @kvaps @lllamnyp @Kirill-Garbar @aobort | ||
/config @kvaps @lllamnyp @Kirill-Garbar @aobort | ||
/hack @kvaps @lllamnyp @Kirill-Garbar @aobort | ||
/internal @kvaps @lllamnyp @Kirill-Garbar @aobort | ||
/pkg @kvaps @lllamnyp @Kirill-Garbar @aobort | ||
/test @kvaps @lllamnyp @Kirill-Garbar @aobort | ||
/site @kvaps @lllamnyp @Kirill-Garbar @aobort | ||
/*.md @kvaps @lllamnyp @Kirill-Garbar @aobort |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.