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.14.1 to 1.14.2 #36

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2022

Bumps go.temporal.io/server from 1.14.1 to 1.14.2.

Release notes

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

v1.14.2

Release Highlights

This release includes a series of fixes:

  • Disallow marking activity as cancelled without activity being request cancelled first
  • Fix incorrect LRU cache eviction behavior
  • Detect stale cache when RecordChildExecutionCompleted
  • Eagerly unload shard when ownership is lost

All changes

2022-01-10 - b535b87fb - Update CLI and ServerVersion in version checker for v1.14.2 2022-01-07 - 9ca8598a9 - Detecting stale cache when RecordChildExecutionCompleted (#2354) 2022-01-07 - 94b29c3b9 - Disallow marking activity as cancelled without activity being request cancelled first (#2344) 2022-01-07 - 80cd5f557 - Fix LRU cache eviction behavior (#2353) 2022-01-07 - 5efdf07a4 - Unload shard when ownership lost (#2355)

Details about v1.14.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.14.2)

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

Commits
  • b535b87 Update CLI and ServerVersion in version checker for v1.14.2
  • 5efdf07 Unload shard when ownership lost (#2355)
  • 9ca8598 Detecting stale cache when RecordChildExecutionCompleted (#2354)
  • 80cd5f5 Fix LRU cache eviction behavior (#2353)
  • 94b29c3 Disallow marking activity as cancelled without activity being request cancell...
  • See full diff 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)

Bumps [go.temporal.io/server](https://github.com/temporalio/temporal) from 1.14.1 to 1.14.2.
- [Release notes](https://github.com/temporalio/temporal/releases)
- [Changelog](https://github.com/temporalio/temporal/blob/master/.goreleaser.yml)
- [Commits](temporalio/temporal@v1.14.1...v1.14.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 11, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #36 (7504608) into main (48d19ba) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #36   +/-   ##
=======================================
  Coverage   41.75%   41.75%           
=======================================
  Files          11       11           
  Lines         728      728           
=======================================
  Hits          304      304           
  Misses        402      402           
  Partials       22       22           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48d19ba...7504608. Read the comment docs.

@jlegrone jlegrone merged commit 701f0b2 into main Jan 12, 2022
@jlegrone jlegrone deleted the dependabot/go_modules/go.temporal.io/server-1.14.2 branch January 12, 2022 21:06
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