-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
115 additions
and
14 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 |
---|---|---|
|
@@ -24,7 +24,7 @@ on: | |
pull_request: | ||
branches: | ||
- master | ||
- 1.7.0 | ||
- 1.8.0 | ||
schedule: | ||
- cron: '25 5 * * 5' | ||
|
||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ on: | |
pull_request: | ||
branches: | ||
- master | ||
- 1.7.0 | ||
- 1.8.0 | ||
|
||
permissions: | ||
contents: read | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ on: | |
push: | ||
branches: | ||
- master | ||
- 1.7.0 | ||
- 1.8.0 | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-dev | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ on: | |
pull_request: | ||
branches: | ||
- master | ||
- 1.7.0 | ||
- 1.8.0 | ||
jobs: | ||
changes: | ||
runs-on: ubuntu-latest | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ on: | |
pull_request: | ||
branches: | ||
- master | ||
- 1.7.0 | ||
- 1.8.0 | ||
|
||
jobs: | ||
changes: | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ on: | |
pull_request: | ||
branches: | ||
- master | ||
- 1.7.0 | ||
- 1.8.0 | ||
|
||
jobs: | ||
check-license: | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ on: | |
pull_request: | ||
branches: | ||
- master | ||
- 1.7.0 | ||
- 1.8.0 | ||
jobs: | ||
changes: | ||
runs-on: ubuntu-latest | ||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ on: | |
pull_request: | ||
branches: | ||
- master | ||
- 1.7.0 | ||
- 1.8.0 | ||
jobs: | ||
misspell: | ||
name: runner / misspell | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ on: | |
pull_request: | ||
branches: | ||
- master | ||
- 1.7.0 | ||
- 1.8.0 | ||
jobs: | ||
changes: | ||
runs-on: ubuntu-latest | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ on: | |
pull_request: | ||
branches: | ||
- master | ||
- 1.7.0 | ||
- 1.8.0 | ||
jobs: | ||
changes: | ||
runs-on: ubuntu-latest | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ on: | |
pull_request: | ||
branches: | ||
- master | ||
- 1.7.0 | ||
- 1.8.0 | ||
jobs: | ||
changes: | ||
runs-on: ubuntu-latest | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# | ||
default: help | ||
|
||
VERSION ?= 1.7.0 | ||
VERSION ?= 1.8.0 | ||
|
||
|
||
TARGET_APISIX_VERSION ?= "3.4.1-centos" | ||
|
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,53 @@ | ||
# | ||
# Licensed to the Apache Software Foundation (ASF) under one or more | ||
# contributor license agreements. See the NOTICE file distributed with | ||
# this work for additional information regarding copyright ownership. | ||
# The ASF licenses this file to You under the Apache License, Version 2.0 | ||
# (the "License"); you may not use this file except in compliance with | ||
# the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# commit to be tagged for new release | ||
commit = "HEAD" | ||
|
||
# project_name is used to refer to the project in the notes | ||
project_name = "apisix-ingress-controller" | ||
|
||
# github_repo is the github project, only github is currently supported | ||
github_repo = "apache/apisix-ingress-controller" | ||
|
||
# match_deps is a pattern to determine which dependencies should be included | ||
# as part of this release. The changelog will also include changes for these | ||
# dependencies based on the change in the dependency's version. | ||
match_deps = "^github.com/(apache/[a-zA-Z0-9-]+)$" | ||
|
||
# previous release of this project for determining changes | ||
previous = "1.7.1" | ||
|
||
# pre_release is whether to include a disclaimer about being a pre-release | ||
pre_release = false | ||
|
||
# preface is the description of the release which precedes the author list | ||
# and changelog. This description could include highlights as well as any | ||
# description of changes. Use markdown formatting. | ||
preface = """\ | ||
This is a feature release. | ||
## Highlights | ||
This release contains following new features: | ||
- feat: add skip_mtls_uri_regex support for ApisixTls | ||
- feat: add support for multiple labels with same key | ||
- feat: Allow merging nested values in plugin config secretRef | ||
- feat: allow configuring timeout and retries for upstream with ingress | ||
And also contains few bug fixes along with an upgrade of etcd-adapter package. | ||
""" |