Skip to content

Commit

Permalink
Merge pull request #132 from blackpiglet/release-0.3
Browse files Browse the repository at this point in the history
Bump up busybox version to v1.35.0
  • Loading branch information
Lyndon-Li authored Nov 10, 2022
2 parents e32bd4e + 73c4003 commit c165f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.33.1 AS busybox
FROM busybox:1.35.0 AS busybox

FROM scratch
ADD velero-plugin-for-csi /plugins/
Expand Down
1 change: 1 addition & 0 deletions changelogs/CHANGELOG-0.3.2.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit c165f73

Please sign in to comment.