Skip to content

Commit ef43cf1

Browse files
authored
Merge pull request #70351 from jmanthei/OSDOCS-9225
OSDOCS-9225 Create External DNS Release Notes Page
2 parents bed44b4 + 27851e7 commit ef43cf1

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,8 @@ Topics:
12751275
- Name: External DNS Operator
12761276
Dir: external_dns_operator
12771277
Topics:
1278+
- Name: External DNS Operator release notes
1279+
File: external-dns-operator-release-notes
12781280
- Name: Understanding the External DNS Operator
12791281
File: understanding-external-dns-operator
12801282
- Name: Installing the External DNS Operator
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="external-dns-operator-release-notes"]
3+
= External DNS Operator release notes
4+
:context: external-dns-operator-release-notes
5+
include::_attributes/common-attributes.adoc[]
6+
7+
toc::[]
8+
9+
The External DNS Operator deploys and manages `ExternalDNS` to provide name resolution for services and routes from the external DNS provider to {product-title}.
10+
11+
These release notes track the development of the External DNS Operator in {product-title}.
12+
13+
[id="external-dns-operator-release-notes-1.2.0"]
14+
== External DNS Operator 1.2.0
15+
16+
The following advisory is available for the External DNS Operator version 1.2.0:
17+
18+
* link:https://access.redhat.com/errata/RHEA-2023:7239[RHEA-2022:5867 ExternalDNS Operator 1.2 operator/operand containers]
19+
20+
[id="external-dns-operator-1.2.0-new-features"]
21+
=== New features
22+
23+
* The External DNS Operator now supports AWS shared VPC. For more information, see xref:../../networking/external_dns_operator/nw-creating-dns-records-on-aws.adoc#nw-control-dns-records-public-aws-with-VPC_creating-dns-records-on-aws[Creating DNS records in a different AWS Account using a shared VPC].
24+
25+
[id="external-dns-operator-1.2.0-bug-fixes"]
26+
=== Bug fixes
27+
28+
* The update strategy for the operand changed from `Rolling` to `Recreate`. (link:https://issues.redhat.com/browse/OCPBUGS-3630[*OCPBUGS-3630*])
29+
30+
[id="external-dns-operator-release-notes-1.1.1"]
31+
== External DNS Operator 1.1.1
32+
33+
The following advisory is available for the External DNS Operator version 1.1.1:
34+
35+
* link:https://access.redhat.com/errata/RHEA-2024:0536[RHEA-2024:0536 ExternalDNS Operator 1.1 operator/operand containers]
36+
37+
[id="external-dns-operator-release-notes-1.1.0"]
38+
== External DNS Operator 1.1.0
39+
40+
This release included a rebase of the operand from the upstream project version 0.13.1. The following advisory is available for the External DNS Operator version 1.1.0:
41+
42+
* link:https://access.redhat.com/errata/RHEA-2022:9086[RHEA-2022:9086-01 ExternalDNS Operator 1.1 operator/operand containers]
43+
44+
[id="external-dns-operator-1.1.0-bug-fix"]
45+
=== Bug fixes
46+
47+
* Previously, the ExternalDNS Operator enforced an empty `defaultMode` value for volumes, which caused constant updates due to a conflict with the OpenShift API. Now, the `defaultMode` value is not enforced and operand deployment does not update constantly. (link:https://issues.redhat.com/browse/OCPBUGS-2793[*OCPBUGS-2793*])
48+
49+
[id="external-dns-operator-release-notes-1.0.1"]
50+
== External DNS Operator 1.0.1
51+
52+
The following advisory is available for the External DNS Operator version 1.0.1:
53+
54+
* link:https://access.redhat.com/errata/RHEA-2024:0537[RHEA-2024:0537 ExternalDNS Operator 1.0 operator/operand containers]
55+
56+
57+
[id="external-dns-operator-release-notes-1.0.0"]
58+
== External DNS Operator 1.0.0
59+
60+
The following advisory is available for the External DNS Operator version 1.0.0:
61+
62+
* link:https://access.redhat.com/errata/RHEA-2022:5867[RHEA-2022:5867 ExternalDNS Operator 1.0 operator/operand containers]
63+
64+
[id="external-dns-operator-1.0.0-bug-fixes"]
65+
=== Bug fixes
66+
67+
* Previously, the External DNS Operator issued a warning about the violation of the restricted SCC policy during ExternalDNS operand pod deployments. This issue has been resolved. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2086408[*BZ#2086408*])

0 commit comments

Comments
 (0)