Skip to content

Commit

Permalink
release v1.1.0 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern authored May 30, 2021
1 parent e10cc5b commit 29e33ad
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 20 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:

jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: ['1.13', '1.14', '1.15', '1.16']
name: Go ${{ matrix.go }} run
Expand All @@ -30,6 +31,7 @@ jobs:
- name: Run make ci
run: |
export PATH=${PATH}:`go env GOPATH`/bin
go get -t .
make ci
make integration
make integration
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.16.4

ARG WALRUS_VERSION=1.0.0
ARG WALRUS_VERSION=1.1.0

ENV GO111MODULE=on

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<p align="center">
<a href="https://github.com/Clivern/Walrus/actions"><img src="https://github.com/Clivern/Walrus/workflows/Build/badge.svg"></a>
<a href="https://github.com/Clivern/Walrus/actions"><img src="https://github.com/Clivern/Walrus/workflows/Release/badge.svg"></a>
<a href="https://github.com/Clivern/Walrus/releases"><img src="https://img.shields.io/badge/Version-1.0.0-red.svg"></a>
<a href="https://goreportcard.com/report/github.com/Clivern/Walrus"><img src="https://goreportcard.com/badge/github.com/Clivern/Walrus?v=1.0.0"></a>
<a href="https://github.com/Clivern/Walrus/releases"><img src="https://img.shields.io/badge/Version-1.1.0-red.svg"></a>
<a href="https://goreportcard.com/report/github.com/Clivern/Walrus"><img src="https://goreportcard.com/badge/github.com/Clivern/Walrus?v=1.1.0"></a>
<a href="https://hub.docker.com/r/clivern/walrus"><img src="https://img.shields.io/badge/Docker-Latest-green"></a>
<a href="https://github.com/Clivern/Walrus/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"></a>
</p>
</p>
<br/>
<p align="center">
<img src="https://raw.githubusercontent.com/Clivern/Walrus/main/assets/chart.png?v=1.0.0" width="80%" />
<img src="https://raw.githubusercontent.com/Clivern/Walrus/main/assets/chart.png?v=1.1.0" width="80%" />
</p>
<p align="center">
<h3 align="center">Dashboard Screenshots</h3>
<p align="center">
<img src="https://raw.githubusercontent.com/Clivern/Walrus/main/assets/screenshot_02.png?v=1.0.0" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Walrus/main/assets/screenshot_03.png?v=1.0.0" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Walrus/main/assets/screenshot_02.png?v=1.1.0" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Walrus/main/assets/screenshot_03.png?v=1.1.0" width="90%" />
</p>
</p>

Expand Down
2 changes: 1 addition & 1 deletion cmd/pkged.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deployment/docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ curl https://ipinfo.io/ip
In the host where backups have to take place, download walrus binary.

```bash
$ curl -sL https://github.com/Clivern/Walrus/releases/download/v1.0.0/walrus_1.0.0_Linux_x86_64.tar.gz | tar xz
$ curl -sL https://github.com/Clivern/Walrus/releases/download/v1.1.0/walrus_1.1.0_Linux_x86_64.tar.gz | tar xz
```

Create agent config file. Don't forget to replace `agent.tower` configs with the `tower URL`, `apiKey` and `encryptionKey`, you can get these values from tower configs you created earlier.
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
walrus:
image: 'clivern/walrus:release-v1.0.0'
image: 'clivern/walrus:release-v1.1.0'
ports:
- "8000:8000"
command: '/app/walrus tower -c /app/configs/config.yml'
Expand Down
10 changes: 0 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A=
github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU=
github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.38.46 h1:voiwaKmwU1K6Y0dfjqTSiy5xOG4LPyr5sHD92cj+g2c=
github.com/aws/aws-sdk-go v1.38.46/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/aws/aws-sdk-go v1.38.47 h1:yWOz6zlDCiY3zvebYOZrI1LqCq6zWPWC5Cfe+mBcPos=
github.com/aws/aws-sdk-go v1.38.47/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/aws/aws-sdk-go v1.38.48 h1:4kfX2KFjRaW0/p3rKBXA+QLOTH3gFUBg+ZoKMDkSSqk=
github.com/aws/aws-sdk-go v1.38.48/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/aws/aws-sdk-go v1.38.49 h1:E31vxjCe6a5I+mJLmUGaZobiWmg9KdWaud9IfceYeYQ=
github.com/aws/aws-sdk-go v1.38.49/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/aws/aws-sdk-go v1.38.50 h1:9+dEpZbgjBMeoOes6QfZMC87uDMwM8Lw4E79L0/rPZI=
github.com/aws/aws-sdk-go v1.38.50/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/aws/aws-sdk-go v1.38.51 h1:aKQmbVbwOCuQSd8+fm/MR3bq0QOsu9Q7S+/QEND36oQ=
github.com/aws/aws-sdk-go v1.38.51/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g=
Expand Down

0 comments on commit 29e33ad

Please sign in to comment.