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 Jan 23, 2023
1 parent 1a5b1c9 commit 8f70269
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Changelog

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


### Features

* 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 8f70269

Please sign in to comment.