Skip to content

Commit

Permalink
[release] 0.2.130 (#14454)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehigham authored Apr 10, 2024
1 parent 57e8dca commit bea04d9
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hail/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import mill.util.Jvm

object Settings {
val hailMajorMinorVersion = "0.2"
val hailPatchVersion = "129"
val hailPatchVersion = "130"
}

/** Update the millw script. */
Expand Down
18 changes: 18 additions & 0 deletions hail/python/hail/docs/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,24 @@ supports.
policy. Their functionality or even existence may change without notice. Please contact us if you
critically depend on experimental functionality.**

## Version 0.2.130

Released 2024-10-02

0.2.129 contained test configuration artifacts that prevented users from
starting dataproc clusters with `hailctl`. Please upgrade to 0.2.130 if you use
dataproc.

### New Features

- (hail##14447) Added `copy_spark_log_on_error` initialization flag that when set,
copies the hail driver log to the remote `tmpdir` if query execution raises an
exception.

### Bug Fixes

- (hail#14452) Fixes a bug that prevents users from starting dataproc clusters with
hailctl

## Version 0.2.129

Expand Down
8 changes: 8 additions & 0 deletions hail/python/hailtop/batch/docs/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ versions. In particular, Hail officially supports:
Change Log
==========

**Version 0.2.130**

- (`#14425 <https://github.com/hail-is/hail/pull/14425>`__) A job's 'always run'
state is rendered in the Job and Batch pages. This makes it easier to understand
why a job is queued to run when others have failed or been cancelled.
- (`#14437 <https://github.com/hail-is/hail/pull/14437>`__) The billing page now
reports users' spend on the batch service.

**Version 0.2.128**

- (`#14224 <https://github.com/hail-is/hail/pull/14224>`__) `hb.Batch` now accepts a
Expand Down
2 changes: 1 addition & 1 deletion hail/version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif
SCALA_VERSION ?= 2.12.18
SPARK_VERSION ?= 3.3.2
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 129
HAIL_PATCH_VERSION := 130
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
ELASTIC_MAJOR_VERSION ?= 7

0 comments on commit bea04d9

Please sign in to comment.