Skip to content

Commit

Permalink
Release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed Feb 21, 2022
1 parent 983ab5b commit 2a5a01b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Feel free to give it a try there!
There are pre-build container images available:

```bash
docker pull ghcr.io/pyrra-dev/pyrra:v0.3.3
docker pull ghcr.io/pyrra-dev/pyrra:v0.3.4
```

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.
Expand Down
2 changes: 1 addition & 1 deletion api.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.2
info:
title: Pyrra
version: 0.3.3
version: 0.3.4
servers:
- url: /api/v1
paths:
Expand Down
2 changes: 1 addition & 1 deletion config/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- api
- --prometheus-url=http://prometheus-k8s.monitoring.svc.cluster.local:9090
- --api-url=http://pyrra-kubernetes.monitoring.svc.cluster.local:9444
image: ghcr.io/pyrra-dev/pyrra:v0.3.3
image: ghcr.io/pyrra-dev/pyrra:v0.3.4
name: pyrra-api
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion config/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
containers:
- args:
- kubernetes
image: ghcr.io/pyrra-dev/pyrra:v0.3.3
image: ghcr.io/pyrra-dev/pyrra:v0.3.4
name: pyrra-kubernetes
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions examples/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- prometheus_pyrra:/etc/prometheus/pyrra

pyrra-api:
image: ghcr.io/pyrra-dev/pyrra:v0.3.3
image: ghcr.io/pyrra-dev/pyrra:v0.3.4
restart: always
command:
- api
Expand All @@ -36,7 +36,7 @@ services:
- pyrra

pyrra-filesystem:
image: ghcr.io/pyrra-dev/pyrra:v0.3.3
image: ghcr.io/pyrra-dev/pyrra:v0.3.4
restart: always
command:
- filesystem
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.1.0",
"version": "0.3.4",
"private": true,
"homepage": "./",
"dependencies": {
Expand Down

0 comments on commit 2a5a01b

Please sign in to comment.