diff --git a/Dockerfile b/Dockerfile index fb29cf96..16c0df9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.33.1 AS busybox +FROM busybox:1.35.0 AS busybox FROM scratch ADD velero-plugin-for-csi /plugins/ diff --git a/changelogs/CHANGELOG-0.3.2.md b/changelogs/CHANGELOG-0.3.2.md index 3e892d55..a50e1b97 100644 --- a/changelogs/CHANGELOG-0.3.2.md +++ b/changelogs/CHANGELOG-0.3.2.md @@ -1,5 +1,6 @@ ## All changes +- Bump up busybox version to v1.35.0 (#132, @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) \ No newline at end of file