We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc05b63 + 6cd24ce commit 10bf418Copy full SHA for 10bf418
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# GCP Tamr VM module
2
3
+## v0.5.0 - October 4th 2021
4
+* Sets TAMR_BACKUP_GSUTIL_ENABLED explicitly to true
5
+
6
## v0.4.1 - August 31st 2021
7
* Updates dataproc workflow template to remove use of public initialization script
8
* Bumps dataproc version to 1.4
templates/tamr_config.yaml.tmpl
@@ -60,6 +60,7 @@ TAMR_PERSISTENCE_DB_USER: ${tamr_sql_user}
60
TAMR_ES_ENABLED: ${tamr_es_enabled}
61
TAMR_REMOTE_ES_ENABLED: ${remote_es}
62
TAMR_UNIFY_BACKUP_ES: ${tamr_es_enabled}
63
+TAMR_BACKUP_GSUTIL_ENABLED: true
64
TAMR_ES_APIHOST: ${tamr_es_apihost}
65
TAMR_ES_NETWORK_HOST: _site_
66
%{ if tamr_es_user != "" }TAMR_ES_USER: ${tamr_es_user}%{ endif }
0 commit comments