You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain how the release models of the app and of Nautobot work together, how releases are supported, how features and older releases are deprecated etc.
18
+
19
+
| Nautobot Firewall Models Version | Nautobot First Support Version | Nautobot Last Support Version |
Copy file name to clipboardExpand all lines: docs/dev/dev_environment.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This is a quick reference guide if you're already familiar with the development
13
13
14
14
The [Invoke](http://www.pyinvoke.org/) library is used to provide some helper commands based on the environment. There are a few configuration parameters which can be passed to Invoke to override the default configuration:
15
15
16
-
-`nautobot_ver`: the version of Nautobot to use as a base for any built docker containers (default: 2.4.20)
16
+
-`nautobot_ver`: the version of Nautobot to use as a base for any built docker containers (default: 3.0.0)
17
17
-`project_name`: the default docker compose project name (default: `nautobot-firewall-models`)
18
18
-`python_ver`: the version of Python to use as a base for any built docker containers (default: 3.12)
19
19
-`local`: a boolean flag indicating if invoke tasks should be run on the host or inside the docker containers (default: False, commands will be run in docker containers)
@@ -181,7 +181,7 @@ The first thing you need to do is build the necessary Docker image for Nautobot
0 commit comments