From b93595698685b9ed7e2eb4acdfb196983fab5b1d Mon Sep 17 00:00:00 2001 From: luxcgo Date: Sun, 9 Jul 2023 23:52:00 +0800 Subject: [PATCH] build: v0.5.4 --- README.md | 2 +- command/version.go | 2 +- makefile | 2 +- zarf/k8s/kind/olive-pod/kustomization.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4cc654..b706d7e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

[![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/go-olive/olive?tab=doc) -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/go-olive/olive/release.yml?branch=v0.5.3&style=for-the-badge)](https://github.com/go-olive/olive/actions/workflows/release.yml) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/go-olive/olive/release.yml?branch=v0.5.4&style=for-the-badge)](https://github.com/go-olive/olive/actions/workflows/release.yml) [![Sourcegraph](https://img.shields.io/badge/view%20on-SG-brightgreen.svg?style=for-the-badge&logo=sourcegraph)](https://sourcegraph.com/github.com/go-olive/olive) [![Github All Releases](https://img.shields.io/github/downloads/go-olive/olive/total.svg?style=for-the-badge)](https://github.com/go-olive/olive/releases) [![QQGroup](https://img.shields.io/:QQ%20Group-735124170-brightgreen.svg?style=for-the-badge)](https://qm.qq.com/cgi-bin/qm/qr?k=c6CTyYkB-p-o8ZoT5ldcjuFAVnyu5vEL&jump_from=webapi) diff --git a/command/version.go b/command/version.go index be463e4..af2a940 100644 --- a/command/version.go +++ b/command/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var build = "v0.5.3-src" +var build = "v0.5.4-src" var _ cmder = (*versionCmd)(nil) diff --git a/makefile b/makefile index e46143e..a51d97b 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ SHELL := /bin/bash # ============================================================================== # Building containers -VERSION := 0.5.3 +VERSION := 0.5.4 all: olivectl diff --git a/zarf/k8s/kind/olive-pod/kustomization.yaml b/zarf/k8s/kind/olive-pod/kustomization.yaml index b7bfeca..505372e 100644 --- a/zarf/k8s/kind/olive-pod/kustomization.yaml +++ b/zarf/k8s/kind/olive-pod/kustomization.yaml @@ -8,4 +8,4 @@ patchesStrategicMerge: images: - name: olive-api-image newName: olive-api-arm64 - newTag: 0.5.3 + newTag: 0.5.4