Skip to content

Commit 43bbdd3

Browse files
authored
Merge pull request #60 from fluxcd/release-v0.0.1-beta.2
Release v0.0.1-beta.2
2 parents 032875c + af2cb9c commit 43bbdd3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.0.1-beta.2 (2020-06-10)
6+
7+
This beta release comes with improvements to the
8+
[artifacts archiving](https://github.com/fluxcd/source-controller/pull/59).
9+
510
## 0.0.1-beta.1 (2020-05-29)
611

712
This is the first beta release of source controller. This release adds

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY internal/ internal/
1818
# build
1919
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o source-controller main.go
2020

21-
FROM alpine:3.11
21+
FROM alpine:3.12
2222

2323
RUN apk add --no-cache ca-certificates tini
2424

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.0.1-beta.1
9+
newTag: v0.0.1-beta.2

0 commit comments

Comments
 (0)