Skip to content

Commit 2a5a01b

Browse files
committed
Release v0.3.4
1 parent 983ab5b commit 2a5a01b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Feel free to give it a try there!
5050
There are pre-build container images available:
5151

5252
```bash
53-
docker pull ghcr.io/pyrra-dev/pyrra:v0.3.3
53+
docker pull ghcr.io/pyrra-dev/pyrra:v0.3.4
5454
```
5555

5656
While running Pyrra on its own works there won't be any SLO configured nor will there be any data from a Prometheus to work with.

api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.2
22
info:
33
title: Pyrra
4-
version: 0.3.3
4+
version: 0.3.4
55
servers:
66
- url: /api/v1
77
paths:

config/api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- api
3333
- --prometheus-url=http://prometheus-k8s.monitoring.svc.cluster.local:9090
3434
- --api-url=http://pyrra-kubernetes.monitoring.svc.cluster.local:9444
35-
image: ghcr.io/pyrra-dev/pyrra:v0.3.3
35+
image: ghcr.io/pyrra-dev/pyrra:v0.3.4
3636
name: pyrra-api
3737
ports:
3838
- name: http

config/kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
containers:
3434
- args:
3535
- kubernetes
36-
image: ghcr.io/pyrra-dev/pyrra:v0.3.3
36+
image: ghcr.io/pyrra-dev/pyrra:v0.3.4
3737
name: pyrra-kubernetes
3838
resources:
3939
limits:

examples/docker-compose/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
- prometheus_pyrra:/etc/prometheus/pyrra
2424

2525
pyrra-api:
26-
image: ghcr.io/pyrra-dev/pyrra:v0.3.3
26+
image: ghcr.io/pyrra-dev/pyrra:v0.3.4
2727
restart: always
2828
command:
2929
- api
@@ -36,7 +36,7 @@ services:
3636
- pyrra
3737

3838
pyrra-filesystem:
39-
image: ghcr.io/pyrra-dev/pyrra:v0.3.3
39+
image: ghcr.io/pyrra-dev/pyrra:v0.3.4
4040
restart: always
4141
command:
4242
- filesystem

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui",
3-
"version": "0.1.0",
3+
"version": "0.3.4",
44
"private": true,
55
"homepage": "./",
66
"dependencies": {

0 commit comments

Comments
 (0)