Skip to content

Commit 4b71c7b

Browse files
weiiwang01cbartz
andauthored
Fix the default value of the aproxy-exclude-addresses configuration (#593)
* Fix the default value of the aproxy-exclude-addresses configuration * Update changelog.md --------- Co-authored-by: Christopher Bartz <[email protected]>
1 parent 3878d87 commit 4b71c7b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ options:
4848
to 'aproxy-exclude-addresses' or exclude the HTTP proxy port from 'aproxy-redirect-ports'.
4949
aproxy-exclude-addresses:
5050
type: string
51-
default: "10.0.0.0/8, 171.16.0.0/12, 192.168.0.0/16"
51+
default: "10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16"
5252
description: >-
5353
A comma-separated list of IP addresses that should be excluded from redirection to aproxy.
5454
127.0.0.0/8 are always excluded so you can omit if from the configuration.

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This changelog documents user-relevant changes to the GitHub runner charm.
44

5+
## 2025-07-15
6+
7+
- Fix the incorrect default value of the aproxy-exclude-addresses configuration.
8+
59
## 2025-07-09
610

711
- Specify max supported nova compute api to be 2.91. This fixes an issue where the charm could fail

0 commit comments

Comments
 (0)