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.5 to 1.18.0 #134

Merged
merged 5 commits into from
Sep 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2022

Bumps go.temporal.io/server from 1.17.5 to 1.18.0.

Release notes

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

v1.17.6

Release Highlights

This release includes a fix for an issue where a task queue could fail to process backlogged tasks if it's loaded or reloaded while persistence is unavailable.

All changes

2022-09-13 - 0fcc1b618 - Prepare 1.17.6 patch 2022-09-13 - f4b94d25c - Move build proto dependencies to separate go.mod (#3377) 2022-09-13 - 6e592f636 - Wait to acquire lease in matchingEngine (#3033)

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

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

Commits
  • 86966c5 Process signals later in scheduler workflow (#3397)
  • de91ae4 Change search attribute validator to expect field names instead of alias (#3398)
  • 569433f Revert "Remove unused history event check (#3373)" (#3400)
  • c9e8f49 Dynamic config (#3390)
  • f361405 Remove shardOwnershipLost error from fault injection execution store (#3399)
  • c91d596 Add CloseVisibilityTaskID to DeleteExecutionVisibilityTask (#3391)
  • ce9a66f Fix timerGate race condition in rescheduler (#3396)
  • 2ec2234 Fix task schedule latency metric (#3395)
  • 160ba69 Fix fail workflow due to attributes size violation (#3388)
  • 65dd13e Move notifyQueueProcessor to acquireShard (#3392)
  • 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 Sep 17, 2022
Bumps [go.temporal.io/server](https://github.com/temporalio/temporal) from 1.17.5 to 1.18.0.
- [Release notes](https://github.com/temporalio/temporal/releases)
- [Changelog](https://github.com/temporalio/temporal/blob/master/.goreleaser.yml)
- [Commits](temporalio/temporal@v1.17.5...v1.18.0)

---
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.18.0 branch from 4e29673 to eb3a41e Compare September 20, 2022 13:30
@cretz
Copy link
Member

cretz commented Sep 20, 2022

Once this lands, I would like to tackle #127 before the next Temporalite release is cut.

@jlegrone jlegrone force-pushed the dependabot/go_modules/go.temporal.io/server-1.18.0 branch 2 times, most recently from 6f46b7c to 216db98 Compare September 20, 2022 16:29
@jlegrone jlegrone force-pushed the dependabot/go_modules/go.temporal.io/server-1.18.0 branch from 216db98 to f298159 Compare September 20, 2022 16:33
@jlegrone jlegrone enabled auto-merge (squash) September 20, 2022 16:44
@jlegrone jlegrone merged commit f3d6054 into main Sep 20, 2022
@jlegrone jlegrone deleted the dependabot/go_modules/go.temporal.io/server-1.18.0 branch September 20, 2022 16:50
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