Skip to content

Commit 4d42c9a

Browse files
RevolyssupGallardotzll600acuteauraAlinsRan
authored
release: add release notes for 1.8.1 and cherry pick commits (#2211)
* docs: clarify usage of external service discovery (#2124) * feat: add plugin_config_namespace parameter to ApisixRoute (#2137) * feat: add plugin_config_namespace parameter to ApisixRoute Add plugin_config_namespace parameter to ApisixRoute resource to allow cross namespace discovery. * fix indentation Signed-off-by: Ashish Tiwari <[email protected]> * remove route.yaml Signed-off-by: Ashish Tiwari <[email protected]> * fix e2e test Signed-off-by: Ashish Tiwari <[email protected]> * update gomod gosum * fix e2e test Signed-off-by: Ashish Tiwari <[email protected]> * fix e2e test Signed-off-by: Ashish Tiwari <[email protected]> * Update pkg/providers/apisix/apisix_route.go Co-authored-by: Gallardot <[email protected]> * create namespace * refactor test * refactor test * fix e2e * fix e2e * update crd * Add EOL Signed-off-by: Ashish Tiwari <[email protected]> --------- Signed-off-by: Ashish Tiwari <[email protected]> Co-authored-by: Gallardot <[email protected]> * fix: remove path validation (#2140) * docs: update NOTICE (#2149) * refactor(cmd/ingress): invert signal ctx logic (#2139) * refactor(cmd/ingress): invert signal ctx logic this commit changes the signal handling in cmd/ingress to be wrapped in a context, and inverts which goroutine runs the controller and which watches for the context to be cancelled, which allows some scaffolding (`sync.WaitGroup`) to be removed and now properly handles the controller exiting with `nil` (as it does when leader election fails) * test: failing flaky unit test (#2151) * fix: failing flaky unit test * chore(ci): remove tao12345666333 and lingsamuel in reviewers (#2150) * chore(deps): bump github.com/onsi/ginkgo/v2 in /test/e2e (#2177) Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.13.2 to 2.16.0. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.13.2...v2.16.0) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump k8s.io/apimachinery from 0.29.0 to 0.29.2 in /test/e2e (#2161) Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.29.0 to 0.29.2. - [Commits](kubernetes/apimachinery@v0.29.0...v0.29.2) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump k8s.io/api from 0.29.0 to 0.29.2 in /test/e2e (#2163) Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.0 to 0.29.2. - [Commits](kubernetes/api@v0.29.0...v0.29.2) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0 in /test/e2e (#2172) Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.26.0...v1.27.0) --- updated-dependencies: - dependency-name: go.uber.org/zap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump k8s.io/client-go from 0.29.0 to 0.29.2 in /test/e2e (#2162) Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.0 to 0.29.2. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.29.0...v0.29.2) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump k8s.io/apimachinery from 0.29.2 to 0.29.3 in /test/e2e (#2185) Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.29.2 to 0.29.3. - [Commits](kubernetes/apimachinery@v0.29.2...v0.29.3) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: upgrade etcd-adapter to latest version (#2205) * chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#2196) Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/onsi/ginkgo/v2 in /test/e2e (#2195) Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.16.0 to 2.17.1. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.16.0...v2.17.1) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: use force=true to hard delete the apisix resource (#2210) Signed-off-by: Ashish Tiwari <[email protected]> * chore: remove redundant logs and improve logs for users (#2206) * chore: remove redundant logs and improve error when upstream is created Co-authored-by: AlinsRan <[email protected]> --------- Signed-off-by: Ashish Tiwari <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Gallardot <[email protected]> Co-authored-by: Leigang Zhang <[email protected]> Co-authored-by: Aurelia <[email protected]> Co-authored-by: AlinsRan <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8309af commit 4d42c9a

35 files changed

+383
-125
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ updates:
2626
labels:
2727
- "area/dependencies"
2828
reviewers:
29-
- "tao12345666333"
30-
- "lingsamuel"
3129
- "AlinsRan"
3230
- "Gallardot"
3331
- "Revolyssup"
@@ -38,8 +36,6 @@ updates:
3836
labels:
3937
- "area/dependencies"
4038
reviewers:
41-
- "tao12345666333"
42-
- "lingsamuel"
4339
- "AlinsRan"
4440
- "Gallardot"
4541
- "Revolyssup"
@@ -50,8 +46,6 @@ updates:
5046
labels:
5147
- "area/dependencies"
5248
reviewers:
53-
- "tao12345666333"
54-
- "lingsamuel"
5549
- "AlinsRan"
5650
- "Gallardot"
5751
- "Revolyssup"

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
pull_request:
2525
branches:
2626
- master
27-
- 1.8.0
27+
- v1.8.0
2828
schedule:
2929
- cron: '25 5 * * 5'
3030

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
pull_request:
2222
branches:
2323
- master
24-
- 1.8.0
24+
- v1.8.0
2525

2626
permissions:
2727
contents: read

.github/workflows/e2e-test-ci-v2-cron-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
push:
2626
branches:
2727
- master
28-
- 1.8.0
28+
- v1.8.0
2929

3030
concurrency:
3131
group: ${{ github.workflow }}-dev

.github/workflows/e2e-test-ci-v2-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
pull_request:
2525
branches:
2626
- master
27-
- 1.8.0
27+
- v1.8.0
2828

2929
concurrency:
3030
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-v2

.github/workflows/e2e-test-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- 1.8.0
28+
- v1.8.0
2929

3030
concurrency:
3131
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/goimports-reviser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- 1.8.0
28+
- v1.8.0
2929
jobs:
3030
changes:
3131
runs-on: ubuntu-latest

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- 1.8.0
28+
- v1.8.0
2929

3030
jobs:
3131
changes:

.github/workflows/license-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- 1.8.0
28+
- v1.8.0
2929

3030
jobs:
3131
check-license:

.github/workflows/lint-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- 1.8.0
28+
- v1.8.0
2929
jobs:
3030
changes:
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)