Skip to content

Commit

Permalink
Chore/bump dependencies (#457)
Browse files Browse the repository at this point in the history
* bump go version

Signed-off-by: Artem Bortnikov <[email protected]>

* bump dependencies

Signed-off-by: Artem Bortnikov <[email protected]>

* fix tests

Signed-off-by: Artem Bortnikov <[email protected]>

* fix linting

Signed-off-by: Artem Bortnikov <[email protected]>

* get rid of onmetal

Signed-off-by: Artem Bortnikov <[email protected]>

* fixed ipam and ironcore versions

Signed-off-by: Artem Bortnikov <[email protected]>

* go mod tidy

Signed-off-by: Artem Bortnikov <[email protected]>

* fix helpers test

Signed-off-by: Artem Bortnikov <[email protected]>

* Fix irictl-machine build

---------

Signed-off-by: Artem Bortnikov <[email protected]>
Co-authored-by: Georgi Chulkov <[email protected]>
  • Loading branch information
aobort and Gchbg committed Mar 4, 2024
1 parent ba2f57b commit d72d376
Show file tree
Hide file tree
Showing 77 changed files with 570 additions and 1,122 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ COPY go.sum go.sum
COPY hack/ hack/
# cache deps before building and copying source so that we don't need to re-download as much
# and so that source changes don't invalidate our downloaded layer
RUN --mount=type=ssh --mount=type=secret,id=github_pat GITHUB_PAT_PATH=/run/secrets/github_pat ./hack/setup-git-redirect.sh \
&& mkdir -p -m 0600 ~/.ssh \
RUN mkdir -p -m 0600 ~/.ssh \
&& ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts \
&& go mod download

Expand Down
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ CRD_OPTIONS ?= "crd"
# Docker image name for the mkdocs based local development setup
IMAGE=metal-api/documentation

GOPRIVATE ?= "github.com/onmetal/*"

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
GOBIN=$(shell go env GOPATH)/bin
Expand Down Expand Up @@ -173,8 +171,8 @@ KUSTOMIZE ?= $(LOCAL_BIN)/kustomize

## Tools versions
ADDLICENSE_VERSION ?= v1.1.1
CONTROLLER_GEN_VERSION ?= v0.13.0
GOLANGCI_LINT_VERSION ?= v1.55.2
CONTROLLER_GEN_VERSION ?= v0.14.0
GOLANGCI_LINT_VERSION ?= v1.56.2
GOIMPORTS_VERSION ?= v0.16.1
ENVTEST_K8S_VERSION ?= 1.28.3
CODE_GENERATOR_VERSION ?= v0.28.3
Expand Down
2 changes: 1 addition & 1 deletion client/openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

125 changes: 0 additions & 125 deletions config/crd/additional/ipam.onmetal.de_ips.yaml

This file was deleted.

221 changes: 0 additions & 221 deletions config/crd/additional/ipam.onmetal.de_subnets.yaml

This file was deleted.

Loading

0 comments on commit d72d376

Please sign in to comment.