Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Bump go.temporal.io/server from 1.16.1 to 1.16.2 #68

Merged
merged 1 commit into from
May 11, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2022

Bumps go.temporal.io/server from 1.16.1 to 1.16.2.

Release notes

Sourced from go.temporal.io/server's releases.

v1.16.2

Release Highlights

This release includes fixes for:

  • Workflow stuck issues during namespace failover
  • Missing first workflow task when starting an abandoned child workflow
  • SignalWorkflowExecution waking up a workflow in retry backoff period

The release also improves the configuration around namespace cache refresh.

All changes

2022-05-05 - e12a51cb8 - Prepare 1.16.2 patch 2022-05-05 - 705cbe9c6 - Do not wake up workflow in retry backoff upon signal (#2771) 2022-05-05 - ddb29dc98 - Expose namespace data (#2804) 2022-05-05 - ae8477693 - Always schedule first workflow task for started abandoned child (#2414) 2022-05-05 - 91b099be0 - Ensure queue processor cluster ack level is below failover ack level (#2794) 2022-05-05 - f62095d6e - Remove task version and visibility timestamp override (#2789) 2022-05-05 - aa566f764 - Add dynamic config for namespace refresh interval (#2766)

Details about v1.16.0 release can be found here.

Helpful links to get you started with Temporal

Temporal Docs Server Docker Compose Helm Chart

Docker images for this release (use tag 1.16.2)

Server Server With Auto Setup (what is Auto-Setup?) Admin-Tools

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 10, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 10, 2022

Codecov Report

Merging #68 (2202f2c) into main (10b2d2a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   39.55%   39.55%           
=======================================
  Files          12       12           
  Lines         766      766           
=======================================
  Hits          303      303           
  Misses        441      441           
  Partials       22       22           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Bumps [go.temporal.io/server](https://github.com/temporalio/temporal) from 1.16.1 to 1.16.2.
- [Release notes](https://github.com/temporalio/temporal/releases)
- [Changelog](https://github.com/temporalio/temporal/blob/master/.goreleaser.yml)
- [Commits](temporalio/temporal@v1.16.1...v1.16.2)

---
updated-dependencies:
- dependency-name: go.temporal.io/server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.temporal.io/server-1.16.2 branch from cbad7e8 to 2202f2c Compare May 11, 2022 03:10
@jlegrone jlegrone enabled auto-merge (squash) May 11, 2022 03:11
@jlegrone jlegrone merged commit 0e51713 into main May 11, 2022
@jlegrone jlegrone deleted the dependabot/go_modules/go.temporal.io/server-1.16.2 branch May 11, 2022 03:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants