Skip to content

Commit 37a98ae

Browse files
committed
Update to latest releases.
1 parent 94875e4 commit 37a98ae

File tree

1,459 files changed

+190811
-57406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,459 files changed

+190811
-57406
lines changed

.openapi-generator/FILES

+513-2
Large diffs are not rendered by default.

.openapi-generator/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.1
1+
7.2.0

.openapi-generator/config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ globalProperty:
1515
additionalProperties:
1616
disallowAdditionalPropertiesIfNotPresent: "false"
1717
packageVersion: "3"
18+
enumClassPrefix: true

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG GO_VERSION=1.21.1-alpine3.18
2-
ARG GOIMPORTS_VERSION=0.12.0
3-
ARG DELVE_VERSION=1.21.0
1+
ARG GO_VERSION=1.21.5-alpine3.18
2+
ARG GOIMPORTS_VERSION=0.16.1
3+
ARG DELVE_VERSION=1.22.0
44

55

66
## Base image

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ define set_env
55
sed $(if $(IS_DARWIN),-i "",-i) -e "s/^#*\($(1)=\).*/$(if $(2),,#)\1$(2)/" .env
66
endef
77

8-
EXEC := docker compose exec app
8+
EXEC := docker compose exec main
99

1010
# Environment recipes
1111
.PHONY: default
@@ -33,6 +33,7 @@ shell:
3333
build:
3434
$(EXEC) ./scripts/set-versions.sh $(NETBOX_VERSION) $(NETBOX_DOCKER_VERSION)
3535
./scripts/fetch-spec.sh $$(cat api/netbox_version) $$(cat api/netbox_docker_version)
36+
$(EXEC) ./scripts/fix-spec.sh
3637
./scripts/generate-code.sh
3738
$(EXEC) go mod tidy
3839
$(EXEC) goimports -w .

api/netbox_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.2
1+
3.7.0

0 commit comments

Comments
 (0)