Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 93d18a4 commit 7446972
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.0](https://github.com/nearform/initium-platform/compare/v0.1.0...v0.2.0) (2023-08-11)


### Features

* add certificate for ngrok tcp endpoints ([#154](https://github.com/nearform/initium-platform/issues/154)) ([0daf1fe](https://github.com/nearform/initium-platform/commit/0daf1fe9df5095decbf76533d2382a1f2e616509))
* Initium rebranding ([#157](https://github.com/nearform/initium-platform/issues/157)) ([e4cc5e5](https://github.com/nearform/initium-platform/commit/e4cc5e5ee274edecb2b1c784e86ec808373523a4))

## [0.1.0](https://github.com/nearform/k8s-kurated-addons/compare/v0.0.1...v0.1.0) (2023-03-23)


Expand Down
2 changes: 1 addition & 1 deletion addons/argocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: argocd
version: v0.1.0 # x-release-please-version
version: v0.2.0 # x-release-please-version
dependencies:
- alias: argocd-source
name: argo-cd
Expand Down
2 changes: 1 addition & 1 deletion addons/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cert-manager
description: cert-manager wrapper chart
type: application
version: v0.1.0 # x-release-please-version
version: v0.2.0 # x-release-please-version
dependencies:
- name: cert-manager
alias: cert-manager-source
Expand Down
2 changes: 1 addition & 1 deletion addons/dex/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: dex
description: dex wrapper chart
type: application
version: v0.1.0 # x-release-please-version
version: v0.2.0 # x-release-please-version
dependencies:
- name: dex
alias: dex-source
Expand Down
2 changes: 1 addition & 1 deletion addons/istio/base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: istio-base
description: istio-base wrapper chart
type: application
version: v0.1.0 # x-release-please-version
version: v0.2.0 # x-release-please-version
dependencies:
- name: base
alias: istio-base-source
Expand Down
2 changes: 1 addition & 1 deletion addons/istio/istiod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: istiod
description: istiod wrapper chart
type: application
version: v0.1.0 # x-release-please-version
version: v0.2.0 # x-release-please-version
dependencies:
- name: istiod
alias: istiod-source
Expand Down
2 changes: 1 addition & 1 deletion addons/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kube-prometheus-stack
description: kube-prometheus-stack wrapper chart
type: application
version: v0.1.0 # x-release-please-version
version: v0.2.0 # x-release-please-version
dependencies:
- name: kube-prometheus-stack
alias: kube-prometheus-stack-source
Expand Down
2 changes: 1 addition & 1 deletion app-of-apps/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: argocd-apps
version: v0.1.0 # x-release-please-version
version: v0.2.0 # x-release-please-version

0 comments on commit 7446972

Please sign in to comment.