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.2 to 1.17.1 #89

Merged
merged 2 commits into from
Jul 19, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2022

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

Release notes

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

v1.17.1

Release Highlights

This release includes fixes for replication stack, delete namespace functionality, and potential deadlock.

All changes

2022-07-11 - e88aa24b8 - Prepare 1.17.1 patch 2022-07-11 - 13cd5a5a8 - Reorder frontend rate limiter (#3080) 2022-07-08 - 0b9f15c79 - Resource aware operation retry (#3069) 2022-07-08 - 56c529571 - Do not double execute close execution task if visibility archival is disabled (#3072) 2022-07-08 - 646f12d0b - Fix namespace failover callback (#3066) 2022-07-08 - 6737693cd - Handle workflow already completed when verifying first workflow task scheduled (#3061) 2022-07-08 - 12c173c7a - Fix schedule jitter calculation bug (#3059) 2022-07-08 - a95c2fcaa - Fix error shadowing in standby executors (#3053) 2022-07-08 - 0b01a721e - Improve error handling for standby transfer task verification (#3050) 2022-07-08 - 32781119a - Clean up history branch ancestor operation (#3046) 2022-07-08 - fb208d57f - Cancel activity when eager execution and request cancellation are in the same WFT (#3029) 2022-07-08 - 6513af873 - Release shard lock earlier during delete workflow execution (#3028) 2022-07-08 - 4657f0fd0 - Don't check delete workflow execution transfer task version (#3021) 2022-07-06 - 972af2bed - Do not hold lock when running namespace change callback (#3067) 2022-06-30 - 0f13b2358 - add support for multiple pragma statements and driver syntax (#3031) 2022-06-30 - c6810d588 - Update backfill history in sync workflow state (#3042)

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.1)

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

v1.16.3

Release Highlights

This release includes fixes for replication stack as well as for shard lock scope.

All changes

2022-07-11 - 83c2b6a54 - Prepare 1.16.3 patch 2022-07-11 - afd374d49 - Cherry pick #3080 for 1.16 (#3081) 2022-07-08 - 082d7c9cc - Release shard lock earlier during delete workflow execution (#3028) 2022-06-01 - 05a90f834 - Move cluster ack level on ack level update (#2927) 2022-06-01 - 021d5015d - Fix dlq retry policy 2022-06-01 - 360062b60 - Fix failover queue creation after shard reload (#2862) 2022-06-01 - 79102bf9c - Handle NDC active -> passive transition with transient workflow & no buffered event

... (truncated)

Commits
  • e88aa24 Prepare 1.17.1 patch
  • 13cd5a5 Reorder frontend rate limiter (#3080)
  • 0b9f15c Resource aware operation retry (#3069)
  • 56c5295 Do not double execute close execution task if visibility archival is disabled...
  • 646f12d Fix namespace failover callback (#3066)
  • 6737693 Handle workflow already completed when verifying first workflow task schedule...
  • 12c173c Fix schedule jitter calculation bug (#3059)
  • a95c2fc Fix error shadowing in standby executors (#3053)
  • 0b01a72 Improve error handling for standby transfer task verification (#3050)
  • 3278111 Clean up history branch ancestor operation (#3046)
  • Additional commits viewable in compare view

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 Jul 13, 2022
@robholland
Copy link
Contributor

@jlegrone I suggest merging this and I'll rebase my UI bump PR, then at least server will be upgraded while we figure out what to do about Web UI v2.

@jlegrone
Copy link
Collaborator

Just double checking, temporalio/temporal#3031 is backwards-compatible with Temporalite's current sqlite pragma configuration?

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.temporal.io/server-1.17.1 branch from 9e8cf47 to c812f35 Compare July 19, 2022 22:04
@codecov-commenter
Copy link

Codecov Report

Merging #89 (c812f35) into main (418cc39) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #89   +/-   ##
=======================================
  Coverage   37.71%   37.71%           
=======================================
  Files          12       12           
  Lines         814      814           
=======================================
  Hits          307      307           
  Misses        485      485           
  Partials       22       22           

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

@jlegrone jlegrone merged commit c55def0 into main Jul 19, 2022
@jlegrone jlegrone deleted the dependabot/go_modules/go.temporal.io/server-1.17.1 branch July 19, 2022 22:49
@robholland
Copy link
Contributor

Yes it is backward compatible.

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.

None yet

3 participants