Skip to content

Commit

Permalink
[release/v2.26] prepare 2.26.0 (#6933)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf authored Oct 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b7baeb1 commit 96fb23c
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL = /bin/bash -eu -o pipefail
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.26.0-rc.0
KUBERMATIC_VERSION?=v2.26.0
DOCKER_REPO ?= quay.io/kubermatic
REPO = $(DOCKER_REPO)/dashboard$(shell [[ "$(KUBERMATIC_EDITION)" != "ce" ]] && printf -- '-%s' ${KUBERMATIC_EDITION})
IMAGE_TAG=$(shell echo $$(git rev-parse HEAD)|tr -d '\n')
2 changes: 1 addition & 1 deletion modules/api/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL = /bin/bash -eu -o pipefail
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.26.0-rc.0
KUBERMATIC_VERSION?=v2.26.0
DOCKER_REPO ?= quay.io/kubermatic
REPO = $(DOCKER_REPO)/dashboard$(shell [[ "$(KUBERMATIC_EDITION)" != "ce" ]] && printf -- '-%s' ${KUBERMATIC_EDITION})
IMAGE_TAG=$(shell echo $$(git rev-parse HEAD)|tr -d '\n')
2 changes: 1 addition & 1 deletion modules/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL = /bin/bash -eu -o pipefail
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.26.0-rc.0
KUBERMATIC_VERSION?=v2.26.0
CC=npm
GOOS ?= $(shell go env GOOS)
export GOOS
4 changes: 2 additions & 2 deletions modules/web/package-lock.json

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

2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kubermatic-dashboard",
"description": "Kubermatic Dashboard",
"version": "2.26.0-rc.0",
"version": "2.26.0",
"type": "module",
"license": "proprietary",
"repository": "https://github.com/kubermatic/dashboard",

0 comments on commit 96fb23c

Please sign in to comment.