Skip to content

Commit

Permalink
chore: add change log for v1.6.0 (#1561)
Browse files Browse the repository at this point in the history
* docs: add CHANGELOG for v1.6.0
* chore: set v1.6 as protect branch (#1556)

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Dec 27, 2022
1 parent 88b1d45 commit ea315c0
Show file tree
Hide file tree
Showing 12 changed files with 228 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ github:
v1.5.0:
required_pull_request_reviews:
required_approving_review_count: 1
v1.6.0:
required_pull_request_reviews:
required_approving_review_count: 1
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
# The branches below must be a subset of the branches above
branches:
- master
- v1.5.0
- v1.6.0
schedule:
- cron: '25 5 * * 5'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
pull_request:
branches:
- master
- v1.5.0
- v1.6.0
type: [review_requested, ready_for_review]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ci-v2-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
pull_request:
branches:
- master
- v1.5.0
- v1.6.0
types: [ labeled, opened, synchronize, reopened, review_requested, ready_for_review ]

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- v1.5.0
- v1.6.0
type: [review_requested, ready_for_review]

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- v1.5.0
- v1.6.0
type: [review_requested, ready_for_review]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- v1.5.0
- v1.6.0
type: [review_requested, ready_for_review]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- v1.5.0
- v1.6.0
type: [review_requested, ready_for_review]
jobs:
changes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
pull_request:
branches:
- master
- v1.5.0
- v1.6.0
type: [review_requested, ready_for_review]
jobs:
misspell:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- v1.5.0
- v1.6.0
type: [review_requested, ready_for_review]
jobs:
changes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- v1.5.0
- v1.6.0
type: [review_requested, ready_for_review]
jobs:
changes:
Expand Down
215 changes: 215 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

0 comments on commit ea315c0

Please sign in to comment.