Skip to content

Commit

Permalink
chore: release v1.7.0 (#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
tao12345666333 committed Sep 7, 2023
1 parent 7ecd088 commit d91757a
Show file tree
Hide file tree
Showing 16 changed files with 330 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ github:
v1.6.0:
required_pull_request_reviews:
required_approving_review_count: 1
1.7.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.6.0
- 1.7.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.6.0
- 1.7.0
type: [review_requested, ready_for_review]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ci-v2-cron-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
push:
branches:
- master
- v1.6.0
- 1.7.0

concurrency:
group: ${{ github.workflow }}-dev
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.6.0
- 1.7.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.6.0
- 1.7.0
type: [review_requested, ready_for_review]

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goimports-reviser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- v1.6.0
- 1.7.0
type: [review_requested, ready_for_review]
jobs:
changes:
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.6.0
- 1.7.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.6.0
- 1.7.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.6.0
- 1.7.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.6.0
- 1.7.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.6.0
- 1.7.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.6.0
- 1.7.0
type: [review_requested, ready_for_review]
jobs:
changes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- v1.6.0
- 1.7.0
type: [review_requested, ready_for_review]
jobs:
changes:
Expand Down
313 changes: 313 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
default: help

VERSION ?= 1.6.0
VERSION ?= 1.7.0


TARGET_APISIX_VERSION ?= "3.4.1-centos"
Expand Down

0 comments on commit d91757a

Please sign in to comment.