Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nearform-renovate-app[bot] authored Feb 1, 2023
1 parent 62966d4 commit a1c8bc0
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# Changelog

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


### Features

* Add Dex addon ([#38](https://github.com/nearform/k8s-kurated-addons/issues/38)) ([62966d4](https://github.com/nearform/k8s-kurated-addons/commit/62966d410f7d119e24ef6e012ffd1f85f4974126))
* Add OpenTelemetry addon ([#33](https://github.com/nearform/k8s-kurated-addons/issues/33)) ([99b2dea](https://github.com/nearform/k8s-kurated-addons/commit/99b2dea139cf377855e32feb82d4defd809b7988))
* Move app-of-apps manifest to helm-chart ([#31](https://github.com/nearform/k8s-kurated-addons/issues/31)) ([5a6db64](https://github.com/nearform/k8s-kurated-addons/commit/5a6db64a5bbf6d9d88086d6d4c3eddb0df278445))
* Sample Grafana dashboard ([#8](https://github.com/nearform/k8s-kurated-addons/issues/8)) ([1bb35e2](https://github.com/nearform/k8s-kurated-addons/commit/1bb35e20744da739dc36b383688f65acd8c9176f))


### Bug Fixes

* Downgrade ArgoCD traffic to HTTP ([#30](https://github.com/nearform/k8s-kurated-addons/issues/30)) ([1a5b1c9](https://github.com/nearform/k8s-kurated-addons/commit/1a5b1c9ba88788354afc1f692699afbc77afb92a))

## Changelog
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.0.1 # x-release-please-version
version: v0.1.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.0.1 # x-release-please-version
version: v0.1.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.0.1 # x-release-please-version
version: v0.1.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.0.1 # x-release-please-version
version: v0.1.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.0.1 # x-release-please-version
version: v0.1.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.0.1 # x-release-please-version
version: v0.1.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.0.1 # x-release-please-version
version: v0.1.0 # x-release-please-version

0 comments on commit a1c8bc0

Please sign in to comment.