Skip to content

Commit

Permalink
build: v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
luxcgo committed Sep 10, 2023
1 parent 6f8b058 commit 18d7554
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

[![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.5&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.7&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)
Expand Down
2 changes: 1 addition & 1 deletion command/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var build = "v0.5.5-src"
var build = "v0.5.7-src"

var _ cmder = (*versionCmd)(nil)

Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL := /bin/bash
# ==============================================================================
# Building containers

VERSION := 0.5.5
VERSION := 0.5.7

all: olivectl

Expand Down
12 changes: 6 additions & 6 deletions zarf/k8s/kind/olive-pod/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./kind-olive-config.yaml
- ../../base/olive-pod/
- ./kind-olive-config.yaml
- ../../base/olive-pod/
patchesStrategicMerge:
- ./kind-olive-patch.yaml
- ./kind-olive-patch.yaml
images:
- name: olive-api-image
newName: olive-api-arm64
newTag: 0.5.5
- name: olive-api-image
newName: olive-api-arm64
newTag: 0.5.7

0 comments on commit 18d7554

Please sign in to comment.