Skip to content

Commit

Permalink
Merge pull request #67 from johanneskastl/20230802_bind9_9.19
Browse files Browse the repository at this point in the history
20230802 bind9 9.19
  • Loading branch information
Johannes Kastl authored Aug 2, 2023
2 parents 82c81e4 + 680781b commit 499ee26
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/bind9/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: "9.18"
appVersion: "9.19"
description: A Helm chart for Bind9 using the official ISC docker image
name: bind9
version: "0.4.2"
version: "0.5.0"
kubeVersion: ">=1.16.0-0"
keywords:
- bind9
Expand All @@ -24,4 +24,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: set image pullPolicy to Always
description: update appVersion to 9.19
16 changes: 15 additions & 1 deletion charts/bind9/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bind9

![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![AppVersion: 9.18](https://img.shields.io/badge/AppVersion-9.18-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![AppVersion: 9.19](https://img.shields.io/badge/AppVersion-9.19-informational?style=flat-square)

A Helm chart for Bind9 using the official ISC docker image

Expand Down Expand Up @@ -219,6 +219,20 @@ All notable changes to this Helm chart will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Version 0.5.0

#### Added

N/A

#### Changed

* update appVersion to 9.19

#### Fixed

N/A

### Version 0.4.2

#### Added
Expand Down
16 changes: 14 additions & 2 deletions charts/bind9/README_CHANGELOG.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,29 @@ All notable changes to this Helm chart will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Version 0.4.2
### Version 0.5.0

#### Added

N/A

#### Changed

* update appVersion to 9.19

#### Fixed

N/A

### Version 0.4.2

#### Added

N/A

#### Changed

N/A

#### Fixed

Expand All @@ -31,7 +44,6 @@ N/A

N/A


#### Fixed

* fix IPv6 syntax in named.conf secrets
Expand Down

0 comments on commit 499ee26

Please sign in to comment.