Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #294 from stakater/add-tronador-changelog
Browse files Browse the repository at this point in the history
Add tronador changelog
  • Loading branch information
LilShah authored Mar 29, 2022
2 parents 83194eb + ac7777a commit 51a3bfa
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ module.exports = {
"/content/sre/tronador/cluster_task.md",
"/content/sre/tronador/workflow.md",
"/content/sre/tronador/troubleshooting.md",
"/content/sre/tronador/changelog.md",
]
},
{
Expand All @@ -254,7 +255,7 @@ module.exports = {
{
title: "Support",
children: ["/content/sre/support/support.md"],
}
}
],
repo: "stakater/stakaterclouddocs",
editLinks: true,
Expand Down
47 changes: 47 additions & 0 deletions content/sre/tronador/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Changelog

## v0.0.7

### Changes

- fix: deletion handled for helm release object created by Tronador

## v0.0.6

### Changes

- fix: fix name for generated helm release to conform to kubernetes resource name standards

## v0.0.5

### Changes

- fix: fix a permission issue in rolebinding

## v0.0.4

### Changes

- feat: added ability to set labels for the provisioned namespace

## v0.0.3

### Changes

- refactor: remove git auth and TronadorConfig object
- refactor: remove unused dependencies
- fix: Application and HelmRelease are now required fields for EnvironmentProvisioner
- fix: HelmRelease creation and updation
- feat: added more error handling

## v0.0.2

### Changes

- fix: fix leader election role in chart

## v0.0.1

### Changes

- initial release

0 comments on commit 51a3bfa

Please sign in to comment.