Skip to content

Commit

Permalink
Update docs: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Sep 29, 2020
1 parent be3fbe4 commit 807ff4b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ trigger:

steps:
- name: init
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.0
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.1
pull: always
volumes:
- name: shared
Expand Down Expand Up @@ -111,7 +111,7 @@ steps:
- bats -t katalog/tests/opa.sh

- name: destroy
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.0
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.1
depends_on: [ test ]
settings:
action: destroy
Expand Down Expand Up @@ -159,7 +159,7 @@ trigger:

steps:
- name: init
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.0
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.1
pull: always
volumes:
- name: shared
Expand Down Expand Up @@ -205,7 +205,7 @@ steps:
- bats -t katalog/tests/opa.sh

- name: destroy
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.0
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.1
depends_on: [ test ]
settings:
action: destroy
Expand Down Expand Up @@ -254,7 +254,7 @@ trigger:

steps:
- name: init
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.0
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.1
pull: always
volumes:
- name: shared
Expand Down Expand Up @@ -300,7 +300,7 @@ steps:
- bats -t katalog/tests/opa.sh

- name: destroy
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.0
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.1
depends_on: [ test ]
settings:
action: destroy
Expand Down Expand Up @@ -350,7 +350,7 @@ trigger:

steps:
- name: init
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.0
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.1
pull: always
volumes:
- name: shared
Expand Down Expand Up @@ -396,7 +396,7 @@ steps:
- bats -t katalog/tests/opa.sh

- name: destroy
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.0
image: quay.io/sighup/e2e-testing-drone-plugin:v0.7.1
depends_on: [ test ]
settings:
action: destroy
Expand Down
4 changes: 2 additions & 2 deletions Furyfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

versions:
networking: v1.4.0
monitoring: v1.10.1
monitoring: v1.10.2
logging: v1.6.0
ingress: v1.8.0
ingress: v1.8.1
dr: v1.5.0
opa: v1.2.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fury Distribution

[![Build Status](http://ci.sighup.io/api/badges/sighupio/fury-distribution/status.svg?ref=refs/tags/v1.3.0)](http://ci.sighup.io/sighupio/fury-distribution)
[![Build Status](http://ci.sighup.io/api/badges/sighupio/fury-distribution/status.svg?ref=refs/tags/v1.4.0)](http://ci.sighup.io/sighupio/fury-distribution)

## Information

Expand Down
2 changes: 1 addition & 1 deletion docs/releases/v1.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The most important changes are listed below:
- [networking](https://github.com/sighupio/fury-kubernetes-networking) 📦 core module: v1.3.0 -> [**v1.4.0**](https://github.com/sighupio/fury-kubernetes-networking/releases/tag/v1.4.0)
- Kubernetes `1.19` Tech preview.
- Update [Calico] from version `3.12` to `3.16`.
- [monitoring](https://github.com/sighupio/fury-kubernetes-monitoring) 📦 core module: v1.8.0 -> [**v1.10.0**](https://github.com/sighupio/fury-kubernetes-monitoring/releases/tag/v1.10.0)
- [monitoring](https://github.com/sighupio/fury-kubernetes-monitoring) 📦 core module: v1.8.0 -> [**v1.10.1**](https://github.com/sighupio/fury-kubernetes-monitoring/releases/tag/v1.10.1)
- Kubernetes `1.19` Tech preview.
- Update [Prometheus Operator] from version `0.37.0` to `0.42.0`.
- Update [Prometheus] from version `2.16.0` to `2.21.0`.
Expand Down

0 comments on commit 807ff4b

Please sign in to comment.