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.17.2 to 1.17.4 #113

Merged
merged 2 commits into from
Aug 22, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2022

Bumps go.temporal.io/server from 1.17.2 to 1.17.4.

Release notes

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

v1.17.4

Release Highlights

This release includes bug fixes for Archival and Retry logic, and removes 30 days max Retention Period limit.

IMPORTANT NOTE FOR ARCHIVAL USERS If you are using the Archival feature and if v1.17.4 of the History Service runs with an older version of the Worker Service during the upgrade, it is possible to have a "dangling Workflow mutable state" where the Event History has been deleted. To avoid that when upgrading to this release, perform the following steps:

  1. Stop the old version of the Worker Service.
  2. Deploy this patched release.
  3. Start the Worker Service after the upgrade.

All changes

2022-08-16 - 7f7210638 - Prepare 1.17.3 patch 2022-08-16 - 06d641f3b - Fix formating 2022-08-16 - 44267026f - Fix failover queue shutdown (#3232) 2022-08-15 - 0bd7435d7 - Fix archival activities error handling (#3227) 2022-08-12 - f8a59f7ae - Use detached context for shard context operations (#3194) 2022-08-12 - dae8a5152 - Fix queue processor throttling logic (#3195) 2022-08-12 - cea07099c - Remove namespace max retention (#3148) 2022-08-12 - cdb9ae0c9 - Add version check for delete workflow transfer task (#3159) 2022-08-12 - c61450f49 - Fix inline history archival (#3216) 2022-08-12 - ba452a2b9 - additional history scavenger heartbeat (#3186) 2022-08-12 - 5b05741f6 - Simplify system retry logic: Part 1 (#3172) 2022-08-12 - 51817aa60 - Use a prefix for scheduler workflow ids (#3201) 2022-08-12 - 4b7507d77 - Improve task processing retry behavior (#3218) 2022-08-12 - 23e40a9f1 - Fix shard close error type (#3215) 2022-08-12 - bd22047c0 - Run one per-ns worker per namespace instead of namespace × component (#3116) 2022-08-12 - 6aaddf32f - Run task rescheduler in background (#3038)

Details about v1.17.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.17.4)

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)

Bumps [go.temporal.io/server](https://github.com/temporalio/temporal) from 1.17.2 to 1.17.4.
- [Release notes](https://github.com/temporalio/temporal/releases)
- [Changelog](https://github.com/temporalio/temporal/blob/master/.goreleaser.yml)
- [Commits](temporalio/temporal@v1.17.2...v1.17.4)

---
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 added the dependencies Pull requests that update a dependency file label Aug 18, 2022
@jlegrone jlegrone enabled auto-merge (squash) August 22, 2022 16:59
@jlegrone jlegrone merged commit 3c541f8 into main Aug 22, 2022
@jlegrone jlegrone deleted the dependabot/go_modules/go.temporal.io/server-1.17.4 branch August 22, 2022 17:10
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.

1 participant