From bfa0ac1d48496e1d9f84e9f73f15c52d7b216770 Mon Sep 17 00:00:00 2001 From: Janos Miko Date: Fri, 10 Nov 2023 15:43:55 +0100 Subject: [PATCH] prepare release --- .golangci.yml | 8 ++++---- README.md | 2 +- sonar-project.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 5ec7278..8aea5ac 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -13,7 +13,7 @@ linters: enable: # https://golangci-lint.run/usage/linters/#enabled-by-default-linters # ENABLED BY DEFAULT START - - deadcode + # - deadcode - errcheck - gosimple - govet @@ -21,7 +21,7 @@ linters: - staticcheck - typecheck - unused - - varcheck + # - varcheck # ENABLED BY DEFAULT END # BUG # https://github.com/golangci/golangci-lint/issues/2649 @@ -52,7 +52,7 @@ linters: - containedctx - cyclop - decorder - - depguard + # - depguard # - dogsled - dupl - durationcheck @@ -69,7 +69,7 @@ linters: # - gochecknoglobals # - gochecknoinits - gocognit - - goconst + # - goconst - gocritic - gocyclo - godot diff --git a/README.md b/README.md index cefd65f..597bab2 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ following from inside the directory where you have the config file for the clust docker run --rm -it \ -v ${PWD}:/cluster \ -v ${HOME}/.ssh:/tmp/.ssh \ - janosmiko/hetzner-k3s:v0.1.9 \ + janosmiko/hetzner-k3s:v0.1.10 \ create-cluster \ --config-file /cluster/test.yaml ``` diff --git a/sonar-project.properties b/sonar-project.properties index 7a830be..b31d6aa 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=janosmiko # This is the name and version displayed in the SonarCloud UI. sonar.projectName=hetzner-k3s -sonar.projectVersion=0.1.9 +sonar.projectVersion=0.1.10 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=.