Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Velero
Commits
eef6e0e2
Commit
eef6e0e2
authored
7 years ago
by
Andy Goldstein
Browse files
Options
Download
Email Patches
Plain Diff
Bump to v0.4.0
Signed-off-by:
Andy Goldstein
<
andy.goldstein@gmail.com
>
parent
609bf80f
main
1.8-release-note
master
plugin-interface-v2
pr/2797
read-pv-az-tmp
release-0.10
release-0.11
release-0.5
release-0.6
release-0.8
release-0.9
release-1.3
release-1.4
release-1.5
release-1.6
release-1.7
release-1.8
v1.8.1
v1.8.1-rc.2
v1.8.1-rc.1
v1.8.0
v1.8.0-rc.2
v1.8.0-rc.1
v1.7.2
v1.7.2-rc.1
v1.7.1
v1.7.1-rc.1
v1.7.0
v1.7.0-rc.2
v1.7.0-rc.1
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.6.0-rc.2
v1.6.0-rc.1
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0-rc.1
v1.5.0-beta.1
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.4.0-beta.1
v1.3.3.7
v1.3.2
v1.3.1
v1.3.0
v1.3.0-beta.2
v1.3.0-beta.1
v1.2.7
v1.2.6
v1.2.5
v1.2.0
v1.2.0-beta.1
v1.1.0
v1.1.0-beta.2
v1.1.0-beta.1
v1.0.2
v1.0.1
v1.0.0
v1.0.0-rc.1
v1.0.0-beta.1
v1.0.0-alpha.2
v1.0.0-alpha.1
v0.11.1
v0.11.1-beta.1
v0.11.0
v0.10.2
v0.10.1
v0.10.0
v0.10.0-beta.1
v0.9.11
v0.9.10
v0.9.9
v0.9.8
v0.9.8-beta.1
v0.9.7
v0.9.6
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.9.0-alpha.3
v0.9.0-alpha.2
v0.9.0-alpha.1
v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.8.0-rc.1
v0.7.1
v0.7.0
v0.6.0
v0.5.1
v0.5.0
v0.4.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+24
-0
CHANGELOG.md
Makefile
+1
-1
Makefile
with
25 additions
and
1 deletion
+25
-1
CHANGELOG.md
+
24
-
0
View file @
eef6e0e2
# Changelog
#### [v0.4.0](https://github.com/heptio/ark/tree/v0.4.0) - 2017-09-14
Breaking changes:
*
Snapshotting and restoring volumes is now enabled by default
*
The --namespaces flag for 'ark restore create' has been replaced by --include-namespaces and
--exclude-namespaces
New features:
*
Support for S3 SSE with KMS
*
Cloud provider configurations are validated at startup
*
The persistentVolumeProvider is now optional
*
Restore objects are garbage collected
*
Each backup now has an associated log file, viewable via 'ark backup logs'
*
Each restore now has an associated log file, viewable via 'ark restore logs'
*
Add --include-resources/--exclude-resources for restores
Bug fixes:
*
Only save/use iops for io1 volumes on AWS
*
When restoring, try to retrieve the Backup directly from object storage if it's not found
*
When syncing Backups from object storage to Kubernetes, don't return at the first error
encountered
*
More closely match how kubectl performs kubeconfig resolution
*
Increase default Azure API request timeout to 2 minutes
*
Update Azure diskURI to match diskName
#### [v0.3.3](https://github.com/heptio/ark/tree/v0.3.3) - 2017-08-10
*
Treat the first field in a schedule's cron expression as minutes, not seconds
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
-
1
View file @
eef6e0e2
...
...
@@ -15,7 +15,7 @@
# project related vars
ROOT_DIR
:=
$(
shell
dirname
$(
abspath
$(
lastword
$(MAKEFILE_LIST)
)))
PROJECT
=
ark
VERSION
?=
v0.
3.3
VERSION
?=
v0.
4.0
GOTARGET
=
github.com/heptio/
$(PROJECT)
OUTPUT_DIR
=
$(ROOT_DIR)
/_output
BIN_DIR
=
$(OUTPUT_DIR)
/bin
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help