dkdeploy-core 9.3.0 → 9.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a777b01f3efd02018a09ceb89a51e981812363eb928806454a40686805abd637
4
- data.tar.gz: a495bab21f8d00b9b65a7d1d41cbd999c621194a844e3029dced0268c6340141
3
+ metadata.gz: e58ab7e8cfabba6a3487df0d9f71d5ebe51ee792d879a222192fcf2505984ba5
4
+ data.tar.gz: 8e677ff0e1ce67d678113e6c834691930f1f905bae404050e05a7d819bdc232f
5
5
  SHA512:
6
- metadata.gz: cd85e39b2bf80958e0ebb5db6e86637e520e649a2deddc44f0f61b31d4395eb0da460d97331a55e5f337ce480789af37941c3d981686fcc12cd304da2e460b07
7
- data.tar.gz: bb3de683784e0e600430b5e3100c7024ec42efc11d4dc920adefcd7c500d9102f913a5e51bf21dfac5620a4b3aea1b2fd99ddfefc80992a757640cc774d7086e
6
+ metadata.gz: db22a4b79f0377304670da85caf31b137074d2eb72c49732cdef0799bec84c877aadee81d51d5a46925af3d9e41cc6ff525ec58994671cb468a50d3dbbbcf5cd
7
+ data.tar.gz: ef76a89ae190848e8fd5f789a1c2dc13ba91ed898f266233c256a4479054ef126ace8ba9c02a9adbe1e84de7933cfba06c88e48701c9e712d0ce9c0e959c2cb0
@@ -2,6 +2,11 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ## [9.3.1] - 2020-08-20
6
+ ### Summary
7
+
8
+ - use --no-tablespaces with mysqldump
9
+
5
10
  ## [9.3.0] - 2020-07-06
6
11
  ### Summary
7
12
 
@@ -11,6 +16,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
16
  - Test ruby 2.7 via travis
12
17
  - Requires Ruby v2.5 or later
13
18
 
19
+ ## [9.2.4] - 2020-08-20
20
+ ### Summary
21
+
22
+ - use --no-tablespaces with mysqldump
23
+
14
24
  ## [9.2.3] - 2019-05-29
15
25
  ### Summary
16
26
 
@@ -22,7 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
22
32
  ### Summary
23
33
 
24
34
  - run tests and linter against Ruby 2.3
25
- - fixed bug in clean_up_temporary_sources
35
+ - fixed bug in clean_up_temporary_sources
26
36
 
27
37
  ## [9.2.1] - 2019-12-06
28
38
  ### Summary
@@ -38,6 +48,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
38
48
  - we no longer remove maintenance_config_file_path forcefully to make failures more apparent
39
49
  - improved shell independence
40
50
 
51
+ ## [9.1.1] - 2020-08-20
52
+ ### Summary
53
+
54
+ - use --no-tablespaces with mysqldump
55
+
41
56
  ## [9.1.0] - 2018-02-09
42
57
  ### Summary
43
58
 
@@ -45,6 +60,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
45
60
  - Update capistrano 3.10.1
46
61
  - Always execute tasks for each server or at rollback
47
62
 
63
+ ## [9.0.1] - 2020-08-20
64
+ ### Summary
65
+
66
+ - use --no-tablespaces with mysqldump
67
+
48
68
  ## [9.0.0] 2017-10-16
49
69
  ### Summary
50
70
 
@@ -65,6 +85,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
65
85
  - remove TYPO3 specific configuration
66
86
  - change some SCM roles from app to all
67
87
 
88
+ ## [8.0.2] - 2020-08-20
89
+ ### Summary
90
+
91
+ - use --no-tablespaces with mysqldump
92
+
68
93
  ## [8.0.1] - 2017-05-15
69
94
  ### Summary
70
95
 
@@ -76,10 +101,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
76
101
  - first public release
77
102
 
78
103
  [Unreleased]: https://github.com/dkdeploy/dkdeploy-core/compare/master...develop
104
+ [9.3.1]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.3.1
105
+ [9.3.0]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.3.0
106
+ [9.2.4]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.2.4
107
+ [9.2.3]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.2.3
79
108
  [9.2.2]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.2.2
80
109
  [9.2.1]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.2.1
81
110
  [9.2.0]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.2.0
111
+ [9.1.1]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.1.1
82
112
  [9.1.0]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.1.0
113
+ [9.0.1]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.0.1
83
114
  [9.0.0]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.0.0
115
+ [8.0.2]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v8.0.2
84
116
  [8.0.1]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v8.0.1
85
117
  [8.0.0]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v8.0.0
@@ -7,7 +7,7 @@ module Dkdeploy
7
7
  class Version
8
8
  MAJOR = 9
9
9
  MINOR = 3
10
- PATCH = 0
10
+ PATCH = 1
11
11
 
12
12
  def self.to_s
13
13
  [MAJOR, MINOR, PATCH].join('.')
@@ -114,7 +114,7 @@ namespace :db do
114
114
  execute :rm, '-f', remote_dump_file
115
115
  execute :rm, '-f', remote_zipped_dump_file
116
116
  execute :mysqldump,
117
- '--no-data', '--skip-set-charset',
117
+ '--no-data', '--skip-set-charset', '--no-tablespaces',
118
118
  "--default-character-set=#{db_settings.fetch('charset')}",
119
119
  '-u', db_settings.fetch('username'),
120
120
  '-p',
@@ -147,6 +147,7 @@ namespace :db do
147
147
  execute :mysqldump,
148
148
  "--default-character-set=#{db_settings.fetch('charset')}",
149
149
  '--skip-set-charset',
150
+ '--no-tablespaces',
150
151
  '-u', db_settings.fetch('username'),
151
152
  '-p',
152
153
  '-h', db_settings.fetch('host'), '-P', db_settings.fetch('port'), ignore_tables_command_line, db_settings.fetch('name'),
@@ -174,7 +175,7 @@ namespace :db do
174
175
  execute :rm, '-f', remote_dump_file
175
176
  execute :rm, '-f', remote_zipped_dump_file
176
177
  execute :mysqldump,
177
- '--no-data', '--skip-set-charset',
178
+ '--no-data', '--skip-set-charset', '--no-tablespaces',
178
179
  "--default-character-set=#{db_settings.fetch('charset')}",
179
180
  '-u', db_settings.fetch('username'),
180
181
  '-p',
@@ -207,7 +208,7 @@ namespace :db do
207
208
  execute :rm, '-f', remote_file_name
208
209
  execute :rm, '-f', remote_zipped_file
209
210
  execute :mysqldump,
210
- '--no-data', '--skip-set-charset',
211
+ '--no-data', '--skip-set-charset', '--no-tablespaces',
211
212
  '--no-create-info', '--skip-comments',
212
213
  '--skip-extended-insert', '--skip-set-charset',
213
214
  "--default-character-set=#{db_settings.fetch('charset')}",
@@ -300,7 +301,7 @@ namespace :db do
300
301
  "--default-character-set=#{db_settings.fetch('charset')}",
301
302
  '--no-create-info', '--skip-comments',
302
303
  '--skip-extended-insert', '--skip-set-charset',
303
- '--complete-insert',
304
+ '--complete-insert', '--no-tablespaces',
304
305
  '-u', db_settings.fetch('username'),
305
306
  '-p',
306
307
  '-h', db_settings.fetch('host'), '-P', db_settings.fetch('port'),
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dkdeploy-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.3.0
4
+ version: 9.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timo Webler
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-07-06 00:00:00.000000000 Z
12
+ date: 2020-08-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aruba