Skip to content

Commit d649ab1

Browse files
authored
Merge pull request #129 from tobiasge/prepare-4.5.1
Prepare version 4.5.1
2 parents 5ff0285 + 18919a1 commit d649ab1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Load data from YAML files into Netbox
44

55
## Installation
66

7-
First activate your virtual environment where Netbox is installed, the install the plugin version correspondig to your Netbox version.
7+
First activate your virtual environment where Netbox is installed, the install the plugin version corresponding to your Netbox version.
88

99
```bash
10-
pip install "netbox-initializers==4.4.*"
10+
pip install "netbox-initializers==4.5.*"
1111
```
1212

1313
Then you need to add the plugin to the `PLUGINS` array in the Netbox configuration.
@@ -38,6 +38,6 @@ The initializers where a part of the Docker image and where then extracted into
3838
To use the new plugin in a the Netbox Docker image, it musst be installad into the image. To this, the following example can be used as a starting point:
3939

4040
```dockerfile
41-
FROM netboxcommunity/netbox:v4.4
42-
RUN /opt/netbox/venv/bin/pip install "netbox-initializers==4.4.*"
41+
FROM netboxcommunity/netbox:v4.5
42+
RUN /usr/local/bin/uv pip install "netbox-initializers==4.5.*"
4343
```

src/netbox_initializers/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "4.5.0"
1+
VERSION = "4.5.1"

0 commit comments

Comments
 (0)