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 ab86c63 commit 293ff9a
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### 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))
* added kubernetes replicator addon and test ([#206](https://github.com/nearform/initium-platform/issues/206)) ([a885f94](https://github.com/nearform/initium-platform/commit/a885f94ab5abd3b7b52910291297bcfeb96162ce))
* include initium asdf plugin ([#209](https://github.com/nearform/initium-platform/issues/209)) ([b31ad11](https://github.com/nearform/initium-platform/commit/b31ad11c430463f72e8fad44d0e8f54397920b70))
* Initium rebranding ([#157](https://github.com/nearform/initium-platform/issues/157)) ([e4cc5e5](https://github.com/nearform/initium-platform/commit/e4cc5e5ee274edecb2b1c784e86ec808373523a4))
* Test the quick-start-gke document ([#197](https://github.com/nearform/initium-platform/issues/197)) ([2b551c2](https://github.com/nearform/initium-platform/commit/2b551c204c3c501dbf19e4b281da52a960206c26))
* upgrade k8s to 1.27.3, as well as knative, dex and go tests ([#156](https://github.com/nearform/initium-platform/issues/156)) ([8626970](https://github.com/nearform/initium-platform/commit/86269704b114aa785f59fd44dffd8ae7b9a5a4f9))


### Bug Fixes

* proper kind node image for each arch ([#203](https://github.com/nearform/initium-platform/issues/203)) ([d4fed91](https://github.com/nearform/initium-platform/commit/d4fed914f35a6fd189d041f40a8345e231c08b5c))
* reverting kind version to 0.17.0 ([#181](https://github.com/nearform/initium-platform/issues/181)) ([e175546](https://github.com/nearform/initium-platform/commit/e175546cd551a4fc4d02ee164bf8c07b4ee675fc))

## [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 293ff9a

Please sign in to comment.