Skip to content

Update baseimage to 4.3.x #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"matchDatasources": ["docker"],
"matchPackageNames": ["netboxcommunity/netbox"],
"versioning": "semver",
"allowedVersions": "<4.3.0"
"allowedVersions": "<4.4.0"
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/check-netbox-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const MIN_BLOCKED_VERSION = "4.3.0";
const MIN_BLOCKED_VERSION = "4.4.0";
const REPO = "netboxcommunity/netbox";
const issueLabel = "netbox-version-blocked";

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# checkov:skip=CKV_DOCKER_3: we don't want to drift away from upstream. so we keep it as it is
# checkov:skip=CKV_DOCKER_7: yes, latest is okay here
# hadolint ignore=DL3007
FROM netboxcommunity/netbox:v4.2.9@sha256:7bf0eb72ba8079ebbc053f0d324654b3482bafde2f34ff07fa6777533171c337
FROM netboxcommunity/netbox:v4.3.1@sha256:06efb429e1c5d12a557b0146175e2c7dc90c24ccc56095fba19704542e3e4e55

COPY ./plugin_requirements.txt /opt/netbox/

Expand Down