Daniel Kvist
b108aa4d2d
Support json logformatter
...
This commit introduces a new flag '--log-format' that allows a user
to configure json logging on the pods. If the log-format
is not specified, the formatter will default to the existing
text formatter.
2021-10-25 14:38:53 +02:00
Christian Kotzbauer
2ae0a82510
Merge pull request #454 from weaveworks/dependabot/go_modules/github.com/prometheus/common-0.32.1
...
build(deps): bump github.com/prometheus/common from 0.32.0 to 0.32.1
2021-10-21 19:31:53 +02:00
dependabot[bot]
f95664156d
build(deps): bump github.com/prometheus/common from 0.32.0 to 0.32.1
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.32.0 to 0.32.1.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.32.0...v0.32.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-21 17:11:08 +00:00
Christian Kotzbauer
891afda596
Merge pull request #453 from weaveworks/dependabot/go_modules/github.com/prometheus/common-0.32.0
...
build(deps): bump github.com/prometheus/common from 0.31.1 to 0.32.0
2021-10-21 09:21:07 +02:00
dependabot[bot]
2b89170417
build(deps): bump github.com/prometheus/common from 0.31.1 to 0.32.0
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.31.1 to 0.32.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.31.1...v0.32.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-20 17:10:49 +00:00
Daniel Holbach
de59c2614d
Merge pull request #450 from weaveworks/dependabot/go_modules/github.com/containrrr/shoutrrr-0.5.2
...
build(deps): bump github.com/containrrr/shoutrrr from 0.5.1 to 0.5.2
2021-10-11 19:32:29 +02:00
dependabot[bot]
2e5cb81b4c
build(deps): bump github.com/containrrr/shoutrrr from 0.5.1 to 0.5.2
...
Bumps [github.com/containrrr/shoutrrr](https://github.com/containrrr/shoutrrr ) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/containrrr/shoutrrr/releases )
- [Changelog](https://github.com/containrrr/shoutrrr/blob/main/goreleaser.yml )
- [Commits](https://github.com/containrrr/shoutrrr/compare/v0.5.1...v0.5.2 )
---
updated-dependencies:
- dependency-name: github.com/containrrr/shoutrrr
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-11 17:10:43 +00:00
Christian Kotzbauer
fde91041d5
Merge pull request #449 from weaveworks/feature/helm-1.8.0
...
helm: Prepare release for 1.8.0
2021-10-08 16:01:52 +02:00
Christian Kotzbauer
8a3f486ad9
feat: update to 1.8.0
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-10-08 15:40:57 +02:00
Christian Kotzbauer
513db7ce8c
Merge pull request #448 from weaveworks/feature/release-1.8.0
...
docs: updated version table
2021-10-08 15:06:09 +02:00
Christian Kotzbauer
938cbd428c
feat: add also missing prefer-no-schedule-taint
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-10-08 15:05:18 +02:00
Christian Kotzbauer
fa28b550b2
feat: add reboot-sentinel-command to helm-chart
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-10-08 14:56:30 +02:00
Christian Kotzbauer
164183e1bc
fix: correct indent
...
ref: #447
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-10-08 14:53:12 +02:00
Christian Kotzbauer
7d0499cc0a
Merge pull request #430 from amorey/reboot-delay-documentation
...
Add `reboot-delay` CLI argument to docs, helm charts and manifests
2021-10-08 14:49:05 +02:00
Christian Kotzbauer
5e32864e0b
Merge pull request #415 from MattJeanes/prometheus-alert-firing-option-chart
...
Add --alert-firing-only parameter to chart
2021-10-08 14:48:18 +02:00
Christian Kotzbauer
718faf4d31
Merge branch 'feature/helm-1.8.0' into prometheus-alert-firing-option-chart
2021-10-08 14:47:57 +02:00
Christian Kotzbauer
ac9e669b52
docs: updated version table
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-10-08 14:44:04 +02:00
Daniel Holbach
7c33ad8b6e
Merge pull request #436 from weaveworks/dependabot/github_actions/guyarb/golang-test-annoations-0.5.0
...
Bump guyarb/golang-test-annoations from 0.4.0 to 0.5.0
1.8.0
1.8.1
2021-10-08 10:47:31 +02:00
Daniel Holbach
6f8d36e8db
Merge pull request #445 from weaveworks/revert-439-feature/quay-registry
...
Revert "Add quay.io as second registry"
2021-10-08 10:12:13 +02:00
Daniel Holbach
688346e811
Revert "[WIP] Add quay.io as second registry"
2021-10-08 09:51:04 +02:00
Daniel Holbach
079425349d
Merge pull request #444 from weaveworks/dependabot/github_actions/nick-invision/retry-2.5.0
...
Bump nick-invision/retry from 2.4.1 to 2.5.0
2021-10-08 09:35:50 +02:00
dependabot[bot]
d7589b16d7
Bump nick-invision/retry from 2.4.1 to 2.5.0
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-invision/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2.4.1...v2.5.0 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-07 17:03:28 +00:00
Daniel Holbach
4e1c05c5e3
Merge pull request #443 from weaveworks/feature/contrib-docs
...
doc: some clarification of release-docs
2021-10-01 08:45:17 +02:00
Christian Kotzbauer
2c7ca8261f
doc: some clarification for release-docs
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-09-30 16:52:40 +02:00
Daniel Holbach
6ebf9a96f9
Merge pull request #439 from weaveworks/feature/quay-registry
...
[WIP] Add quay.io as second registry
2021-09-29 13:34:50 +02:00
Daniel Holbach
adffa11796
Merge pull request #440 from jackfrancis/maintainers-add-jackfrancis
...
Add jackfrancis to MAINTAINERS
2021-09-29 12:05:25 +02:00
Daniel Holbach
1152d72d51
Merge pull request #441 from weaveworks/dependabot/go_modules/github.com/prometheus/common-0.31.1
...
Bump github.com/prometheus/common from 0.31.0 to 0.31.1
2021-09-29 10:13:46 +02:00
dependabot[bot]
fb6a224f66
Bump github.com/prometheus/common from 0.31.0 to 0.31.1
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.31.0 to 0.31.1.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.31.0...v0.31.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-28 17:10:41 +00:00
Jack
c671dce161
Add jackfrancis to MAINTAINERS
2021-09-28 09:08:05 -07:00
Christian Kotzbauer
f8fc6e5017
build: add quay.io as second registry
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-09-28 17:42:49 +02:00
Daniel Holbach
effbf62987
Merge pull request #428 from weaveworks/k8s-1.21
...
Updated Kubernetes to 1.21
2021-09-28 10:15:50 +02:00
Daniel Holbach
6423bf0069
update to go 1.16 (follow the load of k8s 1.21)
...
Signed-off-by: Daniel Holbach <daniel@weave.works >
2021-09-28 09:06:35 +02:00
Christian Kotzbauer
9c81caa92e
build: added k8s@1.22 and dropped k8s@1.19
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-09-28 09:06:35 +02:00
Christian Kotzbauer
978acba030
feat: updated to k8s@1.21
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-09-28 09:06:35 +02:00
Daniel Holbach
acef34e916
Merge pull request #437 from weaveworks/dependabot/go_modules/github.com/prometheus/common-0.31.0
...
Bump github.com/prometheus/common from 0.30.0 to 0.31.0
2021-09-28 08:59:22 +02:00
Daniel Holbach
f72ef8c2ca
Merge pull request #438 from jackfrancis/kubectl-cordon-context
...
fix: don't use nil context in drain helper
2021-09-28 08:56:02 +02:00
Jack
3c2508050d
fix: don't use nil context in drain helper
2021-09-27 12:43:20 -07:00
dependabot[bot]
483a5d8211
Bump github.com/prometheus/common from 0.30.0 to 0.31.0
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.30.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-27 17:09:51 +00:00
dependabot[bot]
9b89a8c0fc
Bump guyarb/golang-test-annoations from 0.4.0 to 0.5.0
...
Bumps [guyarb/golang-test-annoations](https://github.com/guyarb/golang-test-annoations ) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/guyarb/golang-test-annoations/releases )
- [Commits](https://github.com/guyarb/golang-test-annoations/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: guyarb/golang-test-annoations
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-27 17:02:45 +00:00
Christian Kotzbauer
b5a4bf432c
Merge pull request #360 from cnmcavoy/cnmcavoy/force-reboot-timeout-helm
...
Add force-reboot and drain timeouts to chart config and ds
2021-09-15 18:45:37 +02:00
Cameron McAvoy
cee15cfc32
Add force-reboot and drain timeouts to chart config and ds
2021-09-15 10:42:50 -05:00
Christian Kotzbauer
b2b1940435
fix: do not use array for stale action ( #433 )
2021-09-10 09:52:44 +02:00
Daniel Holbach
a9eb139f60
Merge pull request #431 from weaveworks/dependabot/go_modules/github.com/containrrr/shoutrrr-0.5.1
...
Bump github.com/containrrr/shoutrrr from 0.5.0 to 0.5.1
2021-09-02 08:01:45 +02:00
dependabot[bot]
d6e478ec6b
Bump github.com/containrrr/shoutrrr from 0.5.0 to 0.5.1
...
Bumps [github.com/containrrr/shoutrrr](https://github.com/containrrr/shoutrrr ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/containrrr/shoutrrr/releases )
- [Changelog](https://github.com/containrrr/shoutrrr/blob/main/goreleaser.yml )
- [Commits](https://github.com/containrrr/shoutrrr/compare/v0.5.0...v0.5.1 )
---
updated-dependencies:
- dependency-name: github.com/containrrr/shoutrrr
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 17:11:21 +00:00
Daniel Holbach
0955403470
Merge pull request #429 from weaveworks/alpine-3.14
...
build: updated to alpine@3.14
2021-08-30 10:54:35 +02:00
Andres Morey
a3f9796305
Add reboot-delay CLI argument to docs, manifests and helm charts
2021-08-26 16:26:21 +03:00
Christian Kotzbauer
9473f831be
build: updated to alpine@3.14
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-08-25 20:19:03 +02:00
Daniel Holbach
3682eb36de
Merge pull request #418 from amorey/reboot-delay
...
Add `reboot-delay` command line argument
2021-08-25 18:12:03 +02:00
Daniel Holbach
3900ee8876
Merge pull request #422 from weaveworks/dependabot/go_modules/github.com/containrrr/shoutrrr-0.5.0
...
Bump github.com/containrrr/shoutrrr from 0.4.4 to 0.5.0
2021-08-23 11:37:37 +02:00
dependabot[bot]
4c31084be8
Bump github.com/containrrr/shoutrrr from 0.4.4 to 0.5.0
...
Bumps [github.com/containrrr/shoutrrr](https://github.com/containrrr/shoutrrr ) from 0.4.4 to 0.5.0.
- [Release notes](https://github.com/containrrr/shoutrrr/releases )
- [Changelog](https://github.com/containrrr/shoutrrr/blob/main/goreleaser.yml )
- [Commits](https://github.com/containrrr/shoutrrr/compare/v0.4.4...v0.5.0 )
---
updated-dependencies:
- dependency-name: github.com/containrrr/shoutrrr
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-16 17:08:06 +00:00