Robert Brennan
e7baeac2e5
add script for generating deploy files
2020-01-03 18:32:29 +00:00
Robert Brennan
d0e0009efc
revert dashboard.yaml
2020-01-02 20:10:22 +00:00
Robert Brennan
04da47d83e
change input config to simplify things
2020-01-02 17:55:21 +00:00
Robert Brennan
91378c3d92
Bump version to 0.6 ( #231 )
...
* bump version to 0.6.0
* update changelog
2019-12-09 12:20:15 -05:00
Robert Brennan
207297c11d
move to using fairwinds quay repo ( #230 )
2019-12-09 08:51:17 -05:00
Robert Brennan
3d07ce8004
update to 0.5.0 ( #205 )
...
* update to 0.5.0
* update changelog
* incorporate changes to polaris chart
2019-11-06 13:57:18 -05:00
Nick Huanca
75f70352ba
Additional Pod Controller Scans ( #166 )
...
**Changes**
- Refactored the way controllers work to be an interface
- Added configurable controllers to include in scans
- Added daemonsets, jobs and cronjobs in scans
- Added `ReplicationController` type controllers to the supported list
- Adjusted logic for failed YAML parsing to bubble up errors
- Added better logic for calculating summaries on cluster wide results
- Relocated responsibilities for counting types into validators vs spreading it around more packages
- Fixed bug where cronjob parsing was using wrong KIND
- Added fixtures for mocking new controller types
- Added example yamls to test scanning files
- Added functions to NamespacedResult(s) to reduce code complexity deep set iterations
- Refactored how results get added to namespacedresults so adding more later is easier
- Minor signature changes for interface implementing structs for controllers
2019-07-31 15:56:27 -06:00
Bobby Brennan
962494e47a
update to 0.3.0 ( #162 )
...
* update to 0.3.0
* disable test_k8s for update-version branches
* update README
2019-07-11 11:13:05 -04:00
Bobby Brennan
7bcd01e6be
add deploy configurations to source control ( #156 )
...
* add deploy configurations to source control
* add KIND testing
* add KIND testing
* updates based on feedback
2019-07-01 08:08:56 -04:00
Bobby Brennan
50d32b9b4c
move helm chart to reactiveops/charts ( #128 )
...
* move helm chart to reactiveops/charts
init helm in circleci
fix template command
* update release process
2019-06-13 13:07:10 -06:00
Bobby Brennan
1d6248180e
add display-name flag
2019-06-10 14:39:24 +00:00
Bobby Brennan
eab320af38
version 0.1.5 ( #135 )
2019-06-05 12:17:40 -04:00
Bobby Brennan
f061e0e012
Fix helm for webhook ( #129 )
...
* Log all validation attempts
* add app selector for helm deployments
2019-05-24 10:21:38 -04:00
Bobby Brennan
72adf571f3
bump version to 0.1.4 ( #118 )
...
* bump version to 0.1.4
* add changelog
2019-05-20 16:01:34 -04:00
Bobby Brennan
251f8f1c41
bump version
2019-05-17 20:40:33 +00:00
Rob Scott
2cb6b4347d
version bump for 0.1.2
2019-05-17 14:48:21 -04:00
Rob Scott
08d4e05d25
referencing specific config file as part of deployment config
2019-05-17 14:10:54 -04:00
Bobby Brennan
85b490a967
fix helm chart values
2019-05-17 15:35:04 +00:00
Bobby Brennan
42c8bbf1a9
update version to 0.1.1
2019-05-17 14:53:29 +00:00
Rob Scott
6ac07dffb2
specifying namespace in rolebinding to fix #95
...
Adding namespace to rolebinding
2019-05-17 08:47:26 -06:00
Rob Scott
288fc7501c
updating docs
2019-05-16 12:54:36 -04:00
Rob Scott
c019364958
much more granular rbac permissions, splitting up dashboard and webhook components to allow for that
2019-05-16 10:00:21 -04:00
Rob Scott
287be8e57e
a variety of dashboard updates and cleanup
2019-05-14 16:22:39 -04:00
Rob Scott
02d4444196
updating error message for resource presence checks, updating deployment config to pass with 100%
2019-05-13 22:33:35 -04:00
Bobby Brennan
ab16cf8fa5
update checksums with make helm-to-k8s
2019-05-09 16:04:24 +00:00
Bobby Brennan
8116af6abe
fix filename typo
2019-05-09 16:02:37 +00:00
Bobby Brennan
9bcb832bbd
rename all the things
2019-05-09 15:59:23 +00:00
Bobby Brennan
740e3ad871
add /health endpoint ( #74 )
2019-05-07 16:29:55 -04:00
Rob Scott
0db0e2947f
some additional cleanup
2019-04-29 10:58:30 -04:00
Rob Scott
4fe39e7b74
improved logging, better webhook output, webhook deploy fixes
2019-04-26 17:35:14 -04:00
Rob Scott
3e1906d3f1
separating webhook and dashboard k8s deploy config, moving assets into dashboard pkg, reworking docker image to actually make use of packr
2019-04-26 14:57:55 -04:00
EJ Etherington
cc6a186420
updating service name in notes
...
and service
2019-04-26 09:23:38 -07:00
Rob Scott
674696c7e1
restructuring config to match up with docs
2019-04-22 12:58:25 -04:00
Corey O'Brien
0b3d93edfe
DRY out deployment and config
2019-04-19 15:55:10 -04:00
Andrew Suderman
03d367ff47
Fixing config
2019-04-09 15:19:38 -06:00
Andrew Suderman
b30ebf1cf4
Major chart improvements
2019-04-09 15:19:38 -06:00
Rob Scott
0a33875962
cleaning up default config, fixing a small bug
2019-04-05 15:57:51 -04:00
Rob Scott
3ea06b81ee
security validations fully working
2019-04-05 15:10:11 -04:00
Rob Scott
82164105d7
initial work on security validations
2019-04-05 15:10:00 -04:00
Rob Scott
f5cde2db38
a lot of cleanup and restructuring
2019-03-27 22:57:01 -04:00
Rob Scott
4c6d546395
cleaning up duplicate config
2019-03-27 22:55:32 -04:00
Rob Scott
f04883539a
updating resource config syntax
2019-03-27 22:55:31 -04:00
jessicagreben
16409c097d
add pod host networking validations
2019-02-13 10:58:30 -08:00
jessicagreben
a2e2788cff
remove dup pod validation, move test yaml
2019-01-26 18:43:40 -08:00
jessicagreben
198277a9c9
add deploy admission webhook
2019-01-26 18:15:15 -08:00
jessicagreben
9701ec4569
fix quay container name
2019-01-04 21:29:20 -08:00
jessicagreben
1a768e094a
add 2nd container to k8s config
2019-01-04 21:23:54 -08:00
jessicagreben
21e7d2b0f8
make PR comment changes
2019-01-03 07:33:20 -08:00
jessicagreben
c3bbbde631
add image and healthcheck config and checks
2018-12-31 11:21:46 -08:00
Rob Scott
823e460965
lots of restructuring to add ContainerValidation type
2018-12-21 12:44:05 -05:00