Skip to content

Commit 73e64e0

Browse files
authored
Merge pull request #3 from jsenecal/develop
Prepare new release
2 parents 6657dbd + f1b7df5 commit 73e64e0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ This role is compatible with the following linux distributions:
1717
### Netbox
1818

1919
This role is compatible with the following versions of Netbox-Docker and should follow the same compatibility matrix as the upstream project for the most part:
20-
- [3.0.1](https://github.com/netbox-community/netbox-docker/releases/tag/3.0.1) (NetBox v4.1.x and above. See [NetBox Releases](https://github.com/netbox-community/netbox/releases))
20+
- [3.0.2](https://github.com/netbox-community/netbox-docker/releases/tag/3.0.2) (NetBox v4.1.x and above. See [NetBox Releases](https://github.com/netbox-community/netbox/releases))
21+
- [2.9.1](https://github.com/netbox-community/netbox-docker/releases/tag/2.9.1) (NetBox v4.0.x. See [NetBox Releases](https://github.com/netbox-community/netbox/releases))]
2122

2223
## Installation
2324

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ netbox_force_dockerfile_build: false # Force a rebuild of the netbox container
1111
# Version and Image Configuration
1212
# Netbox and netbox-docker versions and tag
1313
netbox_netbox_version: 4.1
14-
netbox_netbox_docker_version: 3.0.1
14+
netbox_netbox_docker_version: 3.0.2
1515
netbox_container_tag: v{{ netbox_netbox_version }}-{{ netbox_netbox_docker_version }}
1616
# Netbox docker image and tag
1717
netbox_netbox_image: docker.io/netboxcommunity/netbox:{{ netbox_container_tag }}

meta/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ galaxy_info:
2121
versions:
2222
- all
2323

24-
galaxy_tags: []
24+
galaxy_tags:
25+
- netbox
26+
- docker
2527
dependencies: []

0 commit comments

Comments
 (0)