Skip to content

Commit 3ebbfb0

Browse files
authored
Merge pull request #1747 from fluxcd/loadtester-0.34.0
Release loadtester 0.34.0
2 parents 64b5081 + a52f497 commit 3ebbfb0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Dockerfile.loadtester

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine as builder
1+
FROM golang:1.23-alpine AS builder
22

33
ARG TARGETPLATFORM
44
ARG TARGETARCH
@@ -49,7 +49,7 @@ apk --no-cache add ca-certificates curl jq libgcc wrk hey git
4949

5050
WORKDIR /home/app
5151

52-
COPY --from=bats/bats:v1.1.1 /opt/bats/ /opt/bats/
52+
COPY --from=bats/bats:1.11.1 /opt/bats/ /opt/bats/
5353
RUN ln -s /opt/bats/bin/bats /usr/local/bin/
5454

5555
COPY --from=builder /usr/local/bin/helm /usr/local/bin/

charts/loadtester/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: loadtester
3-
version: 0.33.0
4-
appVersion: 0.33.0
3+
version: 0.34.0
4+
appVersion: 0.34.0
55
kubeVersion: ">=1.19.0-0"
66
engine: gotpl
77
description: Flagger's load testing services based on rakyll/hey and bojand/ghz that generates traffic during canary analysis when configured as a webhook.

charts/loadtester/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 1
22

33
image:
44
repository: ghcr.io/fluxcd/flagger-loadtester
5-
tag: 0.33.0
5+
tag: 0.34.0
66
pullPolicy: IfNotPresent
77
pullSecret:
88

cmd/loadtester/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/fluxcd/flagger/pkg/signals"
3030
)
3131

32-
var VERSION = "0.33.0"
32+
var VERSION = "0.34.0"
3333
var (
3434
logLevel string
3535
port string

kustomize/tester/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: loadtester
22-
image: ghcr.io/fluxcd/flagger-loadtester:0.33.0
22+
image: ghcr.io/fluxcd/flagger-loadtester:0.34.0
2323
imagePullPolicy: IfNotPresent
2424
ports:
2525
- name: http

0 commit comments

Comments
 (0)