This is an automated email from the ASF dual-hosted git repository.
ashishtiwari pushed a commit to branch 1.8.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/1.8.0 by this push:
new 9e479abc feat: add v1.8.0 release note
9e479abc is described below
commit 9e479abca64ba61c1dcb0db07f3045801164ca82
Author: Ashish Tiwari <[email protected]>
AuthorDate: Thu Dec 21 00:34:57 2023 +0530
feat: add v1.8.0 release note
---
CHANGELOG.md | 45 ++++++++++++++++++++++++++++++++++++++++++++
releases/v1.8.0.toml | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 98 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8f4910b..dbd25fb5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
# Table of Contents
+- [1.8.0](#180)
- [1.7.0](#170)
- [1.6.0](#160)
- [1.6.0-rc1](#160-rc1)
@@ -38,6 +39,50 @@
- [0.2.0](#020)
- [0.1.0](#010)
+# 1.8.0
+
+## What's New
+
+- docs: update keys based helm chart version @Revolyssup (#2085)
+- feat: add `skip_mtls_uri_regex` support for ApisixTls @aynp (#1915)
+- feat: add support for multiple labels with same key @Revolyssup (#2099)
+- feat: Allow merging nested values in plugin config secretRef @Revolyssup
(#2096)
+- feat: allow configuring timeout and retries for upstream with ingress
@Revolyssup (#1876)
+- ci: add workflow to push docker image @Revolyssup (#2081)
+- fix: upgrade etcd-adapter @Revolyssup (#2078)
+- docs: Add doc for ApisixConsumer @Revolyssup (#2074)
+- fix: create unique TLS object for each item in Ingress tls @Revolyssup
(#1989)
+- feat: add release-drafter @Revolyssup (#2068)
+- fix: replace string comparison with 64 bit int @Revolyssup (#2062)
+- chore: add Revolyssup in reviewers @Revolyssup (#2059)
+- chore(deps): bump google.golang.org/grpc from 1.42.0 to 1.56.3 in
/test/e2e/testbackend @dependabot (#2026)
+- docs: add best practice docs to avoid race condition bw kubelet and apisix
@Revolyssup (#2045)
+- chore: correct Makefile comments @jiangfucheng (#2038)
+- Renamed field in examples according to CRD @nayavu (#2032)
+
+## 🐛 Bug Fixes
+
+- fix: Some CRDs missing status sub-resource @Chever-John (#1809)
+
+## 🧰 Maintenance
+
+- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 in
/test/e2e @dependabot (#2079)
+- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /test/e2e
@dependabot (#2107)
+- chore(deps): bump k8s.io/client-go from 0.28.4 to 0.29.0 in /test/e2e
@dependabot (#2105)
+- chore(deps): bump k8s.io/api from 0.28.2 to 0.28.4 @dependabot (#2056)
+- chore(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4 in /test/e2e
@dependabot (#2052)
+- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 in
/test/e2e @dependabot (#2041)
+- chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /test/e2e
@dependabot (#2024)
+- chore(deps): bump k8s.io/apimachinery from 0.28.3 to 0.28.4 in /test/e2e
@dependabot (#2054)
+- chore(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 in
/test/e2e @dependabot (#2035)
+- chore(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3 in /test/e2e
@dependabot (#2016)
+- chore(deps): bump k8s.io/api from 0.28.2 to 0.28.3 in /test/e2e @dependabot
(#2018)
+
+## 👨🏽💻 Contributors
+
+Thank you to our contributors for making this release possible:
+@Chever-John, @Revolyssup, @aynp, @dependabot, @dependabot[bot], @jiangfucheng
and @nayavu
+
# 1.7.0
Welcome to the 1.7.0 release of apisix-ingress-controller!
diff --git a/releases/v1.8.0.toml b/releases/v1.8.0.toml
new file mode 100644
index 00000000..466e494f
--- /dev/null
+++ b/releases/v1.8.0.toml
@@ -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.
+
+"""