Skip to content

Commit 61a3afb

Browse files
authored
Merge pull request #734 from netbox-community/develop
Version 1.6.1
2 parents 226d843 + 91ab616 commit 61a3afb

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
name: Checks syntax of our code
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
with:
1818
# Full git history is needed to get a proper list of changed files within `super-linter`
1919
fetch-depth: 0
20-
- uses: actions/setup-python@v2
20+
- uses: actions/setup-python@v3
2121
- name: Lint Code Base
2222
uses: github/super-linter@v4
2323
env:
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- id: git-checkout
5454
name: Checkout
55-
uses: actions/checkout@v2
55+
uses: actions/checkout@v3
5656
- id: docker-build
5757
name: Build the image from '${{ matrix.docker_from }}' with '${{ matrix.build_cmd }}'
5858
run: ${{ matrix.build_cmd }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
-
2626
name: Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828
-
2929
name: Get Version of NetBox Docker
3030
run: |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.4'
22
services:
33
netbox: &netbox
4-
image: netboxcommunity/netbox:${VERSION-v3.1-1.6.0}
4+
image: netboxcommunity/netbox:${VERSION-v3.2-1.6.1}
55
depends_on:
66
- postgres
77
- redis

requirements-container.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
django-auth-ldap==4.0.0
22
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.12.3
33
google-crc32c==1.3.0
4-
napalm==3.3.1
4+
napalm==3.4.0
55
ruamel.yaml==0.17.21
6-
tzdata==2021.5

0 commit comments

Comments
 (0)