Skip to content

Commit

Permalink
Bump up busybox version to v1.34.1 (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Jiang <[email protected]>
  • Loading branch information
blackpiglet authored Nov 10, 2022
1 parent c165f73 commit bf252ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM busybox:1.35.0 AS busybox
FROM busybox:1.34.1 AS busybox

FROM scratch
ADD velero-plugin-for-csi /plugins/
Expand Down
2 changes: 1 addition & 1 deletion changelogs/CHANGELOG-0.3.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## All changes

- Bump up busybox version to v1.35.0 (#132, @blackpiglet)
- Bump up busybox version to v1.34.1 (#134, @blackpiglet)
- Bump up Golang version to v1.18.8 (#129, @blackpiglet)
- Reset PVC dataSourceRef value with dataSource in CSI plugin. (#126, @blackpiglet)
- Support annotation "backup.velero.io/must-include-additional-items". (#125, @blackpiglet)

0 comments on commit bf252ab

Please sign in to comment.