Skip to content

Commit bea04d9

Browse files
authored
[release] 0.2.130 (#14454)
1 parent 57e8dca commit bea04d9

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

hail/build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import mill.util.Jvm
1212

1313
object Settings {
1414
val hailMajorMinorVersion = "0.2"
15-
val hailPatchVersion = "129"
15+
val hailPatchVersion = "130"
1616
}
1717

1818
/** Update the millw script. */

hail/python/hail/docs/change_log.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,24 @@ supports.
5252
policy. Their functionality or even existence may change without notice. Please contact us if you
5353
critically depend on experimental functionality.**
5454

55+
## Version 0.2.130
56+
57+
Released 2024-10-02
58+
59+
0.2.129 contained test configuration artifacts that prevented users from
60+
starting dataproc clusters with `hailctl`. Please upgrade to 0.2.130 if you use
61+
dataproc.
62+
63+
### New Features
64+
65+
- (hail##14447) Added `copy_spark_log_on_error` initialization flag that when set,
66+
copies the hail driver log to the remote `tmpdir` if query execution raises an
67+
exception.
68+
69+
### Bug Fixes
70+
71+
- (hail#14452) Fixes a bug that prevents users from starting dataproc clusters with
72+
hailctl
5573

5674
## Version 0.2.129
5775

hail/python/hailtop/batch/docs/change_log.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ versions. In particular, Hail officially supports:
1515
Change Log
1616
==========
1717

18+
**Version 0.2.130**
19+
20+
- (`#14425 <https://github.com/hail-is/hail/pull/14425>`__) A job's 'always run'
21+
state is rendered in the Job and Batch pages. This makes it easier to understand
22+
why a job is queued to run when others have failed or been cancelled.
23+
- (`#14437 <https://github.com/hail-is/hail/pull/14437>`__) The billing page now
24+
reports users' spend on the batch service.
25+
1826
**Version 0.2.128**
1927

2028
- (`#14224 <https://github.com/hail-is/hail/pull/14224>`__) `hb.Batch` now accepts a

hail/version.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616
SCALA_VERSION ?= 2.12.18
1717
SPARK_VERSION ?= 3.3.2
1818
HAIL_MAJOR_MINOR_VERSION := 0.2
19-
HAIL_PATCH_VERSION := 129
19+
HAIL_PATCH_VERSION := 130
2020
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
2121
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
2222
ELASTIC_MAJOR_VERSION ?= 7

0 commit comments

Comments
 (0)