Skip to content

Commit

Permalink
Update to latest releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0ctor committed Jan 9, 2024
1 parent 94875e4 commit 87af8b4
Show file tree
Hide file tree
Showing 1,460 changed files with 190,827 additions and 57,406 deletions.
515 changes: 513 additions & 2 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1
7.2.0
1 change: 1 addition & 0 deletions .openapi-generator/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ globalProperty:
additionalProperties:
disallowAdditionalPropertiesIfNotPresent: "false"
packageVersion: "3"
enumClassPrefix: true
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GO_VERSION=1.21.1-alpine3.18
ARG GOIMPORTS_VERSION=0.12.0
ARG DELVE_VERSION=1.21.0
ARG GO_VERSION=1.21.5-alpine3.18
ARG GOIMPORTS_VERSION=0.16.1
ARG DELVE_VERSION=1.22.0


## Base image
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ define set_env
sed $(if $(IS_DARWIN),-i "",-i) -e "s/^#*\($(1)=\).*/$(if $(2),,#)\1$(2)/" .env
endef

EXEC := docker compose exec app
EXEC := docker compose exec main

# Environment recipes
.PHONY: default
Expand Down Expand Up @@ -33,6 +33,7 @@ shell:
build:
$(EXEC) ./scripts/set-versions.sh $(NETBOX_VERSION) $(NETBOX_DOCKER_VERSION)
./scripts/fetch-spec.sh $$(cat api/netbox_version) $$(cat api/netbox_docker_version)
$(EXEC) ./scripts/fix-spec.sh
./scripts/generate-code.sh
$(EXEC) go mod tidy
$(EXEC) goimports -w .
Expand Down
2 changes: 1 addition & 1 deletion api/netbox_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.2
3.7.0
Loading

0 comments on commit 87af8b4

Please sign in to comment.