Releases: engity-com/bifroest
Releases · engity-com/bifroest
v0.6.3
What's Changed
- Bump github.com/shirou/gopsutil/v4 from 4.25.2 to 4.25.3 by @dependabot in #133
- Bump github.com/coreos/go-oidc/v3 from 3.13.0 to 3.14.1 by @dependabot in #134
- Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by @dependabot in #135
- Bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 by @dependabot in #136
- Bump golang.org/x/sys from 0.31.0 to 0.32.0 by @dependabot in #137
- Bump golang.org/x/crypto from 0.36.0 to 0.37.0 by @dependabot in #138
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Bump github.com/coreos/go-oidc/v3 from 3.12.0 to 3.13.0 by @dependabot in #123
- Bundled update of secondary dependencies by @blaubaer in #124
- Bump github.com/docker/cli from 28.0.1+incompatible to 28.0.2+incompatible by @dependabot in #127
- Bump github.com/docker/docker from 28.0.1+incompatible to 28.0.2+incompatible by @dependabot in #126
- Bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #128
- Migrate to golangci-lint v2 by @blaubaer in #132
- Bump github.com/pkg/sftp from 1.13.8 to 1.13.9 by @dependabot in #129
- Bump github.com/docker/cli from 28.0.2+incompatible to 28.0.4+incompatible by @dependabot in #130
- Bump github.com/docker/docker from 28.0.2+incompatible to 28.0.4+incompatible by @dependabot in #131
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Bump k8s.io/client-go from 0.32.1 to 0.32.2 by @dependabot in #105
- Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 by @dependabot in #110
- Bump golang.org/x/crypto from 0.33.0 to 0.35.0 by @dependabot in #109
- Bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 by @dependabot in #108
- Bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1 by @dependabot in #114
- Bump github.com/shirou/gopsutil/v4 from 4.25.1 to 4.25.2 by @dependabot in #113
- Bump golang.org/x/sys from 0.30.0 to 0.31.0 by @dependabot in #117
- Bump golang.org/x/crypto from 0.35.0 to 0.36.0 by @dependabot in #116
- Bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 by @dependabot in #115
- Bump github.com/go-delve/delve from 1.24.0 to 1.24.1 by @dependabot in #118
- Bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #122
- Bump github.com/pkg/sftp from 1.13.7 to 1.13.8 by @dependabot in #121
- Bump k8s.io/client-go from 0.32.2 to 0.32.3 by @dependabot in #120
- Bump github.com/docker/cli from 27.5.1+incompatible to 28.0.1+incompatible by @dependabot in #112
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Current best practices for used ciphers, key exchanges and message authentication by @blaubaer in #102
⚠️ Breaking change warning
Since this version the default values are:
ssh.keys.exchanges
[email protected]
curve25519-sha256
diffie-hellman-group16-sha512
ssh.messages.authentications
ssh.messages.ciphers
[email protected]
aes256-ctr
aes192-ctr
Due to this change (without adjusting the configuration) the following clients are required:
- OpenSSH since 7.4 (2016-12-19)
- Dropbear SSH since 2020.79 (2020-06-15)
To enable older clients check their capabilities and configure configuration settings (named above) accordingly.
Full Changelog: v0.5.14...v0.6.0
v0.5.14
What's Changed
- Bump github.com/shirou/gopsutil/v4 from 4.24.12 to 4.25.1 by @dependabot in #98
- Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by @dependabot in #100
- Bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in #99
- Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in #101
Full Changelog: v0.5.13...v0.5.14