Notable changes
- 56e9ac2: permit # and ; characters within config values (#400) (@drewhammond)
Note: This is a breaking change if you were using inline comments in your config file. For example:
This will no longer work:
[logging]
format = "console" # TODO: eventually we should use json
To fix, move comments above line:
[logging]
# TODO: eventually we should use json
format = "console"
Changelog
- a97ec06: Bump dario.cat/mergo from 1.0.0 to 1.0.1 (#407) (@dependabot[bot])
- 8b5c8e6: Bump dayjs from 1.11.12 to 1.11.13 in /ui (#408) (@dependabot[bot])
- 38e863d: Bump docker/build-push-action from 5 to 6 (#381) (@dependabot[bot])
- de48306: Bump docker/login-action from 3.2.0 to 3.3.0 (#396) (@dependabot[bot])
- 5a036ee: Bump dompurify from 3.1.6 to 3.1.7 in /ui (#424) (@dependabot[bot])
- 73a23d4: Bump golang from 1.22.5 to 1.23.2 (#423) (@dependabot[bot])
- 89981bb: Bump golang.org/x/mod from 0.19.0 to 0.21.0 (#412) (@dependabot[bot])
- 1417b1c: Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#402) (@dependabot[bot])
- 3e0fed1: Bump marked from 13.0.2 to 13.0.3 in /ui (#401) (@dependabot[bot])
- c099af0: Bump marked from 13.0.3 to 14.1.2 in /ui (#414) (@dependabot[bot])
- 381dc13: Bump rollup from 3.28.0 to 3.29.5 in /ui (#420) (@dependabot[bot])
- 65ce613: Bump sass from 1.77.8 to 1.79.4 in /ui (#421) (@dependabot[bot])
- c684715: Bump vite from 4.5.3 to 4.5.5 in /ui (#415) (@dependabot[bot])
- c330452: go mod tidy (@drewhammond)