Skip to content

Commit 71ea5b3

Browse files
committed
Merge remote-tracking branch 'origin/master' into feat/nb35
# Conflicts: # CHANGES.md # pack.yaml
2 parents d1d694c + b93f086 commit 71ea5b3

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

.github/CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# These owners will be the default owners for everything in
2+
# the repo. Unless a later match takes precedence, users and
3+
# teams which are put in owners will be requested for review
4+
# when someone opens a pull request.
5+
6+
# This is base configuration. These owners could review all
7+
# files in this repository.
8+
* @lampwins @abhi1693 @StackStorm-Exchange/tsc
9+
10+
# CI configuration files should be reviewed by specific owners
11+
# who are more responsible for ensuring the quality of this pack
12+
# or orchestrate StackStorm-Exchanges.
13+
.circleci/** @StackStorm-Exchange/tsc
14+
.github/** @StackStorm-Exchange/tsc

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Updated spec as per v3.5.9
66

7+
## 3.0.7
8+
9+
- Add @abhi1693 as code owner.
10+
711
## 3.0.6
812

913
- Add exceptions on action.py

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,10 @@ http://<ip-address>:<port>/netbox/webhooks/
6262
```
6363
6464
**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.
65+
66+
## Maintainers
67+
68+
Active pack maintainers with review & write repository access and expertise with Netbox:
69+
70+
- John Anderson <[email protected]> @lampwins
71+
- Abhimanyu Saharan <[email protected]> @abhi1693

pack.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ keywords:
77
- ipam
88
- dcim
99
version: 3.1.0
10-
author: John Anderson, Jefferson White
11-
1210
python_versions:
1311
- "3"
12+
author: John Anderson, Jefferson White
13+
14+
contributors:
15+
- Abhimanyu Saharan <[email protected]>

0 commit comments

Comments
 (0)