Skip to content

Commit 98cade9

Browse files
committed
Release v0.0.1-alpha.2
1 parent 36e59f7 commit 98cade9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## 0.0.1-alpha.2 (2020-04-24)
6+
7+
This is the second alpha release of source controller.
8+
9+
It introduces a timeout field to the [`GitRepositoriesSpec`](docs/spec/v1alpha1/gitrepositories.md)
10+
and [`SyncAt` annotation to the common spec](docs/spec/v1alpha1/common.md#source-synchronization).
11+
Furthermore, it allows configuring the amount of concurrent reconciliation
12+
operations per reconciler using the newly introduced `--concurrent` flag
13+
(defaults to `2`), and introduces a `--log-json` flag to enable JSON logging.
14+
15+
Liveness and readiness probes have been added to the deployment manifest, and
16+
the security has been strengthened by running the controller as a non-root user
17+
by default and adding a container security context.
18+
19+
Tests have been added to ensure correct behaviour of the `HelmChartReconciler`
20+
and `HelmRepositoryReconciler`.
21+
522
## 0.0.1-alpha.1 (2020-04-16)
623

724
This is the first alpha release of source controller.

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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-alpha.1
9+
newTag: v0.0.1-alpha.2

0 commit comments

Comments
 (0)