8000 Backport: Changelog v1.70.7 by deckhouse-BOaTswain · Pull Request #14113 · deckhouse/deckhouse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Backport: Changelog v1.70.7 #14113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG/CHANGELOG-v1.70.7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
control-plane-manager:
fixes:
- summary: fix kubeadm v1beta4 config
pull_request: https://github.com/deckhouse/deckhouse/pull/14058
deckhouse-controller:
fixes:
- summary: fix wrong behavior of Pending ModuleReleases
pull_request: https://github.com/deckhouse/deckhouse/pull/14095
ingress-nginx:
fixes:
- summary: fixed `node-selector` and `tolerations` in validator `pod`
pull_request: https://github.com/deckhouse/deckhouse/pull/14084
istio:
fixes:
- summary: Fix for collecting debugging resources in collect-debug-info about Istio
pull_request: https://github.com/deckhouse/deckhouse/pull/14072
impact: >-
When called collect-debug-info command in cluster without Istio, user see errors, but
archive create correct
node-local-dns:
fixes:
- summary: >-
Improved stability for clusters with poor node-to-node connection quality by increasing
node-local-dns to kube-dns healthcheck timeouts.
pull_request: https://github.com/deckhouse/deckhouse/pull/14075

8 changes: 8 additions & 0 deletions CHANGELOG/CHANGELOG-v1.70.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog v1.70

## [MALFORMED]


- #13974 unknown section "snapshot-controller"

## Know before update


Expand Down Expand Up @@ -97,6 +102,7 @@
- **[cloud-provider-zvirt]** Fixed `zVirt` cloud-discoverer panic. [#13462](https://github.com/deckhouse/deckhouse/pull/13462)
- **[cni-cilium]** Added the hook for the `EgressGateway` controller to clean up stale system node labels. [#12971](https://github.com/deckhouse/deckhouse/pull/12971)
- **[cni-cilium]** Added restoring/hiding network access to `cilium` endpoint (cep) when higher/lower priority cep was removed/added. [#12793](https://github.com/deckhouse/deckhouse/pull/12793)
- **[control-plane-manager]** fix kubeadm v1beta4 config [#14058](https://github.com/deckhouse/deckhouse/pull/14058)
- **[control-plane-manager]** audit-log-maxage value to 30 days [#14044](https://github.com/deckhouse/deckhouse/pull/14044)
- **[control-plane-manager]** Fixed performance regression in `etcd`. [#13581](https://github.com/deckhouse/deckhouse/pull/13581)
- **[deckhouse]** Fix obsolete config alert stuck after deleting module config. [#14066](https://github.com/deckhouse/deckhouse/pull/14066)
Expand All @@ -106,6 +112,7 @@
- **[deckhouse]** Added a condition to apply patch releases in the maintenance window, if it exists. [#12935](https://github.com/deckhouse/deckhouse/pull/12935)
- **[deckhouse]** Removed system-wide proxy from `/etc/systemd/system.conf.d/`. [#12832](https://github.com/deckhouse/deckhouse/pull/12832)
- **[deckhouse]** Changed the method of connecting deckhouse-controller to API-server. [#12282](https://github.com/deckhouse/deckhouse/pull/12282)
- **[deckhouse-controller]** fix wrong behavior of Pending ModuleReleases [#14095](https://github.com/deckhouse/deckhouse/pull/14095)
- **[descheduler]** Fixed bug go mod tidy. [#13447](https://github.com/deckhouse/deckhouse/pull/13447)
- **[descheduler]** Fixed `descheduler` CVE vulnerabilities. [#13306](https://github.com/deckhouse/deckhouse/pull/13306)
- **[dhctl]** Fix unexpected behavior with legacy API versions in VCD [#13681](https://github.com/deckhouse/deckhouse/pull/13681)
Expand All @@ -128,6 +135,7 @@
- **[metallb]** Dashboards are aligned with user experience expectations. [#12666](https://github.com/deckhouse/deckhouse/pull/12666)
- **[monitoring-deckhouse]** Fixed many to many error in `ModuleReleaseIsWaitingManualApproval` alert. [#13429](https://github.com/deckhouse/deckhouse/pull/13429)
- **[monitoring-ping]** Changed the container port kube-rbac-proxy of DaemonSet monitoring-ping from 4229 to 4289 [#13684](https://github.com/deckhouse/deckhouse/pull/13684)
- **[node-local-dns]** Improved stability for clusters with poor node-to-node connection quality by increasing node-local-dns to kube-dns healthcheck timeouts. [#14075](https://github.com/deckhouse/deckhouse/pull/14075)
- **[node-local-dns]** Changed container liveness port. [#13922](https://github.com/deckhouse/deckhouse/pull/13922)
- **[node-local-dns]** Fixing of the stale-dns-connections-cleaner pods [#13615](https://github.com/deckhouse/deckhouse/pull/13615)
- **[node-manager]** fixed update for static clusters [#13963](https://github.com/deckhouse/deckhouse/pull/13963)
Expand Down
Loading
0