Skip to content

Commit

Permalink
[stable/*] start testing on 1.26 and 1.27 (#1276)
Browse files Browse the repository at this point in the history
* add new versions

* bump all veresions

* upgrade hpas
  • Loading branch information
rbren committed Jul 27, 2023
1 parent 1001c22 commit 6f8f306
Show file tree
Hide file tree
Showing 23 changed files with 40 additions and 26 deletions.
18 changes: 12 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,6 @@ workflows:
- check-helm-docs
- lint-scripts
- lint-charts
- rok8s/kubernetes_e2e_tests:
name: "End-To-End Kubernetes 1.23"
kind_node_image: "kindest/node:v1.23.13@sha256:ef453bb7c79f0e3caba88d2067d4196f427794086a7d0df8df4f019d5e336b61"
executor:
name: ci-images-large
<<: *kind_configuration_helm3
- rok8s/kubernetes_e2e_tests:
name: "End-To-End Kubernetes 1.24"
kind_node_image: "kindest/node:v1.24.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315"
Expand All @@ -148,6 +142,18 @@ workflows:
executor:
name: ci-images-large
<<: *kind_configuration_helm3
- rok8s/kubernetes_e2e_tests:
name: "End-To-End Kubernetes 1.26"
kind_node_image: "kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb"
executor:
name: ci-images-large
<<: *kind_configuration_helm3
- rok8s/kubernetes_e2e_tests:
name: "End-To-End Kubernetes 1.27"
kind_node_image: "kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72"
executor:
name: ci-images-large
<<: *kind_configuration_helm3
- sync:
requires:
- lint-scripts
Expand Down
2 changes: 1 addition & 1 deletion stable/astro/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: astro
version: 1.0.12
version: 1.0.13
apiVersion: v1
appVersion: "1.5.3"
kubeVersion: ">= 1.22.0-0"
Expand Down
2 changes: 1 addition & 1 deletion stable/aws-iam-authenticator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v1
appVersion: v0.5.9
description: Install and configure aws-iam-authenticator on your cluster.
name: aws-iam-authenticator
version: v1.7.5
version: v1.7.6
maintainers:
- name: sudermanjr
2 changes: 1 addition & 1 deletion stable/ecr-cleanup/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "0.1.7"
version: 1.2.6
version: 1.2.7
description: A Helm chart to run ecr cleanup controller
name: ecr-cleanup
maintainers:
Expand Down
3 changes: 3 additions & 0 deletions stable/fairwinds-insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.18.7
* Start testing on 1.26 and 1.27

## 0.18.6
* Update application version to 13.3. [See the release notes for more details](https://insights.docs.fairwinds.com/release-notes)

Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "13.3"
description: A Helm chart to run the Fairwinds Insights server
name: fairwinds-insights
version: 0.18.6
version: 0.18.7
kubeVersion: ">= 1.22.0-0"
maintainers:
- name: rbren
Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/templates/hpa-api.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.api.hpa.enabled }}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "fairwinds-insights.fullname" . }}-api-hpa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.automatedPullRequestJob.enabled .Values.automatedPullRequestJob.hpa.enabled }}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "fairwinds-insights.fullname" . }}-automated-pr-job-hpa
Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/templates/hpa-dashboard.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.dashboard.hpa.enabled }}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "fairwinds-insights.fullname" . }}-dashboard
Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/templates/hpa-open-api.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.openApi.hpa.enabled }}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "fairwinds-insights.fullname" . }}-open-api-hpa
Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/templates/hpa-repo-scan-job.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.repoScanJob.enabled .Values.repoScanJob.hpa.enabled }}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "fairwinds-insights.fullname" . }}-repo-scan-job-hpa
Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/templates/hpa-reportjob.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.reportjob.hpa.enabled }}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "fairwinds-insights.fullname" . }}-reportjob-hpa
Expand Down
2 changes: 1 addition & 1 deletion stable/gemini/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Automated backup and restore of PersistentVolumes using the VolumeSnapshot API
name: gemini
version: 2.1.2
version: 2.1.3
appVersion: "2.0"
kubeVersion: ">= 1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion stable/gke-node-termination-handler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v1
appVersion: "1.0"
description: This helm chart provides an adapter for translating GCE node termination events to graceful pod terminations in Kubernetes.
name: gke-node-termination-handler
version: 1.2.6
version: 1.2.7
maintainers:
- name: sudermanjr
2 changes: 1 addition & 1 deletion stable/goldilocks/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "v4.9.0"
version: 7.0.1
version: 7.0.2
kubeVersion: ">= 1.22.0-0"
description: |
A Helm chart for running Fairwinds Goldilocks. See https://github.com/FairwindsOps/goldilocks
Expand Down
2 changes: 1 addition & 1 deletion stable/helm-release-pruner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v3.2.0
description: This chart deploys a cronjob that purges stale Helm releases and associated namespaces. Releases are selected based on regex patterns for release name and namespace along with a Bash `date` command date string to define the stale cutoff date and time.
name: helm-release-pruner
version: 3.2.11
version: 3.2.12
kubeVersion: ">= 1.22.0-0"
maintainers:
- name: rbren
Expand Down
3 changes: 3 additions & 0 deletions stable/insights-admission/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.8.4
* Start testing on 1.26 and 1.27

## 1.8.3
* Set kubeVersion in chart manifest

Expand Down
2 changes: 1 addition & 1 deletion stable/insights-admission/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: insights-admission
description: A Validating Webhook Admission Controller that utilizes Fairwinds Insights.
type: application
version: 1.8.3
version: 1.8.4
appVersion: "1.11"
kubeVersion: ">= 1.22.0-0"
icon: https://raw.githubusercontent.com/FairwindsOps/charts/master/stable/insights-admission/icon.png
Expand Down
3 changes: 3 additions & 0 deletions stable/insights-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.23.2
* Start testing on 1.26 and 1.27

## 2.23.1
* Bumped `workloads` plugin version to `2.5` which exports controllers `PodLabels` and `PodAnnotations`

Expand Down
2 changes: 1 addition & 1 deletion stable/insights-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart to run the Fairwinds Insights agent
name: insights-agent
version: 2.23.1
version: 2.23.2
appVersion: 9.2.1
kubeVersion: ">= 1.22.0-0"
icon: https://raw.githubusercontent.com/FairwindsOps/charts/master/stable/insights-agent/icon.png
Expand Down
2 changes: 1 addition & 1 deletion stable/polaris/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Validation of best practices in your Kubernetes clusters
name: polaris
version: 5.11.1
version: 5.11.2
appVersion: "8.4"
kubeVersion: ">= 1.22.0-0"
icon: https://raw.githubusercontent.com/FairwindsOps/polaris/master/pkg/dashboard/assets/favicon-32x32.png
Expand Down
2 changes: 1 addition & 1 deletion stable/rbac-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: rbac-manager
version: 1.17.3
version: 1.17.4
appVersion: 1.6.4
kubeVersion: ">= 1.22.0-0"
description: A Kubernetes operator that simplifies the management of Role Bindings and Service Accounts.
Expand Down
3 changes: 1 addition & 2 deletions stable/vpa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vpa
description: A Helm chart for Kubernetes Vertical Pod Autoscaler
type: application
version: 2.2.0
version: 2.2.1
appVersion: 0.13.0
maintainers:
- name: sudermanjr
Expand All @@ -13,7 +13,6 @@ sources:
# CronJobs batch/v1 were introduced in K8s 1.21
# The VPA admission controller requests them from 0.12.0 forward
kubeVersion: ">= 1.21.0-0"

dependencies:
- alias: metrics-server
condition: metrics-server.enabled
Expand Down

0 comments on commit 6f8f306

Please sign in to comment.