Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(runbook): table of infra components current version and lastet versions with prerequisites #4657

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions runbooks/source/components-versions.html.md.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Components Versions
weight: 9202
last_reviewed_on: 2023-07-18
review_in: 3 months
---

| Component(Current) | Version(Current) | Kubernetes Version | Prerequisites Version | Link | | Version(Latest) | Kubernetes Version | Prerequisites Version | Link |
|-------------------------------|-----------------:|-------------------:|----------------------------------------------------------------------------:|----------------------------------------------------------------------------------------|---|----------------:|-------------------:|----------------------------------------------------------------------------:|----------------------------------------------------------------------------------------|
| concourse | 16.1.1 | 1.6 | support on underlying infrastructure (if persistence is required) Helm v3.x | https://artifacthub.io/packages/helm/concourse/concourse/16.1.1 | | 17.1.1 | 1.6 | support on underlying infrastructure (if persistence is required) Helm v3.x | https://artifacthub.io/packages/helm/concourse/concourse/17.1.1 |
| cluster_autoscaler | 9.21.0 | 1.8+ | Helm 3+ | https://artifacthub.io/packages/helm/cluster-autoscaler/cluster-autoscaler/9.21.0 | | 9.29.1 | 1.8+ | Helm 3+ | https://artifacthub.io/packages/helm/cluster-autoscaler/cluster-autoscaler/9.29.1 |
| cert-manager | 1.7.2 | 1.18+ | | https://artifacthub.io/packages/helm/cert-manager/cert-manager/1.7.2 | | 1.12.2 | 1.20+ | | https://artifacthub.io/packages/helm/cert-manager/cert-manager/1.12.2 |
| external-dns | 6.10.2 | 1.19+ | Helm 3.2.0+ | https://artifacthub.io/packages/helm/bitnami/external-dns/6.10.2 | | 6.20.4 | 1.19+ | Helm 3.2.0+ | https://artifacthub.io/packages/helm/bitnami/external-dns/6.20.4 |
| ingress_controllers_v1 | 4.1.4 | 1.19+ | | https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx/4.1.4 | | 4.7.1 | 1.20+ | | https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx/4.7.1 |
| modsec_ingress_controllers_v1 | 4.1.4 | 1.19+ | | https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx/4.1.4 | | 4.7.1 | 1.20+ | | https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx/4.7.1 |
| monitoring | | | | | | | | | |
| prometheus | 41.9.1 | 1.16+ | Helm 3+ | https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack/41.9.1 | | 48.1.1 | 1.16+ | Helm 3+ | https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack/48.1.1 |
| proxy | 6.2.1 | 1.19+ | Helm 3.2.0+ PV provisioner support in the underlying infrastructure | https://artifacthub.io/packages/helm/oauth2-proxy/oauth2-proxy/6.2.1 | | 6.16.1 | 1.19+ | Helm 3.2.0+ PV provisioner support in the underlying infrastructure | https://artifacthub.io/packages/helm/oauth2-proxy/oauth2-proxy/6.16.1 |
| thanos | 11.6.2 | 1.19+ | Helm 3.2.0+ PV provisioner support in the underlying infrastructure | https://artifacthub.io/packages/helm/bitnami/thanos/11.6.2 | | 12.8.5 | 1.19+ | Helm 3.2.0+ PV provisioner support in the underlying infrastructure | https://artifacthub.io/packages/helm/bitnami/thanos/12.8.5 |
| gatekeeper | 3.12.0 | 1.22+ | Helm 3+ | https://artifacthub.io/packages/helm/gatekeeper/gatekeeper/3.12.0 | | 3.12.0 | 1.22+ | Helm 3+ | https://artifacthub.io/packages/helm/gatekeeper/gatekeeper/3.12.0 |
| | | | | | | | | | |
| velero | 2.31.7 | 1.16+ | | https://artifacthub.io/packages/helm/vmware-tanzu/velero/2.31.7 | | 4.1.3 | 1.16+ | Helm 3+ | https://artifacthub.io/packages/helm/vmware-tanzu/velero/4.1.3 |
| kuberhealthy | | | | | | | | | |
| cloud platform components | | | | | | | | | |
| kuberos | 0.5.2 | | | https://github.com/ministryofjustice/cloud-platform-terraform-kuberos | | | | | |
| logging | 1.7.2 | | | https://github.com/ministryofjustice/cloud-platform-terraform-logging | | | | | |
| starter_pack | 0.2.1 | | | https://github.com/ministryofjustice/cloud-platform-terraform-starter-pack | | | | | |
Loading