mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
chore(chart): Released chart for v0.14.2
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
parent
56a0646a03
commit
aef83b936b
@ -18,10 +18,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [UNRELEASED]
|
## [UNRELEASED]
|
||||||
|
|
||||||
## Added
|
## [v1.14.5] - 2023-06-10
|
||||||
|
|
||||||
- Added support for `extraContainers` argument. ([#4432](https://github.com/kubernetes-sigs/external-dns/pull/4432))[@omerap12](https://github.com/omerap12)
|
### Added
|
||||||
- Added support for setting `excludeDomains` argument. ([#4380](https://github.com/kubernetes-sigs/external-dns/pull/4380))[@bford-evs](https://github.com/bford-evs)
|
|
||||||
|
- Added support for `extraContainers` argument. ([#4432](https://github.com/kubernetes-sigs/external-dns/pull/4432)) _@omerap12_
|
||||||
|
- Added support for setting `excludeDomains` argument. ([#4380](https://github.com/kubernetes-sigs/external-dns/pull/4380)) _@bford-evs_
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- 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_
|
||||||
|
- Updated `DNSEndpoint` CRD. ([#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_
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed the `ServiceMonitor` job name to correctly use the instance label. ([#4541](https://github.com/kubernetes-sigs/external-dns/pull/4541)) _@stevehipwell_
|
||||||
|
|
||||||
## [v1.14.4] - 2023-04-03
|
## [v1.14.4] - 2023-04-03
|
||||||
|
|
||||||
@ -175,6 +187,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
RELEASE LINKS
|
RELEASE LINKS
|
||||||
-->
|
-->
|
||||||
[UNRELEASED]: https://github.com/kubernetes-sigs/external-dns/tree/master/charts/external-dns
|
[UNRELEASED]: https://github.com/kubernetes-sigs/external-dns/tree/master/charts/external-dns
|
||||||
|
[v1.14.5]: https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.14.5
|
||||||
[v1.14.4]: https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.14.4
|
[v1.14.4]: https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.14.4
|
||||||
[v1.14.3]: https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.14.3
|
[v1.14.3]: https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.14.3
|
||||||
[v1.14.2]: https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.14.2
|
[v1.14.2]: https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.14.2
|
||||||
|
@ -2,8 +2,8 @@ apiVersion: v2
|
|||||||
name: external-dns
|
name: external-dns
|
||||||
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
|
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
|
||||||
type: application
|
type: application
|
||||||
version: 1.14.4
|
version: 1.14.5
|
||||||
appVersion: 0.14.1
|
appVersion: 0.14.2
|
||||||
keywords:
|
keywords:
|
||||||
- kubernetes
|
- kubernetes
|
||||||
- externaldns
|
- externaldns
|
||||||
@ -21,6 +21,14 @@ maintainers:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: added
|
||||||
description: "Added support for dnsConfig."
|
description: "Added support for `extraContainers` argument."
|
||||||
|
- kind: added
|
||||||
|
description: "Added support for setting `excludeDomains` argument."
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: "Updated _ExternalDNS_ OCI image version to [v0.14.1](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.14.1)."
|
description: "Updated _ExternalDNS_ OCI image version to [v0.14.2](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.14.2)."
|
||||||
|
- kind: changed
|
||||||
|
description: "Updated `DNSEndpoint` CRD."
|
||||||
|
- kind: changed
|
||||||
|
description: "Changed the implementation for `revisionHistoryLimit` to be more generic."
|
||||||
|
- kind: fixed
|
||||||
|
description: "Fixed the `ServiceMonitor` job name to correctly use the instance label."
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# external-dns
|
# external-dns
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
|
ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ helm repo add external-dns https://kubernetes-sigs.github.io/external-dns/
|
|||||||
After you've installed the repo you can install the chart.
|
After you've installed the repo you can install the chart.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
helm upgrade --install external-dns external-dns/external-dns --version 1.14.4
|
helm upgrade --install external-dns external-dns/external-dns --version 1.14.5
|
||||||
```
|
```
|
||||||
|
|
||||||
## Providers
|
## Providers
|
||||||
@ -44,6 +44,7 @@ See [documentation](https://kubernetes-sigs.github.io/external-dns/#new-provider
|
|||||||
### Other Providers
|
### Other Providers
|
||||||
|
|
||||||
For set up for a specific provider using the Helm chart, see the following links:
|
For set up for a specific provider using the Helm chart, see the following links:
|
||||||
|
|
||||||
- [AWS](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md#using-helm-with-oidc)
|
- [AWS](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md#using-helm-with-oidc)
|
||||||
- [akamai-edgedns](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/akamai-edgedns.md#using-helm)
|
- [akamai-edgedns](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/akamai-edgedns.md#using-helm)
|
||||||
- [cloudflare](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/cloudflare.md#using-helm)
|
- [cloudflare](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/cloudflare.md#using-helm)
|
||||||
|
@ -39,6 +39,7 @@ See [documentation](https://kubernetes-sigs.github.io/external-dns/#new-provider
|
|||||||
### Other Providers
|
### Other Providers
|
||||||
|
|
||||||
For set up for a specific provider using the Helm chart, see the following links:
|
For set up for a specific provider using the Helm chart, see the following links:
|
||||||
|
|
||||||
- [AWS](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md#using-helm-with-oidc)
|
- [AWS](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md#using-helm-with-oidc)
|
||||||
- [akamai-edgedns](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/akamai-edgedns.md#using-helm)
|
- [akamai-edgedns](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/akamai-edgedns.md#using-helm)
|
||||||
- [cloudflare](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/cloudflare.md#using-helm)
|
- [cloudflare](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/cloudflare.md#using-helm)
|
||||||
|
@ -3,7 +3,7 @@ kind: CustomResourceDefinition
|
|||||||
metadata:
|
metadata:
|
||||||
name: dnsendpoints.externaldns.k8s.io
|
name: dnsendpoints.externaldns.k8s.io
|
||||||
annotations:
|
annotations:
|
||||||
api-approved.kubernetes.io: "https://github.com/kubernetes-sigs/external-dns/pull/2007"
|
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/external-dns/pull/2007
|
||||||
spec:
|
spec:
|
||||||
group: externaldns.k8s.io
|
group: externaldns.k8s.io
|
||||||
names:
|
names:
|
||||||
@ -13,72 +13,90 @@ spec:
|
|||||||
singular: dnsendpoint
|
singular: dnsendpoint
|
||||||
scope: Namespaced
|
scope: Namespaced
|
||||||
versions:
|
versions:
|
||||||
- name: v1alpha1
|
- name: v1alpha1
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
properties:
|
properties:
|
||||||
apiVersion:
|
apiVersion:
|
||||||
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'
|
description: |-
|
||||||
type: string
|
APIVersion defines the versioned schema of this representation of an object.
|
||||||
kind:
|
Servers should convert recognized schemas to the latest internal value, and
|
||||||
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'
|
may reject unrecognized values.
|
||||||
type: string
|
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
||||||
metadata:
|
type: string
|
||||||
type: object
|
kind:
|
||||||
spec:
|
description: |-
|
||||||
description: DNSEndpointSpec defines the desired state of DNSEndpoint
|
Kind is a string value representing the REST resource this object represents.
|
||||||
properties:
|
Servers may infer this from the endpoint the client submits requests to.
|
||||||
endpoints:
|
Cannot be updated.
|
||||||
items:
|
In CamelCase.
|
||||||
description: Endpoint is a high-level way of a connection between a service and an IP
|
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
||||||
properties:
|
type: string
|
||||||
dnsName:
|
metadata:
|
||||||
description: The hostname of the DNS record
|
type: object
|
||||||
type: string
|
spec:
|
||||||
labels:
|
description: DNSEndpointSpec defines the desired state of DNSEndpoint
|
||||||
additionalProperties:
|
properties:
|
||||||
|
endpoints:
|
||||||
|
items:
|
||||||
|
description:
|
||||||
|
Endpoint is a high-level way of a connection between
|
||||||
|
a service and an IP
|
||||||
|
properties:
|
||||||
|
dnsName:
|
||||||
|
description: The hostname of the DNS record
|
||||||
type: string
|
type: string
|
||||||
description: Labels stores labels defined for the Endpoint
|
labels:
|
||||||
type: object
|
additionalProperties:
|
||||||
providerSpecific:
|
type: string
|
||||||
description: ProviderSpecific stores provider specific config
|
description: Labels stores labels defined for the Endpoint
|
||||||
items:
|
|
||||||
description: ProviderSpecificProperty holds the name and value of a configuration which is specific to individual DNS providers
|
|
||||||
properties:
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
value:
|
|
||||||
type: string
|
|
||||||
type: object
|
type: object
|
||||||
type: array
|
providerSpecific:
|
||||||
recordTTL:
|
description: ProviderSpecific stores provider specific config
|
||||||
description: TTL for the record
|
items:
|
||||||
format: int64
|
description:
|
||||||
type: integer
|
ProviderSpecificProperty holds the name and value
|
||||||
recordType:
|
of a configuration which is specific to individual DNS providers
|
||||||
description: RecordType type of record, e.g. CNAME, A, SRV, TXT etc
|
properties:
|
||||||
type: string
|
name:
|
||||||
setIdentifier:
|
type: string
|
||||||
description: Identifier to distinguish multiple records with the same name and type (e.g. Route53 records with routing policies other than 'simple')
|
value:
|
||||||
type: string
|
type: string
|
||||||
targets:
|
type: object
|
||||||
description: The targets the DNS record points to
|
type: array
|
||||||
items:
|
recordTTL:
|
||||||
|
description: TTL for the record
|
||||||
|
format: int64
|
||||||
|
type: integer
|
||||||
|
recordType:
|
||||||
|
description:
|
||||||
|
RecordType type of record, e.g. CNAME, A, AAAA,
|
||||||
|
SRV, TXT etc
|
||||||
type: string
|
type: string
|
||||||
type: array
|
setIdentifier:
|
||||||
type: object
|
description:
|
||||||
type: array
|
Identifier to distinguish multiple records with
|
||||||
type: object
|
the same name and type (e.g. Route53 records with routing
|
||||||
status:
|
policies other than 'simple')
|
||||||
description: DNSEndpointStatus defines the observed state of DNSEndpoint
|
type: string
|
||||||
properties:
|
targets:
|
||||||
observedGeneration:
|
description: The targets the DNS record points to
|
||||||
description: The generation observed by the external-dns controller.
|
items:
|
||||||
format: int64
|
type: string
|
||||||
type: integer
|
type: array
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: array
|
||||||
served: true
|
type: object
|
||||||
storage: true
|
status:
|
||||||
subresources:
|
description: DNSEndpointStatus defines the observed state of DNSEndpoint
|
||||||
status: {}
|
properties:
|
||||||
|
observedGeneration:
|
||||||
|
description: The generation observed by the external-dns controller.
|
||||||
|
format: int64
|
||||||
|
type: integer
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
served: true
|
||||||
|
storage: true
|
||||||
|
subresources:
|
||||||
|
status: {}
|
||||||
|
@ -17,7 +17,7 @@ spec:
|
|||||||
{{- include "external-dns.selectorLabels" . | nindent 6 }}
|
{{- include "external-dns.selectorLabels" . | nindent 6 }}
|
||||||
strategy:
|
strategy:
|
||||||
{{- toYaml .Values.deploymentStrategy | nindent 4 }}
|
{{- toYaml .Values.deploymentStrategy | nindent 4 }}
|
||||||
{{- if or (kindIs "float64" .Values.revisionHistoryLimit) (kindIs "int64" .Values.revisionHistoryLimit) }}
|
{{- if not (has (quote .Values.revisionHistoryLimit) (list "" (quote ""))) }}
|
||||||
revisionHistoryLimit: {{ .Values.revisionHistoryLimit | int64 }}
|
revisionHistoryLimit: {{ .Values.revisionHistoryLimit | int64 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
template:
|
template:
|
||||||
|
@ -15,7 +15,7 @@ metadata:
|
|||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
jobLabel: {{ .Release.Name }}
|
jobLabel: app.kubernetes.io/instance
|
||||||
namespaceSelector:
|
namespaceSelector:
|
||||||
matchNames:
|
matchNames:
|
||||||
- {{ .Release.Namespace }}
|
- {{ .Release.Namespace }}
|
||||||
|
Loading…
Reference in New Issue
Block a user