istio

Форк
0
/
43892.yaml 
34 строки · 1.4 Кб
1
apiVersion: release-notes/v2
2

3
# This YAML file describes the format for specifying a release notes entry for Istio.
4
# This should be filled in for all user facing changes.
5

6
# kind describes the type of change that this represents.
7
# Valid Values are:
8
# - bug-fix -- Used to specify that this change represents a bug fix.
9
# - security-fix -- Used to specify that this change represents a vulnerability fix.
10
# - feature -- Used to specify a new feature that has been added.
11
# - test -- Used to describe additional testing added. This file is optional for
12
#   tests, but included for completeness.
13
kind: bug-fix
14

15
# area describes the area that this change affects.
16
# Valid values are:
17
# - traffic-management
18
# - security
19
# - telemetry
20
# - installation
21
# - istioctl
22
# - documentation
23
area: traffic-management 
24

25
# issue is a list of GitHub issues resolved in this note.
26
# If issue is not in the current repo, specify its full URL instead.
27
issue:
28
  - 41462 
29

30
# releaseNotes is a markdown listing of any user facing changes. This will appear in the
31
# release notes.
32
releaseNotes:
33
  - |-
34
    **Fixed** enhancement for Dual Stack to set up the correct DNS family type. 1. `CheckIPFamilyTypeForFirstIPs` has been added to help confirm the IP family type based on the first IP address. 2. Uniform the Dual Stack feature flags for both control and data plane to `ISTIO_DUAL_STACK` with the same environment variable.
35

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.