From e4a11d2dd64638a1d612ce817aaac7d1b12f07d2 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 21 Jan 2025 20:39:13 +0100 Subject: [PATCH 1/4] charts/blocky/Chart.yaml: chart version 11.6.0 --- charts/blocky/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/blocky/Chart.yaml b/charts/blocky/Chart.yaml index 5f3aa7e..75528ab 100644 --- a/charts/blocky/Chart.yaml +++ b/charts/blocky/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 appVersion: v0.25 description: DNS proxy as ad-blocker for local network name: blocky -version: 11.5.0 +version: 11.6.0 kubeVersion: ">=1.19.0-0" keywords: - blocky @@ -27,4 +27,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: update appVersion to 0.25 + description: add new service dns with port 53 for both UDP and TCP From 85e8340edfc738a6446553de43dd2086616dd34a Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 21 Jan 2025 20:39:13 +0100 Subject: [PATCH 2/4] charts/blocky/values.yaml: add new disabled service dns that has both UDP and TCP port 53 --- charts/blocky/values.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/charts/blocky/values.yaml b/charts/blocky/values.yaml index bcb56e9..6cb25e9 100644 --- a/charts/blocky/values.yaml +++ b/charts/blocky/values.yaml @@ -34,6 +34,21 @@ service: ports: http: port: 4000 + dns: + enabled: false + type: ClusterIP + externalTrafficPolicy: Local + ports: + dns-tcp: + enabled: true + port: 53 + protocol: TCP + targetPort: 53 + dns-udp: + enabled: true + port: 53 + protocol: UDP + targetPort: 53 dns-tcp: enabled: false type: ClusterIP From 674dcf16e0aa216d83c0b7c3879355f0a3b097d2 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 21 Jan 2025 20:41:54 +0100 Subject: [PATCH 3/4] charts/blocky/README_CHANGELOG.md.gotmpl: chart version 11.6.0 --- charts/blocky/README_CHANGELOG.md.gotmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/charts/blocky/README_CHANGELOG.md.gotmpl b/charts/blocky/README_CHANGELOG.md.gotmpl index 42934ca..501cbb4 100644 --- a/charts/blocky/README_CHANGELOG.md.gotmpl +++ b/charts/blocky/README_CHANGELOG.md.gotmpl @@ -6,6 +6,16 @@ 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 11.6.0 + +#### Added + +N/A + +#### Changed + +* add new service dns with port 53 for both UDP and TCP + ### Version 11.5.0 #### Added From 3fd3ee827e309bfb97de544614bda453003d2e0b Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 21 Jan 2025 20:42:18 +0100 Subject: [PATCH 4/4] charts/blocky/README.md: chart version 11.6.0 --- charts/blocky/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/charts/blocky/README.md b/charts/blocky/README.md index 0302a25..dc8ed72 100644 --- a/charts/blocky/README.md +++ b/charts/blocky/README.md @@ -1,6 +1,6 @@ # blocky -![Version: 11.5.0](https://img.shields.io/badge/Version-11.5.0-informational?style=flat-square) ![AppVersion: v0.25](https://img.shields.io/badge/AppVersion-v0.25-informational?style=flat-square) +![Version: 11.6.0](https://img.shields.io/badge/Version-11.6.0-informational?style=flat-square) ![AppVersion: v0.25](https://img.shields.io/badge/AppVersion-v0.25-informational?style=flat-square) DNS proxy as ad-blocker for local network @@ -105,6 +105,16 @@ 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 11.6.0 + +#### Added + +N/A + +#### Changed + +* add new service dns with port 53 for both UDP and TCP + ### Version 11.5.0 #### Added