Releases: balena-io/sshproxy
v6.2.46
v6.2.45
v6.2.44
Update module github.com/spf13/viper to v1.21.0
Notable changes
- Add support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by @nmvalera in #2015
- feat: use maintained yaml library by @sagikazarmark in #2040
- fix(config): get config type from v.configType or config file ext by @GuillaumeBAECHLER in #2003
- fix: config type check when loading any config by @sagikazarmark in #2007
- Update dependencies by @sagikazarmark in #1993
- build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by @dependabot[bot] in #2017
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by @dependabot[bot] in #2013
- build(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by @dependabot[bot] in #2008
- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by @dependabot[bot] in #2016
- build(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by @dependabot[bot] in #2020
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #2028
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #2035
- build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #2036
- build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by @dependabot[bot] in #2012
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #2052
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by @dependabot[bot] in #2048
- build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by @dependabot[bot] in #2056
- chore: update dependencies by @sagikazarmark in #2057
- Update update guide with
mapstructurepackage replacement. by @aldas in #2004 - refactor: use the built-in max/min to simplify the code by @yingshanghuangqiao in #2029
- @GuillaumeBAECHLER made their first contribution in #2003
- @aldas made their first contribution in #2004
- @nmvalera made their first contribution in #2015
- @yingshanghuangqiao made their first contribution in #2029
- @ccoVeille made their first contribution in #2046
- @spacez320 made their first contribution in #2050
spf13/viper (github.com/spf13/viper)
v1.21.0
What's Changed
Enhancements 🚀
- Add support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by @nmvalera in #2015
- feat: use maintained yaml library by @sagikazarmark in #2040
Bug Fixes 🐛
- fix(config): get config type from v.configType or config file ext by @GuillaumeBAECHLER in #2003
- fix: config type check when loading any config by @sagikazarmark in #2007
Dependency Updates ⬆️
- Update dependencies by @sagikazarmark in #1993
- build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by @dependabot[bot] in #2017
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by @dependabot[bot] in #2013
- build(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by @dependabot[bot] in #2008
- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by @dependabot[bot] in #2016
- build(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by @dependabot[bot] in #2020
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #2028
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #2035
- build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #2036
- build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by @dependabot[bot] in #2012
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #2052
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by @dependabot[bot] in #2048
- build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by @dependabot[bot] in #2056
- chore: update dependencies by @sagikazarmark in #2057
Other Changes
- Update update guide with
mapstructurepackage replacement. by @aldas in #2004 - refactor: use the built-in max/min to simplify the code by @yingshanghuangqiao in #2029
New Contributors
- @GuillaumeBAECHLER made their first contribution in #2003
- @aldas made their first contribution in #2004
- @nmvalera made their first contribution in [#2015](ht...
v6.2.43
v6.2.42
Update module github.com/prometheus/client_golang to v1.23.2
Notable changes
-All Changes
- [release-1.23] Upgrade to prometheus/common@v0.66.1 by @aknuds1 in #1869
- [release-1.23] Cut v1.23.2 by @aknuds1 in #1870
prometheus/client_golang (github.com/prometheus/client_golang)
v1.23.2: - 2025-09-05
This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.
All Changes
Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2
List of commits
d3ab06c (Update module github.com/prometheus/client_golang to v1.23.2, 2025-09-05)
v6.2.41
Update module github.com/prometheus/client_golang to v1.23.1
Notable changes
-All Changes
prometheus/client_golang (github.com/prometheus/client_golang)
v1.23.1: - 2025-09-04
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
All Changes
* [release-1.23] Upgrade to prometheus/common v0.66 by @aknuds1 in https://github.com/prometheus/client_golang/pull/1866 * [release-1.23] Cut v1.23.1 by @aknuds1 in https://github.com/prometheus/client_golang/pull/1867Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1
List of commits
83cb090 (Update module github.com/prometheus/client_golang to v1.23.1, 2025-09-04)
v6.2.40
v6.2.39
v6.2.38
Update module github.com/spf13/pflag to v1.0.10
Notable changes
- fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @thaJeztah in #447
- remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by @thaJeztah in #448
- @thaJeztah made their first contribution in #447
spf13/pflag (github.com/spf13/pflag)
v1.0.10
What's Changed
- fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @thaJeztah in #447
- remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by @thaJeztah in #448
New Contributors
- @thaJeztah made their first contribution in #447
Full Changelog: spf13/pflag@v1.0.9...v1.0.10
List of commits
3f9b7f6 (Update module github.com/spf13/pflag to v1.0.10, 2025-09-02)
v6.2.37
Update module github.com/spf13/pflag to v1.0.9
Notable changes
- fix: Restore ParseErrorsWhitelist name for now by @tomasaschan in #446
spf13/pflag (github.com/spf13/pflag)
v1.0.9
What's Changed
- fix: Restore ParseErrorsWhitelist name for now by @tomasaschan in #446
Full Changelog: spf13/pflag@v1.0.8...v1.0.9
List of commits
8934bd5 (Update module github.com/spf13/pflag to v1.0.9, 2025-09-01)