From 572c535589e6d8769db4de319681fdfd9efba6c0 Mon Sep 17 00:00:00 2001 From: Anton Kuznetcov Date: Mon, 10 Nov 2025 10:28:28 +0600 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B2=20=D0=B2=D0=B5=D1=82=D0=BA?= =?UTF-8?q?=D0=B5=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yaml | 32 -------------------------------- VERSION.txt | 2 +- deploy/VERSION.txt | 2 +- kustomize/configmap.yaml | 2 +- kustomize/deployment.yaml | 4 ++-- kustomize/kustomization.yaml | 4 ++-- 6 files changed, 7 insertions(+), 39 deletions(-) delete mode 100644 .goreleaser.yaml diff --git a/.goreleaser.yaml b/.goreleaser.yaml deleted file mode 100644 index 1a11f75..0000000 --- a/.goreleaser.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Goreleaser configuration version 2 -version: 2 - -builds: - - id: lcg - binary: "lcg_{{ .Version }}" - goos: - - linux - - windows - - darwin - goarch: - - amd64 - - arm64 - env: - - CGO_ENABLED=0 - ldflags: - - -s -w - - -X main.version={{.Version}} - - -X main.commit={{.Commit}} - - -X main.date={{.Date}} - main: . - dir: . - -archives: - - id: lcg - ids: - - lcg - formats: - - binary - name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}" - files: - - "lcg_{{ .Version }}" diff --git a/VERSION.txt b/VERSION.txt index 7f81993..266c2c5 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v.2.0.26 +v2.0.27 diff --git a/deploy/VERSION.txt b/deploy/VERSION.txt index 7f81993..266c2c5 100644 --- a/deploy/VERSION.txt +++ b/deploy/VERSION.txt @@ -1 +1 @@ -v.2.0.26 +v2.0.27 diff --git a/kustomize/configmap.yaml b/kustomize/configmap.yaml index 3d03740..25ec207 100644 --- a/kustomize/configmap.yaml +++ b/kustomize/configmap.yaml @@ -5,7 +5,7 @@ metadata: namespace: lcg data: # Основные настройки - LCG_VERSION: "v.2.0.26" + LCG_VERSION: "v2.0.27" LCG_BASE_PATH: "/lcg" LCG_SERVER_HOST: "0.0.0.0" LCG_SERVER_PORT: "8080" diff --git a/kustomize/deployment.yaml b/kustomize/deployment.yaml index 0cddd13..b6f1d7c 100644 --- a/kustomize/deployment.yaml +++ b/kustomize/deployment.yaml @@ -5,7 +5,7 @@ metadata: namespace: lcg labels: app: lcg - version: v.2.0.26 + version: v2.0.27 spec: replicas: 1 selector: @@ -18,7 +18,7 @@ spec: spec: containers: - name: lcg - image: kuznetcovay/lcg:v.2.0.26 + image: kuznetcovay/lcg:v2.0.27 imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/kustomize/kustomization.yaml b/kustomize/kustomization.yaml index 6066110..9bbe5e4 100644 --- a/kustomize/kustomization.yaml +++ b/kustomize/kustomization.yaml @@ -15,11 +15,11 @@ resources: # Common labels # commonLabels: # app: lcg -# version: v.2.0.26 +# version: v2.0.27 # managed-by: kustomize # Images # images: # - name: lcg # newName: kuznetcovay/lcg -# newTag: v.2.0.26 +# newTag: v2.0.27