diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..656a8265 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,14 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, users and +# teams which are put in owners will be requested for review +# when someone opens a pull request. + +# This is base configuration. These owners could review all +# files in this repository. +* @lampwins @abhi1693 @StackStorm-Exchange/tsc + +# CI configuration files should be reviewed by specific owners +# who are more responsible for ensuring the quality of this pack +# or orchestrate StackStorm-Exchanges. +.circleci/** @StackStorm-Exchange/tsc +.github/** @StackStorm-Exchange/tsc diff --git a/CHANGES.md b/CHANGES.md index 1451e4ab..8160deec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Change Log +## 3.0.7 + +- Add @abhi1693 as code owner. + ## 3.0.6 - Add exceptions on action.py diff --git a/README.md b/README.md index 0d08c4cb..6df71e29 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,10 @@ http://:/netbox/webhooks/ ``` **Note:** the sensor does not support HTTPS but this could be accomplished by fronting the sensor with Nginx/Apache/etc, which would terminate the SSL connection and then proxy the request to the sensor over HTTP. + +## Maintainers + +Active pack maintainers with review & write repository access and expertise with Netbox: + + - John Anderson @lampwins + - Abhimanyu Saharan @abhi1693 diff --git a/pack.yaml b/pack.yaml index c57ebcf3..831e6f90 100644 --- a/pack.yaml +++ b/pack.yaml @@ -6,8 +6,10 @@ keywords: - networking - ipam - dcim -version: 3.0.6 -author: John Anderson, Jefferson White -email: lampwins@gmail.com +version: 3.0.7 python_versions: - "3" +author: John Anderson, Jefferson White +email: lampwins@gmail.com +contributors: + - Abhimanyu Saharan