-
Notifications
You must be signed in to change notification settings - Fork 190
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 bugfix/fix-orioledb-dependency
- Loading branch information
Showing
643 changed files
with
40,685 additions
and
33,223 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
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 |
---|---|---|
|
@@ -94,9 +94,6 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: make mod-vendor | ||
run: | | ||
mkdir -p ./bin | ||
cp -r /go/bin/controller-gen ./bin/controller-gen | ||
cp -r /go/bin/setup-envtest ./bin/setup-envtest | ||
make mod-vendor | ||
- name: make lint | ||
|
@@ -149,7 +146,7 @@ jobs: | |
with: | ||
MAKE_OPS_PRE: "generate" | ||
IMG: "apecloud/kubeblocks" | ||
GO_VERSION: "1.20.5" | ||
GO_VERSION: "1.21" | ||
BUILDX_PLATFORMS: "linux/amd64" | ||
DOCKERFILE_PATH: "./docker/Dockerfile" | ||
secrets: inherit | ||
|
@@ -159,9 +156,9 @@ jobs: | |
if: contains(needs.trigger-mode.outputs.trigger-mode, '[docker]') | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | ||
with: | ||
MAKE_OPS_PRE: "generate test-go-generate" | ||
MAKE_OPS_PRE: "module generate test-go-generate" | ||
IMG: "apecloud/kubeblocks-tools" | ||
GO_VERSION: "1.20.5" | ||
GO_VERSION: "1.21" | ||
BUILDX_PLATFORMS: "linux/amd64" | ||
DOCKERFILE_PATH: "./docker/Dockerfile-tools" | ||
secrets: inherit | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
BASE_BRANCH: origin/main | ||
GO_VERSION: "1.20.5" | ||
GO_VERSION: "1.21" | ||
|
||
jobs: | ||
trigger-mode: | ||
|
@@ -133,10 +133,6 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: make manifests check | ||
run: | | ||
mkdir -p ./bin | ||
cp -r /go/bin/controller-gen ./bin/controller-gen | ||
cp -r /go/bin/setup-envtest ./bin/setup-envtest | ||
make manifests | ||
FILE_CHANGES=`git diff --name-only ${{ github.sha }}` | ||
if [[ ! -z "$FILE_CHANGES" ]]; then | ||
|
@@ -199,7 +195,7 @@ jobs: | |
with: | ||
MAKE_OPS_PRE: "generate" | ||
IMG: "apecloud/kubeblocks" | ||
GO_VERSION: "1.20.5" | ||
GO_VERSION: "1.21" | ||
BUILDX_PLATFORMS: "linux/amd64" | ||
DOCKERFILE_PATH: "./docker/Dockerfile" | ||
secrets: inherit | ||
|
@@ -209,9 +205,9 @@ jobs: | |
if: ${{ contains(needs.trigger-mode.outputs.trigger-mode, '[docker]') }} | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | ||
with: | ||
MAKE_OPS_PRE: "generate test-go-generate" | ||
MAKE_OPS_PRE: "module generate test-go-generate" | ||
IMG: "apecloud/kubeblocks-tools" | ||
GO_VERSION: "1.20.5" | ||
GO_VERSION: "1.21" | ||
BUILDX_PLATFORMS: "linux/amd64" | ||
DOCKERFILE_PATH: "./docker/Dockerfile-tools" | ||
secrets: inherit | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
|
||
env: | ||
BASE_BRANCH: origin/main | ||
GO_VERSION: "1.20.5" | ||
GO_VERSION: "1.21" | ||
|
||
jobs: | ||
trigger-mode: | ||
|
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
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,35 @@ | ||
name: Set Milestone | ||
|
||
on: | ||
workflow_dispatch: | ||
issues: | ||
types: | ||
- opened | ||
- closed | ||
pull_request_target: | ||
types: | ||
- opened | ||
- closed | ||
|
||
|
||
jobs: | ||
issue-milestone: | ||
if: ${{ github.event_name == 'issues' }} | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | ||
with: | ||
APECD_REF: "v0.1.31" | ||
secrets: inherit | ||
|
||
pr-milestone: | ||
if: ${{ github.event_name == 'pull_request_target' }} | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | ||
with: | ||
APECD_REF: "v0.1.31" | ||
secrets: inherit | ||
|
||
move_milestone: | ||
if: ${{ github.event_name == 'workflow_dispatch' }} | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | ||
with: | ||
APECD_REF: "v0.1.31" | ||
secrets: inherit |
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 |
---|---|---|
|
@@ -12,7 +12,13 @@ env: | |
PROJECT_NUMBER: 2 | ||
|
||
jobs: | ||
move_issues: | ||
move_milestone: | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | ||
with: | ||
APECD_REF: "v0.1.31" | ||
secrets: inherit | ||
|
||
move_issues: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repo | ||
|
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 |
---|---|---|
|
@@ -4,16 +4,10 @@ on: | |
pull_request_target: | ||
types: [ edited, opened, synchronize ] | ||
|
||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
|
||
jobs: | ||
size-label: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: set size label | ||
run: | | ||
bash .github/utils/utils.sh --type 15 \ | ||
--github-token "${{ env.GITHUB_TOKEN }}" \ | ||
--pr-number ${{ github.event.pull_request.number }} | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | ||
with: | ||
APECD_REF: "v0.1.30" | ||
secrets: inherit |
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,15 +15,15 @@ run-name: Delete Release:${{ inputs.release-version }} | |
jobs: | ||
delete-release: | ||
if: github.event_name != 'schedule' | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected].25 | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected].29 | ||
with: | ||
VERSION: "${{ inputs.release-version }}" | ||
APECD_REF: "v0.1.25" | ||
APECD_REF: "v0.1.29" | ||
secrets: inherit | ||
|
||
delete-release-schedule: | ||
if: github.event_name == 'schedule' | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected].25 | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected].29 | ||
with: | ||
APECD_REF: "v0.1.25" | ||
APECD_REF: "v0.1.29" | ||
secrets: inherit |
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 |
---|---|---|
|
@@ -37,14 +37,14 @@ jobs: | |
release-chart: | ||
needs: chart-version | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected].25 | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected].28 | ||
with: | ||
MAKE_OPS: "bump-chart-ver" | ||
VERSION: "${{ needs.chart-version.outputs.chart-version }}" | ||
CHART_NAME: "kubeblocks" | ||
CHART_DIR: "deploy/helm" | ||
DEP_CHART_DIR: "deploy/helm/depend-charts" | ||
APECD_REF: "v0.1.25" | ||
APECD_REF: "v0.1.28" | ||
secrets: inherit | ||
|
||
release-charts-image: | ||
|
@@ -54,7 +54,7 @@ jobs: | |
MAKE_OPS_PRE: "helm-package VERSION=${{ needs.chart-version.outputs.chart-version-bump }}" | ||
IMG: "apecloud/kubeblocks-charts" | ||
VERSION: "${{ needs.chart-version.outputs.chart-version }}" | ||
GO_VERSION: "1.20.5" | ||
GO_VERSION: "1.21" | ||
APECD_REF: "v0.1.24" | ||
DOCKERFILE_PATH: "./docker/Dockerfile-charts" | ||
secrets: inherit | ||
|
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
MAKE_OPS_PRE: "generate" | ||
IMG: "apecloud/kubeblocks" | ||
VERSION: "${{ needs.image-tag.outputs.tag-name }}" | ||
GO_VERSION: "1.20.5" | ||
GO_VERSION: "1.21" | ||
APECD_REF: "v0.1.24" | ||
DOCKERFILE_PATH: "./docker/Dockerfile" | ||
secrets: inherit | ||
|
@@ -54,10 +54,10 @@ jobs: | |
needs: image-tag | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | ||
with: | ||
MAKE_OPS_PRE: "generate test-go-generate" | ||
MAKE_OPS_PRE: "module generate test-go-generate" | ||
IMG: "apecloud/kubeblocks-tools" | ||
VERSION: "${{ needs.image-tag.outputs.tag-name }}" | ||
GO_VERSION: "1.20.5" | ||
GO_VERSION: "1.21" | ||
APECD_REF: "v0.1.24" | ||
DOCKERFILE_PATH: "./docker/Dockerfile-tools" | ||
secrets: inherit | ||
|
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
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.