Merge pull request #60 from fluxcd/release-v0.0.1-beta.2
Release v0.0.1-beta.2
This commit is contained in:
commit
43bbdd384e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue