Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 73c4003

Browse files
author
Xun Jiang
committed
Bump up busybox version to v1.35.0
Signed-off-by: Xun Jiang <[email protected]>
1 parent c4fadeb commit 73c4003

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM busybox:1.33.1 AS busybox
14+
FROM busybox:1.35.0 AS busybox
1515

1616
FROM scratch
1717
ADD velero-plugin-for-csi /plugins/

changelogs/CHANGELOG-0.3.2.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## All changes
22

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

0 commit comments

Comments
 (0)