-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e37c8f
commit 32c863c
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.0] - 2021-02-07 | ||
|
||
### Added | ||
|
||
* Saving only those resources to which you have read access | ||
* Can work with a list of namespaces otherwise all available ones will be used | ||
* Can save both namespaced and cluster wide resources | ||
* Can run locally, in a container or in a cluster | ||
* Can archive and rotate dump archives | ||
* Can commit dumps to a git repository and send to a remote repository | ||
* Use OAuth token | ||
* Use ssh key | ||
* Can specify a list of resources to be dumped | ||
* It is possible to configure via command line arguments | ||
* It is possible to configure via environment variables |