Robert Brennan
|
bd14ab8bc1
|
Release 1.0.0 (#300)
* Release 1.0.0
* update deploy files
* remove docs for old capabilities
* update images
* update image
* update docs
* remove capabilities language
* add CLI changes to changelog
* reorg changelog
|
2020-05-20 09:00:41 -04:00 |
|
Robert Brennan
|
2ac6a2b540
|
Change error to danger (#299)
* rename 'error' to 'danger'
* update dashboard
* fix docs
* update deploy configs
|
2020-05-19 08:41:07 -04:00 |
|
Robert Brennan
|
9d81c393de
|
Pack config.yaml in Docker (#298)
* update examples
* pack config.yaml in Docker
|
2020-05-18 17:16:16 -04:00 |
|
Robert Brennan
|
b557786325
|
Stop webhook from preventing scaling events (#293)
* test deployment scaling
* stop watching pods in the webhook
* fix check
* add pod check back
* skip webhook for owned pods
|
2020-05-18 15:17:21 -04:00 |
|
Robert Brennan
|
5572bb8118
|
fix up goreleaser (#297)
* fix up goreleaser
* revert version number change
|
2020-05-18 15:17:08 -04:00 |
|
Robert Brennan
|
ac9412920f
|
sort results on dashboard (#295)
This reverts commit 0c671d0f62.
|
2020-05-18 15:01:12 -04:00 |
|
baderbuddy
|
d50d9c81f8
|
Add the capability for controller level checks (#285)
* Add controller level checks
* Add check for multipleReplicas
* Fixed spec
* Add controller level check
* Move controller schema checks to their own function.
|
2020-05-18 14:57:35 -04:00 |
|
Robert Brennan
|
de98d9fbeb
|
Update logo (#296)
* update logo
* fix image
|
2020-05-18 13:32:06 -04:00 |
|
Robert Brennan
|
eac15d6258
|
more exemptions (#294)
|
2020-05-18 13:31:37 -04:00 |
|
Robert Brennan
|
0c671d0f62
|
Revert "sort results on dashboard"
This reverts commit e9064dfddc.
|
2020-05-18 17:21:22 +00:00 |
|
Robert Brennan
|
e9064dfddc
|
sort results on dashboard
|
2020-05-18 17:18:23 +00:00 |
|
Robert Brennan
|
cf10a9617f
|
add some exemptions for kube-system (#292)
|
2020-05-18 12:46:32 -04:00 |
|
dependabot-preview[bot]
|
c571b97bc9
|
Bump github.com/gobuffalo/packd from 0.3.0 to 0.4.0 (#290)
Bumps [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/gobuffalo/packd/releases)
- [Commits](https://github.com/gobuffalo/packd/compare/v0.3.0...v0.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-05-18 12:40:50 -04:00 |
|
dependabot-preview[bot]
|
fa5954c9ce
|
Bump github.com/evanphx/json-patch (#287)
Bumps [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) from 4.2.0+incompatible to 4.5.0+incompatible.
- [Release notes](https://github.com/evanphx/json-patch/releases)
- [Commits](https://github.com/evanphx/json-patch/compare/v4.2.0...v4.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-05-18 12:40:35 -04:00 |
|
dependabot-preview[bot]
|
58ec098c05
|
Bump github.com/konsorten/go-windows-terminal-sequences (#289)
Bumps [github.com/konsorten/go-windows-terminal-sequences](https://github.com/konsorten/go-windows-terminal-sequences) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/konsorten/go-windows-terminal-sequences/releases)
- [Commits](https://github.com/konsorten/go-windows-terminal-sequences/compare/v1.0.2...v1.0.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-05-18 12:40:22 -04:00 |
|
dependabot-preview[bot]
|
c9211b9e56
|
Bump github.com/prometheus/common from 0.9.1 to 0.10.0 (#288)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.9.1...v0.10.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-05-18 12:40:10 -04:00 |
|
Robert Brennan
|
a3e9939f76
|
don't push docker images on forked PRs (#291)
* don't push docker images on forked PRs
* fix name
|
2020-05-18 11:12:28 -04:00 |
|
baderbuddy
|
450d065f55
|
Update dependencies (#286)
|
2020-05-12 09:45:52 -04:00 |
|
Barnabas Makonda
|
9ce3c06d5c
|
Merge pull request #283 from FairwindsOps/rb/slack-invite
Fix Slack invite
|
2020-05-12 09:19:00 +02:00 |
|
Robert Brennan
|
ee951c8460
|
Fix Slack invite
|
2020-05-08 15:31:03 -04:00 |
|
baderbuddy
|
69621f7034
|
Improve performance (#278)
* rename root fs check
* speed up docker build
* refactor webhook to be more generic
* delete controllers pkg
* revert deploy
* fix example config
* remove controllersToScan config
* fix lint error
* fix webhook name
* FileSystem -> Filesystem
* update deps
* skip node owners
* clean up meta tracking
* Cache results of dynamic queries
* Dynamically pick types to list.
* Fix unit tests
* Fix the other tests I missed
* Fix container test
* Fix issues from PR feedback
Co-authored-by: Robert Brennan <bobby.brennan@gmail.com>
Co-authored-by: Robert Brennan <accounts@rbren.io>
|
2020-05-01 13:29:29 -04:00 |
|
dependabot-preview[bot]
|
4cf3d15af0
|
Bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0 (#277)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.4.2...v1.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Robert Brennan <accounts@rbren.io>
|
2020-04-27 10:43:28 -04:00 |
|
dependabot-preview[bot]
|
5d875a225c
|
Bump google.golang.org/appengine from 1.6.0 to 1.6.6 (#276)
Bumps [google.golang.org/appengine](https://github.com/golang/appengine) from 1.6.0 to 1.6.6.
- [Release notes](https://github.com/golang/appengine/releases)
- [Commits](https://github.com/golang/appengine/compare/v1.6.0...v1.6.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Robert Brennan <accounts@rbren.io>
|
2020-04-27 10:43:16 -04:00 |
|
Robert Brennan
|
6792fba91f
|
Delete controllers package (#270)
* rename root fs check
* speed up docker build
* refactor webhook to be more generic
* delete controllers pkg
* revert deploy
* fix example config
* remove controllersToScan config
* fix lint error
* fix webhook name
* FileSystem -> Filesystem
* update deps
* skip node owners
* clean up meta tracking
Co-authored-by: Robert Brennan <bobby.brennan@gmail.com>
|
2020-04-27 10:43:02 -04:00 |
|
dependabot-preview[bot]
|
f559f3328b
|
Bump github.com/google/gofuzz from 1.0.0 to 1.1.0 (#275)
Bumps [github.com/google/gofuzz](https://github.com/google/gofuzz) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/google/gofuzz/releases)
- [Commits](https://github.com/google/gofuzz/compare/v1.0.0...v1.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-27 08:56:47 -04:00 |
|
dependabot-preview[bot]
|
38e512291d
|
Bump github.com/gorilla/mux from 1.7.2 to 1.7.4 (#274)
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.2 to 1.7.4.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.7.2...v1.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-27 08:56:32 -04:00 |
|
Robert Brennan
|
cfc0d213cd
|
Fix slack link (#271)
|
2020-04-20 09:00:41 -04:00 |
|
dependabot-preview[bot]
|
22125549a6
|
Bump github.com/prometheus/procfs from 0.0.2 to 0.0.11 (#269)
Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs) from 0.0.2 to 0.0.11.
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](https://github.com/prometheus/procfs/compare/v0.0.2...v0.0.11)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-20 08:31:59 -04:00 |
|
dependabot-preview[bot]
|
9e8378aece
|
Bump go.uber.org/zap from 1.14.0 to 1.14.1 (#268)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.14.0...v1.14.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-20 08:31:47 -04:00 |
|
dependabot-preview[bot]
|
79603c8cf7
|
Bump github.com/rogpeppe/go-internal from 1.5.1 to 1.5.2 (#267)
Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/rogpeppe/go-internal/releases)
- [Commits](https://github.com/rogpeppe/go-internal/compare/v1.5.1...v1.5.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-20 08:31:35 -04:00 |
|
dependabot-preview[bot]
|
c21163aadc
|
Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (#266)
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-20 08:31:12 -04:00 |
|
baderbuddy
|
c03ecbde4a
|
Merge pull request #240 from FairwindsOps/bb/openshift
Adding support for third-party Controllers (e.g. OpenShift)
|
2020-03-26 13:06:36 -04:00 |
|
baderbuddy
|
57f3a8b911
|
Merge branch 'master' into bb/openshift
|
2020-03-26 10:50:47 -04:00 |
|
dependabot-preview[bot]
|
37660e0fe9
|
Bump github.com/prometheus/common from 0.4.0 to 0.9.1 (#261)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.4.0 to 0.9.1.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.4.0...v0.9.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-26 10:50:38 -04:00 |
|
baderbuddy
|
dcf02b9549
|
Merge branch 'master' into bb/openshift
|
2020-03-25 16:53:44 -04:00 |
|
Bader Boland
|
3c46f405a9
|
Cleanup SupportedControllers
|
2020-03-25 16:50:12 -04:00 |
|
dependabot-preview[bot]
|
94548d0dcf
|
Bump github.com/census-instrumentation/opencensus-proto (#260)
Bumps [github.com/census-instrumentation/opencensus-proto](https://github.com/census-instrumentation/opencensus-proto) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/census-instrumentation/opencensus-proto/releases)
- [Commits](https://github.com/census-instrumentation/opencensus-proto/compare/v0.2.0...v0.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-25 15:56:44 -04:00 |
|
dependabot-preview[bot]
|
1497c9a872
|
Bump github.com/golang/protobuf from 1.3.1 to 1.3.5 (#259)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.1 to 1.3.5.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.3.1...v1.3.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-25 15:56:33 -04:00 |
|
Bader Boland
|
a5828a2d3b
|
Fix tests
|
2020-03-25 14:23:18 -04:00 |
|
Bader Boland
|
5769acf820
|
deduplicate results right away
|
2020-03-25 13:25:26 -04:00 |
|
baderbuddy
|
aa0658b5ac
|
Merge branch 'master' into bb/openshift
|
2020-03-23 09:27:54 -04:00 |
|
Bader Boland
|
49dbd1d33b
|
Merge branch 'bb/openshift' of github.com:FairwindsOps/polaris into bb/openshift
|
2020-03-23 09:27:43 -04:00 |
|
Bader Boland
|
68fe23018a
|
Feedback from PR
|
2020-03-23 09:27:36 -04:00 |
|
baderbuddy
|
ea9db7e273
|
Merge pull request #263 from FairwindsOps/dependabot/go_modules/github.com/hashicorp/golang-lru-0.5.4
Bump github.com/hashicorp/golang-lru from 0.5.1 to 0.5.4
|
2020-03-23 08:24:01 -04:00 |
|
dependabot-preview[bot]
|
56ba00f524
|
Bump github.com/hashicorp/golang-lru from 0.5.1 to 0.5.4
Bumps [github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru) from 0.5.1 to 0.5.4.
- [Release notes](https://github.com/hashicorp/golang-lru/releases)
- [Commits](https://github.com/hashicorp/golang-lru/compare/v0.5.1...v0.5.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-23 11:34:36 +00:00 |
|
Robert Brennan
|
d18bf855cb
|
Merge branch 'master' into bb/openshift
|
2020-03-19 13:27:19 -04:00 |
|
dependabot-preview[bot]
|
cbe1f104da
|
Bump github.com/Azure/go-autorest (#255)
Bumps [github.com/Azure/go-autorest](https://github.com/Azure/go-autorest) from 12.0.0+incompatible to 12.4.3+incompatible.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Azure/go-autorest/compare/v12.0.0...v12.4.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-19 13:27:05 -04:00 |
|
dependabot-preview[bot]
|
6eb12b3bfe
|
Bump go.uber.org/multierr from 1.1.0 to 1.5.0 (#254)
Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.1.0 to 1.5.0.
- [Release notes](https://github.com/uber-go/multierr/releases)
- [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/multierr/compare/v1.1.0...v1.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-19 13:26:52 -04:00 |
|
baderbuddy
|
98533bc11a
|
Merge branch 'master' into bb/openshift
|
2020-03-18 16:45:15 -04:00 |
|
baderbuddy
|
e4b8992301
|
Add myself to codeowners (#257)
|
2020-03-18 09:17:15 -04:00 |
|