Skip to content

Commit 18d7554

Browse files
committed
build: v0.5.7
1 parent 6f8b058 commit 18d7554

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
[![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)
6-
[![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)
6+
[![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)
77
[![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)
88
[![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)
99
[![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)

command/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
var build = "v0.5.5-src"
9+
var build = "v0.5.7-src"
1010

1111
var _ cmder = (*versionCmd)(nil)
1212

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL := /bin/bash
33
# ==============================================================================
44
# Building containers
55

6-
VERSION := 0.5.5
6+
VERSION := 0.5.7
77

88
all: olivectl
99

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- ./kind-olive-config.yaml
5-
- ../../base/olive-pod/
4+
- ./kind-olive-config.yaml
5+
- ../../base/olive-pod/
66
patchesStrategicMerge:
7-
- ./kind-olive-patch.yaml
7+
- ./kind-olive-patch.yaml
88
images:
9-
- name: olive-api-image
10-
newName: olive-api-arm64
11-
newTag: 0.5.5
9+
- name: olive-api-image
10+
newName: olive-api-arm64
11+
newTag: 0.5.7

0 commit comments

Comments
 (0)