Skip to content

Commit 8844612

Browse files
authored
Merge branch 'master' into feat/nb341
2 parents 9e629fe + b93f086 commit 8844612

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.4.7
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
@@ -84,3 +84,10 @@ python generate.py --https --port 443 demo.netbox.dev
8484
4. Update the `pack.yaml` file with the new version of NetBox that was used to generate the pack.
8585
5. Commit the changes and create a pull request.
8686
6. Once the pull request is merged, a new version of the pack will be released to the StackStorm Exchange.
87+
88+
## Maintainers
89+
90+
Active pack maintainers with review & write repository access and expertise with Netbox:
91+
92+
- John Anderson <[email protected]> @lampwins
93+
- 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)