Skip to content

v0.1.8 #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 48 commits into from
Dec 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
f30c3f8
Refactor metrics tests
JoelSpeed Nov 6, 2018
d0ead81
envtest: export DefaultKubeAPIServerFlags & make it configurable
darkowlzz Sep 30, 2018
40e1154
added process metrics and Go runtime metrics
droot Nov 5, 2018
86b3a15
Merge pull request #198 from droot/feature/add-runtime-metrics
k8s-ci-robot Nov 6, 2018
81f67a0
Merge pull request #165 from darkowlzz/112-AppendKubeAPIServerFlags
k8s-ci-robot Nov 7, 2018
902ff11
Merge pull request #200 from pusher/flakey-metrics-tests
k8s-ci-robot Nov 9, 2018
b35985b
Cleanup duplicated words
mooncak Nov 10, 2018
9fb4942
Fix typos: wehbook -> webhook
mooncak Nov 10, 2018
a7f0df0
fix nil stop value for source.Channel
mhrivnak Sep 19, 2018
e0ee559
Stop channel commenting/renaming for clarity
DirectXMan12 Nov 9, 2018
fc38a77
[travis] Bump Go to 1.11
DirectXMan12 Nov 12, 2018
071c3a2
Unused param in cache.Reader
DirectXMan12 Nov 13, 2018
010d65c
Merge pull request #204 from DirectXMan12/bug/stop-channel-borked
k8s-ci-robot Nov 13, 2018
0a14015
Merge pull request #205 from mooncak/fix_duplicate
k8s-ci-robot Nov 13, 2018
0f0740d
Merge pull request #206 from mooncak/fix_typos
k8s-ci-robot Nov 13, 2018
7fa463a
Set GVK when getting the object from the cache.
Nov 14, 2018
8f3407b
Add scheme support to fake client
grantr Nov 14, 2018
8ade6d7
Update fake client tests to use typed Lists
grantr Nov 14, 2018
bf4afaa
Don't derive GVK for generic List type
grantr Nov 15, 2018
e1ceb2f
Serve metrics even if not leader
JoelSpeed Nov 3, 2018
5558165
Check for nil Raw value
estroz Nov 21, 2018
0e09a0d
Merge pull request #213 from grantr/fake-client-scheme
k8s-ci-robot Nov 21, 2018
85a065f
Merge pull request #212 from shawn-hurley/issue/202-1
k8s-ci-robot Nov 21, 2018
1e7d3ac
Use typed lists in cert writer tests
grantr Nov 22, 2018
8190265
Update dependencies to Kubernetes 1.12.2
jimmidyson Nov 22, 2018
1705e84
Update code to work with new Kubernetes 1.12.2 dependencies
jimmidyson Nov 22, 2018
acb7b11
Merge pull request #220 from grantr/typed-lists-in-tests
k8s-ci-robot Nov 26, 2018
64a9833
:book: Versioning and Branching Strategy
DirectXMan12 Nov 16, 2018
8991a78
Merge pull request #216 from DirectXMan12/docs/branching-strategy
k8s-ci-robot Nov 26, 2018
c66fe39
fix incorrect logr usage
Nov 1, 2018
e2fb93e
Add PR templates
DirectXMan12 Nov 27, 2018
b199283
:book: Clean up VERSIONING.md
DirectXMan12 Nov 27, 2018
4346537
Merge pull request #224 from DirectXMan12/infra/pr-templates
k8s-ci-robot Nov 27, 2018
201d680
Add default PR template
DirectXMan12 Nov 27, 2018
e333fdf
Merge pull request #225 from DirectXMan12/infra/fix-pr-templates
k8s-ci-robot Nov 27, 2018
5675a53
Merge pull request #193 from interma/fix-logr-usage
k8s-ci-robot Nov 28, 2018
9bfe5fd
Merge pull request #197 from pusher/metrics-non-leader
k8s-ci-robot Nov 28, 2018
a405158
Merge pull request #221 from jimmidyson/kubernetes-1.12
k8s-ci-robot Dec 1, 2018
69e965e
Update dependencies to Kubernetes 1.12.3
jimmidyson Dec 2, 2018
89861c0
Run dep check as part of validation
jimmidyson Dec 2, 2018
8f98fb7
Merge pull request #230 from jimmidyson/kubernetes-1.12
k8s-ci-robot Dec 3, 2018
b6eb718
Be specific in Gopkg.toml, update
DirectXMan12 Dec 4, 2018
f332dbe
:sparkles: change metrics default to off
Dec 5, 2018
37142fa
Add helper for nicely logging Kubernetes objects
DirectXMan12 Dec 5, 2018
07d1335
Overhaul/unify log tags
DirectXMan12 Dec 5, 2018
027a76d
Update dep list
DirectXMan12 Dec 5, 2018
86ad6a3
Merge pull request #238 from mengqiy/disable_metrics_by_default
k8s-ci-robot Dec 5, 2018
43351af
Merge pull request #237 from DirectXMan12/refactor/logging-audit
k8s-ci-robot Dec 6, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/breaking_change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- please add a :warning: (`:warning:`) to the title of this PR, and delete this line and similar ones -->

<!-- What does this do, and why do we need it? -->

<!-- Why does this have to be a breaking change (what else did you consider)? -->
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bug_fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- please add a :bug: (`:bug:`) to the title of this PR, and delete this line and similar ones -->

<!-- What does this do, and why do we need it? -->

<!-- What issue does this fix (e.g. Fixes #XYZ) -->
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/compat_feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!-- please add a :sparkles: (`:sparkles:`) to the title of this PR, and delete this line and similar ones -->

<!-- What does this do, and why do we need it? -->
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!-- please add a :book: (`:book:`) to the title of this PR, and delete this line and similar ones -->

<!-- What docs does this change, and why? -->
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!-- please add a :running: (`:running:`) to the title of this PR, and delete this line and similar ones -->

<!-- What does this do, and why do we need it? -->
4 changes: 4 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!-- please add a icon to the title of this PR (see VERSIONING.md), and delete this line and similar ones -->
<!-- the icon will be either :warning: (major), :sparkles: (minor), :bug: (patch), :book: (docs), or :running: (other) -->

<!-- What does this do, and why do we need it? -->
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- osx

go:
- "1.10"
- "1.11"

git:
depth: 3
Expand Down
Loading