You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: charts/external-dns/CHANGELOG.md
+16-3
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
19
19
## [UNRELEASED]
20
20
21
-
## Added
21
+
## [v1.14.5] - 2023-06-10
22
22
23
-
- Added support for `extraContainers` argument. ([#4432](https://github.com/kubernetes-sigs/external-dns/pull/4432))[@omerap12](https://github.com/omerap12)
24
-
- Added support for setting `excludeDomains` argument. ([#4380](https://github.com/kubernetes-sigs/external-dns/pull/4380))[@bford-evs](https://github.com/bford-evs)
23
+
### Added
24
+
25
+
- Added support for `extraContainers` argument. ([#4432](https://github.com/kubernetes-sigs/external-dns/pull/4432)) _@omerap12_
26
+
- Added support for setting `excludeDomains` argument. ([#4380](https://github.com/kubernetes-sigs/external-dns/pull/4380)) _@bford-evs_
27
+
28
+
### Changed
29
+
30
+
- Updated _ExternalDNS_ OCI image version to [v0.14.2](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.14.2). ([#4541](https://github.com/kubernetes-sigs/external-dns/pull/4541)) _@stevehipwell_
- Changed the implementation for `revisionHistoryLimit` to be more generic. ([#4541](https://github.com/kubernetes-sigs/external-dns/pull/4541)) _@stevehipwell_
33
+
34
+
### Fixed
35
+
36
+
- Fixed the `ServiceMonitor` job name to correctly use the instance label. ([#4541](https://github.com/kubernetes-sigs/external-dns/pull/4541)) _@stevehipwell_
25
37
26
38
## [v1.14.4] - 2023-04-03
27
39
@@ -175,6 +187,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
22
-
type: string
23
-
kind:
24
-
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
25
-
type: string
26
-
metadata:
27
-
type: object
28
-
spec:
29
-
description: DNSEndpointSpec defines the desired state of DNSEndpoint
30
-
properties:
31
-
endpoints:
32
-
items:
33
-
description: Endpoint is a high-level way of a connection between a service and an IP
34
-
properties:
35
-
dnsName:
36
-
description: The hostname of the DNS record
37
-
type: string
38
-
labels:
39
-
additionalProperties:
16
+
- name: v1alpha1
17
+
schema:
18
+
openAPIV3Schema:
19
+
properties:
20
+
apiVersion:
21
+
description: |-
22
+
APIVersion defines the versioned schema of this representation of an object.
23
+
Servers should convert recognized schemas to the latest internal value, and
24
+
may reject unrecognized values.
25
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
26
+
type: string
27
+
kind:
28
+
description: |-
29
+
Kind is a string value representing the REST resource this object represents.
30
+
Servers may infer this from the endpoint the client submits requests to.
31
+
Cannot be updated.
32
+
In CamelCase.
33
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
34
+
type: string
35
+
metadata:
36
+
type: object
37
+
spec:
38
+
description: DNSEndpointSpec defines the desired state of DNSEndpoint
39
+
properties:
40
+
endpoints:
41
+
items:
42
+
description:
43
+
Endpoint is a high-level way of a connection between
44
+
a service and an IP
45
+
properties:
46
+
dnsName:
47
+
description: The hostname of the DNS record
40
48
type: string
41
-
description: Labels stores labels defined for the Endpoint
42
-
type: object
43
-
providerSpecific:
44
-
description: ProviderSpecific stores provider specific config
45
-
items:
46
-
description: ProviderSpecificProperty holds the name and value of a configuration which is specific to individual DNS providers
47
-
properties:
48
-
name:
49
-
type: string
50
-
value:
51
-
type: string
49
+
labels:
50
+
additionalProperties:
51
+
type: string
52
+
description: Labels stores labels defined for the Endpoint
52
53
type: object
53
-
type: array
54
-
recordTTL:
55
-
description: TTL for the record
56
-
format: int64
57
-
type: integer
58
-
recordType:
59
-
description: RecordType type of record, e.g. CNAME, A, SRV, TXT etc
60
-
type: string
61
-
setIdentifier:
62
-
description: Identifier to distinguish multiple records with the same name and type (e.g. Route53 records with routing policies other than 'simple')
63
-
type: string
64
-
targets:
65
-
description: The targets the DNS record points to
66
-
items:
54
+
providerSpecific:
55
+
description: ProviderSpecific stores provider specific config
56
+
items:
57
+
description:
58
+
ProviderSpecificProperty holds the name and value
59
+
of a configuration which is specific to individual DNS providers
60
+
properties:
61
+
name:
62
+
type: string
63
+
value:
64
+
type: string
65
+
type: object
66
+
type: array
67
+
recordTTL:
68
+
description: TTL for the record
69
+
format: int64
70
+
type: integer
71
+
recordType:
72
+
description:
73
+
RecordType type of record, e.g. CNAME, A, AAAA,
74
+
SRV, TXT etc
67
75
type: string
68
-
type: array
69
-
type: object
70
-
type: array
71
-
type: object
72
-
status:
73
-
description: DNSEndpointStatus defines the observed state of DNSEndpoint
74
-
properties:
75
-
observedGeneration:
76
-
description: The generation observed by the external-dns controller.
77
-
format: int64
78
-
type: integer
79
-
type: object
80
-
type: object
81
-
served: true
82
-
storage: true
83
-
subresources:
84
-
status: {}
76
+
setIdentifier:
77
+
description:
78
+
Identifier to distinguish multiple records with
79
+
the same name and type (e.g. Route53 records with routing
80
+
policies other than 'simple')
81
+
type: string
82
+
targets:
83
+
description: The targets the DNS record points to
84
+
items:
85
+
type: string
86
+
type: array
87
+
type: object
88
+
type: array
89
+
type: object
90
+
status:
91
+
description: DNSEndpointStatus defines the observed state of DNSEndpoint
92
+
properties:
93
+
observedGeneration:
94
+
description: The generation observed by the external-dns controller.
0 commit comments