Skip to content

Commit

Permalink
Merge branch 'release/v3.1.1-3' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jelemux authored and cesmarvin committed Oct 28, 2024
2 parents c634fd7 + 06df4d0 commit c0e254c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v3.1.1-3] - 2024-10-28
### Changed
- [#14] Use `ces-container-registries` secret for pulling container images as default.

## [v3.1.1-2] - 2024-10-17
### Fixed
- [#12] Path for lokiCanary image in patch templates.
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!groovy
@Library('github.com/cloudogu/ces-build-lib@2.4.0')
@Library('github.com/cloudogu/ces-build-lib@3.0.0')
import com.cloudogu.ces.cesbuildlib.*

git = new Git(this, "cesmarvin")
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARTIFACT_ID=k8s-loki
MAKEFILES_VERSION=9.2.1
VERSION=3.1.1-2
MAKEFILES_VERSION=9.3.2
VERSION=3.1.1-3

.DEFAULT_GOAL:=help

Expand Down
2 changes: 1 addition & 1 deletion build/make/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ADDITIONAL_LDFLAGS?=-extldflags -static
LDFLAGS?=-ldflags "$(ADDITIONAL_LDFLAGS) -X main.Version=$(VERSION) -X main.CommitID=$(COMMIT_ID)"
GOIMAGE?=golang
GOTAG?=1.22
GOTAG?=1.23
GOOS?=linux
GOARCH?=amd64
PRE_COMPILE?=
Expand Down
2 changes: 1 addition & 1 deletion build/make/k8s-dogu.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: k8s.cloudogu.com/v1
apiVersion: k8s.cloudogu.com/v2
kind: Dogu
metadata:
name: NAME
Expand Down
4 changes: 2 additions & 2 deletions build/make/static-analysis.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

STATIC_ANALYSIS_DIR=$(TARGET_DIR)/static-analysis
GOIMAGE?=golang
GOTAG?=1.22
GOTAG?=1.23
CUSTOM_GO_MOUNT?=-v /tmp:/tmp

REVIEW_DOG=$(TMP_DIR)/bin/reviewdog
LINT=$(TMP_DIR)/bin/golangci-lint
LINT_VERSION?=v1.58.2
LINT_VERSION?=v1.61.0
# ignore tests and mocks
LINTFLAGS=--tests=false --exclude-files="^.*_mock.go$$" --exclude-files="^.*/mock.*.go$$" --timeout 10m --issues-exit-code 0
ADDITIONAL_LINTER=-E bodyclose -E containedctx -E contextcheck -E decorder -E dupl -E errname -E forcetypeassert -E funlen -E unparam
Expand Down
2 changes: 2 additions & 0 deletions k8s/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
lokiGatewaySecretName: "k8s-loki-gateway-secret"

loki:
imagePullSecrets:
- name: "ces-container-registries"
nameOverride: "k8s-loki"
kubectlImage:
registry: docker.io
Expand Down

0 comments on commit c0e254c

Please sign in to comment.