diff --git a/.busybox-versions b/.busybox-versions index b925f4994f..6e255e7e70 100644 --- a/.busybox-versions +++ b/.busybox-versions @@ -1,7 +1,7 @@ # Auto generated by busybox-updater.sh. DO NOT EDIT -amd64=393d14abb68b8b2d88304c72ac25b5ce130aa3a1d57ba7363e2c4d07d294513d -arm64=9fe410fe5b8f283d057939a5b0a6f464ecb4bfe4a07d132d2846cfbe82cf43ea -arm=a237b18458d6bcc8964e59ced627ea46eb9aae68875ea833c61d5050a742e624 -ppc64le=cbb9892625fd0d4c625afe8255fe35699a163bc4d74925dfcca74ee7cc43d4ba -riscv64=fa1350d80e4481d3671d808fbe239e4075205f69c940e7e85711bdc39bf8e181 -s390x=1e3e5a05847ad67da2b148d952931cf6f716a334ab06ea00742560a2ff985c7d +amd64=f173c44fab35484fa0e940e42929efe2a2f506feda431ba72c5f0d79639d7f55 +arm64=6277ab6abe348994989b3959d7c125d7a487012aedb80570ec28652a012c69d6 +arm=31533906c9eadc190de436bcbc021207d90839777c1b95991edd15e7df5d34ad +ppc64le=ace2ea29bf8e4267c293ed5570df249039a0bc3949d3371429a71cf114e8a9e2 +riscv64=ff38cae5b5ed16251631e55156a7d92977bf5a8c4714ff6e3c333f7acb0297e0 +s390x=59d0ed3060aef57d1b23bc353a2223af24a6e1d035486647eb599a77ff2d446e diff --git a/CHANGELOG.md b/CHANGELOG.md index 118abf0bf1..60171e3bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Removed -## [v0.33.0](https://github.com/thanos-io/thanos/tree/release-0.33) - in progress +## [v0.33.0](https://github.com/thanos-io/thanos/tree/release-0.33) - 18.12.2023 ### Fixed diff --git a/VERSION b/VERSION index 42eb111047..be386c9ede 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.33.0-rc.0 +0.33.0 diff --git a/website/hugo.yaml b/website/hugo.yaml index 03877d582f..cae16ff499 100644 --- a/website/hugo.yaml +++ b/website/hugo.yaml @@ -28,6 +28,10 @@ permalinks: # TODO(bwplotka): Move to mdox + fixes to ensure we don't need to manually do this. # For now we added few entries for advance. tip: "/:sections/:filename.md" + v0.33: "/:sections/:filename.md" + v0.32: "/:sections/:filename.md" + v0.31: "/:sections/:filename.md" + v0.30: "/:sections/:filename.md" v0.29: "/:sections/:filename.md" v0.28: "/:sections/:filename.md" v0.27: "/:sections/:filename.md"