Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Nov 25, 2020
1 parent cebfdc8 commit 9ae1d06
Showing 1 changed file with 29 additions and 21 deletions.
50 changes: 29 additions & 21 deletions docs/modules/ROOT/pages/CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,49 +1,57 @@
= Changelog

== https://github.com/camptocamp/camptocamp-devops-stack/tree/v0.14.1[0.14.1] (2020-11-25)

https://github.com/camptocamp/camptocamp-devops-stack/compare/v0.14.0...v0.14.1[Full Changelog]

*Fixed bugs:*

* Fix IRSA for loki https://github.com/camptocamp/camptocamp-devops-stack/pull/306[#306] (https://github.com/mcanevet[mcanevet])

== https://github.com/camptocamp/camptocamp-devops-stack/tree/v0.14.0[0.14.0] (2020-11-25)

https://github.com/camptocamp/camptocamp-devops-stack/compare/v0.13.0...v0.14.0[Full Changelog]

*Implemented enhancements:*

* Use token in EKS' kubeconfig https://github.com/camptocamp/camptocamp-devops-stack/pull/298[#298] (https://github.com/mcanevet[mcanevet]
* Rename loki Application to loki-stack and deploys it in its own namespace https://github.com/camptocamp/camptocamp-devops-stack/pull/300[#300] (https://github.com/mcanevet[mcanevet]
* Explicitly use "set" directive in shell scripts https://github.com/camptocamp/camptocamp-devops-stack/pull/302[#302] (https://github.com/mcanevet[mcanevet]
* Move common app of apps values in a template https://github.com/camptocamp/camptocamp-devops-stack/pull/303[#303] (https://github.com/mcanevet[mcanevet]
* Allow to deploy additional applications https://github.com/camptocamp/camptocamp-devops-stack/pull/304[#304] (https://github.com/mcanevet[mcanevet]
* Use token in EKS' kubeconfig https://github.com/camptocamp/camptocamp-devops-stack/pull/298[#298] (https://github.com/mcanevet[mcanevet])
* Rename loki Application to loki-stack and deploys it in its own namespace https://github.com/camptocamp/camptocamp-devops-stack/pull/300[#300] (https://github.com/mcanevet[mcanevet])
* Explicitly use "set" directive in shell scripts https://github.com/camptocamp/camptocamp-devops-stack/pull/302[#302] (https://github.com/mcanevet[mcanevet])
* Move common app of apps values in a template https://github.com/camptocamp/camptocamp-devops-stack/pull/303[#303] (https://github.com/mcanevet[mcanevet])
* Allow to deploy additional applications https://github.com/camptocamp/camptocamp-devops-stack/pull/304[#304] (https://github.com/mcanevet[mcanevet])

== https://github.com/camptocamp/camptocamp-devops-stack/tree/v0.13.0[0.13.0] (2020-11-24)

https://github.com/camptocamp/camptocamp-devops-stack/compare/v0.12.0...v0.13.0[Full Changelog]

*Implemented enhancements:*

* Allow to override Applications' syncPolicy https://github.com/camptocamp/camptocamp-devops-stack/pull/292[#292] (https://github.com/mcanevet[mcanevet]
* Add common outputs to modules https://github.com/camptocamp/camptocamp-devops-stack/pull/293[#293] (https://github.com/mcanevet[mcanevet]
* Apply Applications object to have a more accurate diff on PR/MR https://github.com/camptocamp/camptocamp-devops-stack/pull/297[#297] (https://github.com/mcanevet[mcanevet]
* Allow to override Applications' syncPolicy https://github.com/camptocamp/camptocamp-devops-stack/pull/292[#292] (https://github.com/mcanevet[mcanevet])
* Add common outputs to modules https://github.com/camptocamp/camptocamp-devops-stack/pull/293[#293] (https://github.com/mcanevet[mcanevet])
* Apply Applications object to have a more accurate diff on PR/MR https://github.com/camptocamp/camptocamp-devops-stack/pull/297[#297] (https://github.com/mcanevet[mcanevet])

*Fixed bugs:*

* Sync app-of-apps and apps values.yaml https://github.com/camptocamp/camptocamp-devops-stack/pull/291[#291] (https://github.com/mcanevet[mcanevet]
* Use planned outputs instead of outputs for dry-run https://github.com/camptocamp/camptocamp-devops-stack/pull/294[#294] (https://github.com/mcanevet[mcanevet]
* Fix target branch for dry-run in tests https://github.com/camptocamp/camptocamp-devops-stack/pull/295[#295] (https://github.com/mcanevet[mcanevet]
* Sync app-of-apps and apps values.yaml https://github.com/camptocamp/camptocamp-devops-stack/pull/291[#291] (https://github.com/mcanevet[mcanevet])
* Use planned outputs instead of outputs for dry-run https://github.com/camptocamp/camptocamp-devops-stack/pull/294[#294] (https://github.com/mcanevet[mcanevet])
* Fix target branch for dry-run in tests https://github.com/camptocamp/camptocamp-devops-stack/pull/295[#295] (https://github.com/mcanevet[mcanevet])

== https://github.com/camptocamp/camptocamp-devops-stack/tree/v0.12.0[0.12.0] (2020-11-24)

https://github.com/camptocamp/camptocamp-devops-stack/compare/v0.11.0...v0.12.0[Full Changelog]

*Implemented enhancements:*

* Rename test project from k3s-docker-demo-app to k3s-docker https://github.com/camptocamp/camptocamp-devops-stack/pull/280[#280] (https://github.com/mcanevet[mcanevet]
* Add k3os-libvirt test project https://github.com/camptocamp/camptocamp-devops-stack/pull/281[#281] (https://github.com/mcanevet[mcanevet]
* Use ubuntu-18.04 instead of ubuntu-latest for pipeline https://github.com/camptocamp/camptocamp-devops-stack/pull/282[#282] (https://github.com/mcanevet[mcanevet]
* Add strategy to github actions workflow https://github.com/camptocamp/camptocamp-devops-stack/pull/283[#283] (https://github.com/mcanevet[mcanevet]
* Use camptocamp/k3os/libvirt 0.2.4 https://github.com/camptocamp/camptocamp-devops-stack/pull/284[#284] (https://github.com/mcanevet[mcanevet]
* Deploy ArgoCD using argo-helm module https://github.com/camptocamp/camptocamp-devops-stack/pull/285[#285] (https://github.com/mcanevet[mcanevet]
* Create ArgoCD's pipeline token with Terraform https://github.com/camptocamp/camptocamp-devops-stack/pull/286[#286] (https://github.com/mcanevet[mcanevet]
* Generate JWT token in Terraform https://github.com/camptocamp/camptocamp-devops-stack/pull/287[#287] (https://github.com/mcanevet[mcanevet]
* Get ARGOCD_AUTH_TOKEN and KUBECONFIG from terraform outputs https://github.com/camptocamp/camptocamp-devops-stack/pull/288[#288] (https://github.com/mcanevet[mcanevet]
* Don't depend on jq https://github.com/camptocamp/camptocamp-devops-stack/pull/289[#289] (https://github.com/mcanevet[mcanevet]
* Rename test project from k3s-docker-demo-app to k3s-docker https://github.com/camptocamp/camptocamp-devops-stack/pull/280[#280] (https://github.com/mcanevet[mcanevet])
* Add k3os-libvirt test project https://github.com/camptocamp/camptocamp-devops-stack/pull/281[#281] (https://github.com/mcanevet[mcanevet])
* Use ubuntu-18.04 instead of ubuntu-latest for pipeline https://github.com/camptocamp/camptocamp-devops-stack/pull/282[#282] (https://github.com/mcanevet[mcanevet])
* Add strategy to github actions workflow https://github.com/camptocamp/camptocamp-devops-stack/pull/283[#283] (https://github.com/mcanevet[mcanevet])
* Use camptocamp/k3os/libvirt 0.2.4 https://github.com/camptocamp/camptocamp-devops-stack/pull/284[#284] (https://github.com/mcanevet[mcanevet])
* Deploy ArgoCD using argo-helm module https://github.com/camptocamp/camptocamp-devops-stack/pull/285[#285] (https://github.com/mcanevet[mcanevet])
* Create ArgoCD's pipeline token with Terraform https://github.com/camptocamp/camptocamp-devops-stack/pull/286[#286] (https://github.com/mcanevet[mcanevet])
* Generate JWT token in Terraform https://github.com/camptocamp/camptocamp-devops-stack/pull/287[#287] (https://github.com/mcanevet[mcanevet])
* Get ARGOCD_AUTH_TOKEN and KUBECONFIG from terraform outputs https://github.com/camptocamp/camptocamp-devops-stack/pull/288[#288] (https://github.com/mcanevet[mcanevet])
* Don't depend on jq https://github.com/camptocamp/camptocamp-devops-stack/pull/289[#289] (https://github.com/mcanevet[mcanevet])

*New applications:*

Expand Down

0 comments on commit 9ae1d06

Please sign in to comment.