Merge pull request #60 from fluxcd/release-v0.0.1-beta.2

Release v0.0.1-beta.2
This commit is contained in:
Stefan Prodan 2020-06-10 11:22:01 +03:00 committed by GitHub
commit 43bbdd384e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
All notable changes to this project are documented in this file.
## 0.0.1-beta.2 (2020-06-10)
This beta release comes with improvements to the
[artifacts archiving](https://github.com/fluxcd/source-controller/pull/59).
## 0.0.1-beta.1 (2020-05-29)
This is the first beta release of source controller. This release adds

View File

@ -18,7 +18,7 @@ COPY internal/ internal/
# build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o source-controller main.go
FROM alpine:3.11
FROM alpine:3.12
RUN apk add --no-cache ca-certificates tini

View File

@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v0.0.1-beta.1
newTag: v0.0.1-beta.2