Skip to content

Commit

Permalink
prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xoc committed Sep 12, 2024
1 parent a5f2c04 commit 9e83e39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = v1.0.1
VERSION = v1.1.0
COMMIT = $(shell git rev-list -1 HEAD | cut -c1-10)
DIRTY = $(shell git diff --quiet || echo '-dirty')
DATE = $(shell date -u +%a,\ %d\ %b\ %Y\ %H:%M:%S\ %Z)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ more bases. A couple of ideas I have in mind:
- how about a web gui to get more insights into netbox_sd?

## Supported Netbox Versions
< 4.0.0 (v4 has not been tested, but is a high prio topic)
\>= 3.4.5 required (or else you'll have a bad time)
\>=4.0.10: use release v1.1.0
\>= 3.4.5 & < 4.0.0: use release up to v1.0.1

## Usage Considerations
This software is intended to run on the same machine that Prometheus runs on. As a user, you must ensure that the files
Expand Down

0 comments on commit 9e83e39

Please sign in to comment.