Skip to content

Commit db493db

Browse files
authored
Merge pull request #168 from fluxcd/release-v0.1.1
Release v0.1.1
2 parents 369e078 + 987e562 commit db493db

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.1.1 (2020-10-13)
6+
7+
This prerelease comes with Prometheus instrumentation for the controller's resources.
8+
9+
For each kind, the controller exposes a gauge metric to track the `Ready` condition status,
10+
and a histogram with the reconciliation duration in seconds:
11+
12+
* `gotk_reconcile_condition{kind, name, namespace, status, type="Ready"}`
13+
* `gotk_reconcile_duration{kind, name, namespace}`
14+
515
## 0.1.0 (2020-09-30)
616

717
This is the first MINOR prerelease, it promotes the

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.1.0
9+
newTag: v0.1.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/fluxcd/pkg/runtime v0.1.0
1414
github.com/fluxcd/pkg/ssh v0.0.5
1515
github.com/fluxcd/pkg/untar v0.0.5
16-
github.com/fluxcd/source-controller/api v0.1.0
16+
github.com/fluxcd/source-controller/api v0.1.1
1717
github.com/go-git/go-billy/v5 v5.0.0
1818
github.com/go-git/go-git/v5 v5.1.0
1919
github.com/go-logr/logr v0.1.0

0 commit comments

Comments
 (0)