diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..150be7d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 1.0.0 (2024-02-19) + + +### Features + +* add doors, fences and roofs ([4fd4b1b](https://github.com/crafthippie/grimson/commit/4fd4b1bcc3966724a56aa5902bf8c10f84dd2edc)) +* add enderio, lets see if it works ([1f0dbd7](https://github.com/crafthippie/grimson/commit/1f0dbd777d7b542e0ad6d824c3f0b54509fc8f04)) +* add functional storage mod ([cd320b2](https://github.com/crafthippie/grimson/commit/cd320b21895a2932230cec93842c2511da45f345)) +* add more initial mods ([544abe9](https://github.com/crafthippie/grimson/commit/544abe9fb6c855289ab09d87969469405bf51441)) +* initial commit ([5254e84](https://github.com/crafthippie/grimson/commit/5254e8436d7de90023df1139bbaf40a9578dccce)) diff --git a/deploy/kubernetes/kustomization.yml b/deploy/kubernetes/kustomization.yml index 900acad..7aa0a1c 100644 --- a/deploy/kubernetes/kustomization.yml +++ b/deploy/kubernetes/kustomization.yml @@ -26,6 +26,6 @@ secretGenerator: images: - name: minecraft-server newName: quay.io/crafthippie/grimson - newTag: 1.1.2 + newTag: 1.0.0 ...