From b2f31e4df41f2a8356823843409aa7fed3b666cb Mon Sep 17 00:00:00 2001 From: Caspar Oostendorp Date: Sun, 18 Feb 2024 04:08:55 +0800 Subject: [PATCH] Prepare v0.1.1 --- Makefile | 2 +- VERSION | 2 +- chart/keiko/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index caaf0aa..2d0e8a0 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DOJO_VERSION = $(shell cat DOJO_VERSION) # Example: make docker-build version=v1.1.0 build: - docker build -t $(REPO):$(VERSION) -t $(REPO):latest --build-arg DOJO_VERSION=$(DOJO_VERSION) . + depot build -t $(REPO):$(VERSION) -t $(REPO):latest --build-arg DOJO_VERSION=$(DOJO_VERSION) . # Example: make docker-run version=v1.2.9 run: diff --git a/VERSION b/VERSION index 6e8bf73..17e51c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/chart/keiko/Chart.yaml b/chart/keiko/Chart.yaml index 8f6a0e7..6d0bfeb 100644 --- a/chart/keiko/Chart.yaml +++ b/chart/keiko/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.0" +appVersion: "0.1.1"