diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ac53540..6536658 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Default owner(s) of all files in this repository -* @cmsirbu @gsnider2195 @smk4664 +* @nautobot/maintain-nautobot-apps diff --git a/development/Dockerfile b/development/Dockerfile index 89715b8..14d980e 100644 --- a/development/Dockerfile +++ b/development/Dockerfile @@ -6,11 +6,11 @@ # ------------------------------------------------------------------------------------- # !!! USE CAUTION WHEN MODIFYING LINES BELOW -# Accepts a desired Nautobot version as build argument, default to 2.0.0 -ARG NAUTOBOT_VER="2.0.0" +# Accepts a desired Nautobot version as build argument, default to 2.3.0 +ARG NAUTOBOT_VER="2.3.0" -# Accepts a desired Python version as build argument, default to 3.11 -ARG PYTHON_VER="3.11" +# Accepts a desired Python version as build argument, default to 3.12 +ARG PYTHON_VER="3.12" # Retrieve published development image of Nautobot base which should include most CI dependencies FROM ghcr.io/nautobot/nautobot-dev:${NAUTOBOT_VER}-py${PYTHON_VER} diff --git a/invoke.example.yml b/invoke.example.yml index a7fd2de..bb6d935 100644 --- a/invoke.example.yml +++ b/invoke.example.yml @@ -1,9 +1,9 @@ --- nautobot_dev_example: project_name: "nautobot-dev-example" - nautobot_ver: "2.0.0" + nautobot_ver: "2.3.0" local: false - python_ver: "3.11" + python_ver: "3.12" compose_dir: "development" compose_files: - "docker-compose.base.yml" diff --git a/tasks.py b/tasks.py index 5fe12d3..00546ff 100644 --- a/tasks.py +++ b/tasks.py @@ -48,9 +48,9 @@ def is_truthy(arg): namespace.configure( { "nautobot_dev_example": { - "nautobot_ver": "2.0.0", + "nautobot_ver": "2.3.0", "project_name": "nautobot-dev-example", - "python_ver": "3.11", + "python_ver": "3.12", "local": False, "compose_dir": os.path.join(os.path.dirname(__file__), "development"), "compose_files": [