Skip to content

Commit

Permalink
🔖 cloud-controller-manager v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbus committed Jan 7, 2025
1 parent 26a7a1f commit 7fa8f4a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
13 changes: 6 additions & 7 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ This documentation explains how to deploy Outscale Cloud Controller Manager.

You will need a Kubernetes cluster on 3DS Outscale cloud. The next sections details prerequisites on some cloud resources.

| Plugin Version | Minimal Kubernetes Version | Recommended Kubernetes Version |
| -------------- | -------------------------- | ------------------------------ |
| <= v0.0.10beta | 1.20 | 1.23 |
| v0.2.1 | 1.20 | 1.25 |
| v0.2.3 | 1.20 | 1.25 |
| v0.2.4 | 1.20 | 1.30 |
| v0.2.6 | 1.20 | 1.30 |
| Plugin Version | Minimal Kubernetes Version | Recommended Kubernetes Version |
| --------------- | -------------------------- | ------------------------------ |
| <= v0.0.10beta | 1.20 | 1.23 |
| v0.2.1 - v0.2.3 | 1.20 | 1.25 |
| >= v0.2.4 | 1.20 | 1.30 |

# Configuration

## Cluster Resource Tagging
Expand Down
4 changes: 2 additions & 2 deletions deploy/k8s-osc-ccm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.2.6"
appVersion: "0.2.7"
description: A Helm chart for OSC CCM cloud provider
name: osc-cloud-controller-manager
version: 0.3.1
version: 0.3.2
kubeVersion: ">=1.20.0-0"
home: https://github.com/outscale/cloud-provider-osc/
sources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s-osc-ccm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ image:
# -- Container image to use
repository: outscale/cloud-provider-osc
# -- Container image tag to deploy
tag: v0.2.4
tag: v0.2.7
# -- Container pull policy
pullPolicy: IfNotPresent

Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.2.7]
### Changes
* Build: bump Go to 1.23.4 & distroless image ([#388](https://github.com/outscale/cloud-provider-osc/pull/388))
* Linter fixes, test cleanup ([#386](https://github.com/outscale/cloud-provider-osc/pull/386))
* Update import path ([#384](https://github.com/outscale/cloud-provider-osc/pull/384))
### Bugfixes
* Unable to set resources without caBundle ([#383](https://github.com/outscale/cloud-provider-osc/pull/383))
* Unhandled error in UpdateLoadBalancer ([#385](https://github.com/outscale/cloud-provider-osc/pull/385))

## [v0.2.6]
### Bugfixes
* add resource handlers in chart ([#381](https://github.com/outscale/cloud-provider-osc/pull/381))
Expand Down
4 changes: 2 additions & 2 deletions docs/helm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# osc-cloud-controller-manager

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![AppVersion: 0.2.6](https://img.shields.io/badge/AppVersion-0.2.6-informational?style=flat-square)
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![AppVersion: 0.2.7](https://img.shields.io/badge/AppVersion-0.2.7-informational?style=flat-square)

A Helm chart for OSC CCM cloud provider

Expand Down Expand Up @@ -33,7 +33,7 @@ Kubernetes: `>=1.20.0-0`
| httpsProxy | string | `""` | Value used to create environment variable HTTPS_PROXY |
| image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
| image.repository | string | `"outscale/cloud-provider-osc"` | Container image to use |
| image.tag | string | `"v0.2.4"` | Container image tag to deploy |
| image.tag | string | `"v0.2.7"` | Container image tag to deploy |
| imagePullSecrets | list | `[]` | Specify image pull secrets |
| noProxy | string | `""` | Value used to create environment variable NO_PROXY |
| nodeSelector | object | `{}` | Assign Pod to Nodes (see [kubernetes doc](https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)) |
Expand Down

0 comments on commit 7fa8f4a

Please sign in to comment.