|
| 1 | +# |
| 2 | +# Licensed to the Apache Software Foundation (ASF) under one or more |
| 3 | +# contributor license agreements. See the NOTICE file distributed with |
| 4 | +# this work for additional information regarding copyright ownership. |
| 5 | +# The ASF licenses this file to You under the Apache License, Version 2.0 |
| 6 | +# (the "License"); you may not use this file except in compliance with |
| 7 | +# the License. You may obtain a copy of the License at |
| 8 | +# |
| 9 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +# |
| 11 | +# Unless required by applicable law or agreed to in writing, software |
| 12 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | +# See the License for the specific language governing permissions and |
| 15 | +# limitations under the License. |
| 16 | +# |
| 17 | +# commit to be tagged for new release |
| 18 | +commit = "HEAD" |
| 19 | + |
| 20 | +# project_name is used to refer to the project in the notes |
| 21 | +project_name = "apisix-ingress-controller" |
| 22 | + |
| 23 | +# github_repo is the github project, only github is currently supported |
| 24 | +github_repo = "apache/apisix-ingress-controller" |
| 25 | + |
| 26 | +# match_deps is a pattern to determine which dependencies should be included |
| 27 | +# as part of this release. The changelog will also include changes for these |
| 28 | +# dependencies based on the change in the dependency's version. |
| 29 | +match_deps = "^github.com/(apache/[a-zA-Z0-9-]+)$" |
| 30 | + |
| 31 | +# previous release of this project for determining changes |
| 32 | +previous = "1.4.0" |
| 33 | + |
| 34 | +# pre_release is whether to include a disclaimer about being a pre-release |
| 35 | +pre_release = false |
| 36 | + |
| 37 | +# preface is the description of the release which precedes the author list |
| 38 | +# and changelog. This description could include highlights as well as any |
| 39 | +# description of changes. Use markdown formatting. |
| 40 | +preface = """\ |
| 41 | +This is a Patch version release. |
| 42 | +
|
| 43 | +## Highlights |
| 44 | +
|
| 45 | +### Roadmap |
| 46 | +
|
| 47 | +In next release(v1.5), custom resource's API version v2 will be GA released. Please go to [#707](https://github.com/apache/apisix-ingress-controller/issues/707) for detail. |
| 48 | +
|
| 49 | +### Bug fixes |
| 50 | +
|
| 51 | +* fix: consumer name contain "-" [#828](https://github.com/apache/apisix-ingress-controller/pull/828) |
| 52 | +* fix: fix typo in ApidixRoute CRD [#830](https://github.com/apache/apisix-ingress-controller/pull/830) |
| 53 | +* fix: add v2beta3 register resources [#833](https://github.com/apache/apisix-ingress-controller/pull/833) |
| 54 | +* fix: ApisixClusterConfig e2e test case [#859](https://github.com/apache/apisix-ingress-controller/pull/859) |
| 55 | +* fix: objects get from lister must be treated as read-only [#829](https://github.com/apache/apisix-ingress-controller/pull/829) |
| 56 | +* fix ingress delete panic [#872](https://github.com/apache/apisix-ingress-controller/pull/872) |
| 57 | +* fix json unmarshal error when list plguins [#888](https://github.com/apache/apisix-ingress-controller/pull/888) |
| 58 | +* fix: check if stream_routes is disabled [#868](https://github.com/apache/apisix-ingress-controller/pull/868) |
| 59 | +* fix: avoid create pluginconfig in the tranlsation of route [#845](https://github.com/apache/apisix-ingress-controller/pull/845) |
| 60 | +* fix: filter useless pod update event [#894](https://github.com/apache/apisix-ingress-controller/pull/894) |
| 61 | +* fix: fix ep resourceVersion comparison and clean up [#901](https://github.com/apache/apisix-ingress-controller/pull/901) |
| 62 | +* fix: ingress update event handler not filter by watching namespaces [#947](https://github.com/apache/apisix-ingress-controller/pull/) |
| 63 | +""" |
0 commit comments