We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01643fe commit f4532f6Copy full SHA for f4532f6
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM netboxcommunity/netbox:v3.4.7
+FROM netboxcommunity/netbox:v3.5.8
2
3
RUN pip install --upgrade pip\
4
&& pip install poetry
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netbox-atlas-plugin"
-version = "0.0.1"
+version = "1.0.1"
description = "A Netbox plugin to provide a Prometheus service discovery api"
5
authors = ["Stefan Hipfel <[email protected]>"]
6
license = "Apache-2.0"
0 commit comments