Skip to content

Commit 0a485fb

Browse files
authored
bump to 0.7.0 (#30)
1 parent 2970345 commit 0a485fb

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

cloud2sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
__author__ = "Some Engineering Inc."
1212
__license__ = "Apache 2.0"
1313
__copyright__ = "Copyright © 2022 Some Engineering Inc."
14-
__version__ = "0.6.4"
14+
__version__ = "0.7.0"

config-example.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ sources:
99
- path: "~/.kube/config"
1010
all_contexts: true
1111
destinations:
12-
# sqlite:
13-
# database: resoto.db
14-
s3:
15-
bucket_name:
12+
sqlite:
13+
database: resoto.db

0 commit comments

Comments
 (0)