File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -6,24 +6,37 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
6
6
7
7
## Next
8
8
9
+ ## 1.8.2
10
+
9
11
### User-facing
10
12
13
+ #### Added
14
+
11
15
- \# 435 Added additional examples for attached disks usage. [ temikus]
12
16
17
+ #### Fixed
18
+
19
+ - \# 433 Allow the api to close Tempfiles inline, improving disk utilization.
20
+ [ itopalov]
21
+
13
22
### Development changes
14
23
24
+ #### Added
25
+
26
+ - \# 425 Integration on Jruby + disk snapshot tests: [ temikus]
27
+ - Adding JRuby 9.1 into Travis
28
+ - Added integration tests for disk snapshots
29
+
15
30
#### Fixed
16
31
17
- - \# 425 Miscellaneous dev improvements around JRuby and disk handling [ temikus]
32
+ - \# 432 Relax fog-json constraint to minor version. [ pravi]
33
+
34
+ - \# 425 Miscellaneous dev improvements around JRuby and disk handling: [ temikus]
18
35
- Fix bundling in development environment on JRuby
19
- - Adding JRuby 9.1 into Travis
20
36
- Remove EOL versions of ruby from Travis
21
37
- Consolidated logic of ` Disk.get_as_boot_disk ` and increase doc coverage of
22
38
disk-associated methods.
23
- - Added integration tests for disk snapshots + a guard method for
24
- ` Snapshot.add_labels `
25
-
26
- - \# 435
39
+ - Add a guard a guard method for ` Snapshot.add_labels `
27
40
28
41
## 1.8.1
29
42
Original file line number Diff line number Diff line change 1
1
module Fog
2
2
module Google
3
- VERSION = "1.8.1 " . freeze
3
+ VERSION = "1.8.2 " . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments