Skip to content

Releases: honeydipper/honeydipper

v3.4.1

30 Oct 23:21
Compare
Choose a tag to compare

3.4.1 (2023-10-30)

Bug Fixes

  • deps: update google.golang.org/genproto digest to 8bfb1ae (#575) (d7c8d52)
  • deps: update module cloud.google.com/go/kms to v1.15.2 (#576) (0e8f1c3)
  • not reusing success messages (#577) (2b12221)

v3.4.0

28 Sep 20:03
Compare
Choose a tag to compare

3.4.0 (2023-09-28)

Bug Fixes

  • deps: update golang.org/x/exp digest to 9212866 (#566) (1f984b0)
  • deps: update google.golang.org/genproto digest to 007df8e (#567) (87483b2)

Features

  • support negated condition in match conditions (#570) (efbffcc)

v3.3.0

25 Aug 22:31
Compare
Choose a tag to compare

3.3.0 (2023-08-25)

Bug Fixes

Features

  • gcloud storage writeFile and getAttrs function (#563) (34f5008)

v3.2.0

15 Aug 21:50
Compare
Choose a tag to compare

3.2.0 (2023-08-15)

Features

v3.1.0

10 Jul 20:29
Compare
Choose a tag to compare

3.1.0 (2023-07-10)

Bug Fixes

  • deps: update golang.org/x/exp digest to 97b1e66 (#556) (0fc6fc8)
  • deps: update google.golang.org/genproto digest to ccb25ca (#557) (17caafe)
  • run hooks in parallel to avoid interference (#559) (13ad15a)

Features

  • detach a child workflow to make it independent (#558) (cc6281f)

v3.0.1

01 Jul 17:13
Compare
Choose a tag to compare

3.0.1 (2023-07-01)

Bug Fixes

  • correct web driver token_sources missing headers (#554) (be9b756)

v3.0.0

29 Jun 20:31
Compare
Choose a tag to compare

3.0.0 (2023-06-29)

Features

  • support gcp iap authentication for api calls (#552) (77324d7)

BREAKING CHANGES

  • casbin policy requires adjustment

The casbin policy needs to change the request to support an additional provider field in requests.

  • test: add provider in api tests

  • test: add api auth provider to integration test

v2.15.0

20 Jun 17:24
Compare
Choose a tag to compare

2.15.0 (2023-06-20)

Bug Fixes

  • bypass go-git unstaged change with reset (#549) (9f3a1ad)
  • deps: update google.golang.org/genproto digest to e85fd2c (#544) (e20add8)
  • deps: update module github.com/gin-gonic/gin to v1.9.1 [security] (#543) (7d7dfe1)
  • deps: update module github.com/imdario/mergo to v0.3.16 (#545) (3c41e5b)
  • load each context only once (#546) (1060096)

Features

  • support layered local variable definitions (#547) (2df21fc)
  • truncate the labels before displaying in logs (#550) (478fc7c)
  • web driver use token sources for authorization (#548) (545b736)

v2.14.0

30 May 20:08
Compare
Choose a tag to compare

2.14.0 (2023-05-30)

Bug Fixes

  • allow config multiple loggerName and projects in gcloud-logging (#540) (d06391f)
  • deps: update google.golang.org/genproto digest to daa745c (#534) (86de3d6)
  • deps: update module github.com/gin-gonic/gin to v1.9.0 [security] (#537) (dfd9478)

Features

v2.13.0

07 Apr 21:43
Compare
Choose a tag to compare

2.13.0 (2023-04-07)

Bug Fixes

  • deps: update google.golang.org/genproto digest to c38d8f0 (#530) (cd0f603)
  • file reference path correction (#532) (f462751)

Features