Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.60.0](https://github.com/JGodin-C2C/devops-stack/compare/v0.59.3...v0.60.0) (2022-10-26)


### Features

* change version on the variable file ([71d37dd](https://github.com/JGodin-C2C/devops-stack/commit/71d37dd8422d9e74028237caf9e393d88ff41a0b))
* Loki is not the default datasource ([33646ac](https://github.com/JGodin-C2C/devops-stack/commit/33646acefddab2003fbd4b8256be07f688aaaed4))
* **traefik:** allow disabling of dashboard's ingress and auth ([f310e28](https://github.com/JGodin-C2C/devops-stack/commit/f310e28b7da6256e25969f1eba63321400c16d37))

## [0.59.3](https://github.com/camptocamp/devops-stack/compare/v0.59.2...v0.59.3) (2022-10-13)


Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "ROOT"
title: "DevOps Stack"
version: "0.59.3" # x-release-please-version
version: "0.60.0" # x-release-please-version
prerelease: true
nav:
- "modules/ROOT/nav.adoc"
2 changes: 1 addition & 1 deletion modules/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variable "repo_url" {
variable "target_revision" {
description = "The source target revision of ArgoCD's app of apps."
type = string
default = "v0.59.3" # x-release-please-version
default = "v0.60.0" # x-release-please-version
}

variable "app_of_apps_values_overrides" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.59.3
0.60.0