-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #963 from krakend/dev-v2.9.0
Bump v2.9.0
- Loading branch information
Showing
23 changed files
with
101 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
BIN_NAME :=krakend | ||
OS := $(shell uname | tr '[:upper:]' '[:lower:]') | ||
MODULE := github.com/krakendio/krakend-ce/v2 | ||
VERSION := 2.8.0 | ||
VERSION := 2.9.0 | ||
SCHEMA_VERSION := $(shell echo "${VERSION}" | cut -d '.' -f 1,2) | ||
GIT_COMMIT := $(shell git rev-parse --short=7 HEAD) | ||
PKGNAME := krakend | ||
|
@@ -21,9 +21,9 @@ DESC := High performance API gateway. Aggregate, filter, manipulate and add midd | |
MAINTAINER := Daniel Ortiz <[email protected]> | ||
DOCKER_WDIR := /tmp/fpm | ||
DOCKER_FPM := devopsfaith/fpm | ||
GOLANG_VERSION := 1.22.9 | ||
GOLANG_VERSION := 1.22.11 | ||
GLIBC_VERSION := $(shell sh find_glibc.sh) | ||
ALPINE_VERSION := 3.19 | ||
ALPINE_VERSION := 3.21 | ||
OS_TAG := | ||
EXTRA_LDFLAGS := | ||
|
||
|
@@ -67,7 +67,7 @@ test: build | |
|
||
cmd/krakend-ce/schema/schema.json: | ||
@echo "Fetching v${SCHEMA_VERSION} schema" | ||
@wget -qO $@ https://raw.githubusercontent.com/krakend/krakend-schema/refs/heads/main/v${SCHEMA_VERSION}/krakend.json | ||
@wget -qO $@ https://raw.githubusercontent.com/krakend/krakend-schema/refs/heads/main/v${SCHEMA_VERSION}/krakend.json || wget -qO $@ https://krakend.io/schema/krakend.json | ||
|
||
# Build KrakenD using docker (defaults to whatever the golang container uses) | ||
build_on_docker: docker-builder-linux | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.