Skip to content

Commit 349fe78

Browse files
authored
added future work to versioning proposal (thanos-io#3072)
* added future work to versioning proposal Signed-off-by: thisisobate <[email protected]> * typo fix and minor edits Signed-off-by: thisisobate <[email protected]> * marked status in versioning proposal completed Signed-off-by: thisisobate <[email protected]> * typo fixes Signed-off-by: thisisobate <[email protected]>
1 parent 752bd93 commit 349fe78

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/proposals/202005_version_documentation.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Building A Versioning Plugin For Thanos'
33
type: proposal
44
menu: proposals
5-
status: approved
5+
status: complete
66
owner: thisisobate
77
Date: May 2020
88
---
@@ -86,11 +86,11 @@ We want to add an additional `versioned` folder within the website's `tmp` direc
8686
|- tmp
8787
|- public
8888
|- docs-pre-processed
89-
|- versioned
90-
|- master
91-
|- version 0.13.0
92-
|- version 0.12.2
93-
|- other-folder-for-other-releases
89+
|- versioned
90+
|- master
91+
|- version 0.13.0
92+
|- version 0.12.2
93+
|- other-folder-for-other-releases
9494
```
9595
_NOTE: `tmp` directory is not committed, just temporarily built. The current version of docs lives in the `master` folder_
9696

@@ -162,3 +162,7 @@ With a regular expression. Instead of the developer manually checking out the in
162162
## Summary
163163

164164
We understand [Cortex](https://github.com/cortexproject/cortex/pull/2349) is working on this as well so we are learning from their approach and knowledge.
165+
166+
## Future Work
167+
168+
We hope to rewrite the versioning plugin using Golang. We care a lot about code maintainability and because we use Golang as our primary programming language, it will be easier for developers to contribute to this plugin and make it even better.

0 commit comments

Comments
 (0)