Releases: tinkerbell/rufio
Releases · tinkerbell/rufio
v0.3.2
What's Changed
- Bump k8s.io/api from 0.27.2 to 0.27.4 by @dependabot in #127
- Bump k8s.io/client-go from 0.27.2 to 0.27.4 by @dependabot in #129
- Bump github.com/peterbourgon/ff/v3 from 3.3.2 to 3.4.0 by @dependabot in #128
- Bump golang.org/x/tools from 0.11.0 to 0.12.0 by @dependabot in #135
- Bump github.com/rs/zerolog from 1.29.1 to 1.30.0 by @dependabot in #133
- Bump k8s.io/client-go from 0.27.4 to 0.28.1 by @dependabot in #141
- Bump actions/checkout from 3 to 4 by @dependabot in #144
- Bump golang.org/x/tools from 0.12.0 to 0.13.0 by @dependabot in #145
- Update API with per provider opts: by @jacobweinstock in #143
- Bump docker/build-push-action from 4 to 5 by @dependabot in #147
- Bump docker/login-action from 2 to 3 by @dependabot in #149
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #148
- Bump docker/metadata-action from 4 to 5 by @dependabot in #150
- Implement provider options by @jacobweinstock in #154
- Bump github.com/rs/zerolog from 1.30.0 to 1.31.0 by @dependabot in #155
- Create a manager cache only when a ns is specified: by @jacobweinstock in #156
- Update bmclib version: by @jacobweinstock in #157
- Bump golang.org/x/tools from 0.13.0 to 0.14.0 by @dependabot in #158
- Bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #160
- Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #159
- Bump github.com/bmc-toolbox/bmclib/v2 from 2.0.1-0.20231003090246-b6af04244cad to 2.1.0 by @dependabot in #161
- Update bmclib library: by @jacobweinstock in #162
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Update bmclib version: by @jacobweinstock in #83
- Specify timeout for establishing connection to BMC by @chrisdoherty4 in #87
- Update controller logging, fix session leak: by @jacobweinstock in #85
- Patch Go to v1.20 by @chrisdoherty4 in #84
- Add dependabot config by @chrisdoherty4 in #88
- Bump actions/checkout from 2 to 3 by @dependabot in #90
- Bump docker/login-action from 1 to 2 by @dependabot in #92
- Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 by @dependabot in #99
- Bump actions/setup-go from 2 to 4 by @dependabot in #94
- Bump github.com/onsi/gomega from 1.24.1 to 1.27.6 by @dependabot in #100
- Bump docker/build-push-action from 2 to 4 by @dependabot in #95
- Bump akhilerm/tag-push-action from 2.0.0 to 2.1.0 by @dependabot in #93
- Bump k8s.io/apimachinery from 0.26.1 to 0.27.1 by @dependabot in #101
- Bump golang.org/x/tools from 0.3.0 to 0.8.0 by @dependabot in #96
- Bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.14.6 by @dependabot in #97
- Bump alpine from 3.16 to 3.17 by @dependabot in #91
- Update roles based on governance: by @jacobweinstock in #104
- Bump github.com/peterbourgon/ff/v3 from 3.3.0 to 3.3.1 by @dependabot in #107
- Bump golang.org/x/tools from 0.8.0 to 0.9.1 by @dependabot in #106
- Remove the BMCClient interface, ginkgo, and gomega by @jacobweinstock in #102
- Bump github.com/jacobweinstock/registrar from 0.4.6 to 0.4.7 by @dependabot in #108
- Update bmclib by @jacobweinstock in #110
- Bump alpine from 3.17 to 3.18 by @dependabot in #111
- Update go.mod to 1.20: by @jacobweinstock in #113
- Bump k8s.io/apimachinery from 0.27.1 to 0.27.2 by @dependabot in #114
- Bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.15.0 by @dependabot in #116
- Bump golang.org/x/tools from 0.9.1 to 0.9.3 by @dependabot in #118
- Bump github.com/peterbourgon/ff/v3 from 3.3.1 to 3.3.2 by @dependabot in #119
- Update ipmitool: 1.8.19-r0 -> 1.8.19-r1 by @chrisdoherty4 in #124
- Bump k8s.io/apimachinery from 0.27.2 to 0.27.3 by @dependabot in #121
- Bump golang.org/x/tools from 0.9.3 to 0.11.0 by @dependabot in #125
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Update bmclib and add support for virtual media by @fintelia in #79
- Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 by @dependabot in #81
New Contributors
- @g-gaston made their first contribution in #78
- @fintelia made their first contribution in #79
- @dependabot made their first contribution in #81
Full Changelog: v0.2.0...v0.3.0
v0.3.0-rc1
What's Changed
- Generate manifests by @chrisdoherty4 in #72
- Push images on release branches by @chrisdoherty4 in #73
- Get Dockerfile env vars properly working: by @jacobweinstock in #75
- Update bmclib dependency: by @jacobweinstock in #77
- Update controller-runtime to v0.14.4 by @g-gaston in #78
- Update bmclib and add support for virtual media by @fintelia in #79
- Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 by @dependabot in #81
New Contributors
- @g-gaston made their first contribution in #78
- @fintelia made their first contribution in #79
- @dependabot made their first contribution in #81
Full Changelog: v0.2.0...v0.3.0-rc1
v0.2.2
What's Changed
- Generate manifests by @chrisdoherty4 in #72
- Push images on release branches by @chrisdoherty4 in #73
- Get Dockerfile env vars properly working: by @jacobweinstock in #75
- Update bmclib dependency: by @jacobweinstock in #77
- Update controller-runtime to v0.14.4 by @g-gaston in #78
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.2-rc1
What's Changed
- Generate manifests by @chrisdoherty4 in #72
- Push images on release branches by @chrisdoherty4 in #73
- Get Dockerfile env vars properly working: by @jacobweinstock in #75
- Update bmclib dependency: by @jacobweinstock in #77
- Update controller-runtime to v0.14.4 by @g-gaston in #78
New Contributors
Full Changelog: v0.2.1...v0.2.2-rc1
v0.2.1
v0.2.0
What's Changed
- Patch zlib vuln CVE-2022-37434 by @chrisdoherty4 in #61
- Making cluster wide read default for Secrets by @pokearu in #63
- Task power state parsing fix by @pokearu in #65
- Adding docs readme and getting started guide by @pokearu in #66
- Remove experimental warning by @chrisdoherty4 in #67
- Change reference object in Job's to a specialized MachineRef by @chrisdoherty4 in #70
- Update bmclib version by @jacobweinstock in #69
Full Changelog: v0.1.0...v0.2.0
v0.2.0-rc1
What's Changed
- Patch zlib vuln CVE-2022-37434 by @chrisdoherty4 in #61
- Making cluster wide read default for Secrets by @pokearu in #63
- Task power state parsing fix by @pokearu in #65
- Adding docs readme and getting started guide by @pokearu in #66
- Remove experimental warning by @chrisdoherty4 in #67
- Change reference object in Job's to a specialized MachineRef by @chrisdoherty4 in #70
- Update bmclib version by @jacobweinstock in #69
Full Changelog: v0.1.0...v0.2.0-rc1
v0.1.0
Initial Release
This is the initial release of Rufio.
Contributors
- @micahhausler made their first contribution in #1
- @pokearu made their first contribution in #3
- @chrisdoherty4 made their first contribution in #18
- @jacobweinstock made their first contribution in #16
- @ibrokethecloud made their first contribution in #14
Full Changelog: https://github.com/tinkerbell/rufio/commits/v0.1.0