Skip to content

chore: bump github.com/coder/coder/v2 from 2.10.1-0.20240704130443-c2d44d16a352 to 2.14.1 #312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps github.com/coder/coder/v2 from 2.10.1-0.20240704130443-c2d44d16a352 to 2.14.1.

Release notes

Sourced from github.com/coder/coder/v2's releases.

v2.14.1

Changelog

[!NOTE] This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

Bug fixes

  • Add template editor to /templates/:templateName route group (#14206, d0feb70) (@​aslilac)

    Resolves an issue preventing administrators from editing templates in the UI.

  • Revert status code change for delete users endpoint (#14168, b80d995) (@​Emyrk)

    Resolves a breaking issue causing /users DELETE to return a 204 on success.

  • Delete user codersdk to support status code regression (#14173, b55a7a8) (@​Emyrk)

Compare: v2.14.0...v2.14.1

Container image

  • docker pull ghcr.io/coder/coder:v2.14.1

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.14.0

Changelog

[!NOTE] This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

[!WARNING] This release contains two known bugs that will be resolved in the next patch.

  • There is an issue (#14197) preventing admins from editing templates in the UI, templates can still be pushed via the CLI.
  • The /users DELETE endpoint currently returns a 204 on success, a change from the previous release's 200 response.

BREAKING CHANGES

  • Remove TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA cipher by default (#13837, af001773d) (@​coadler)

    This cipher is included by default in Go as a fallback, but is marked as an insecure cipher. This removes the 3des cipher by default.

Features

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/coder/coder/v2 [>= 2.13.a, < 2.14]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 Aug 12, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/coder/coder/v2-2.14.1 branch 2 times, most recently from 56f790c to be93505 Compare August 15, 2024 11:56
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from 2.10.1-0.20240704130443-c2d44d16a352 to 2.14.1.
- [Release notes](https://github.com/coder/coder/releases)
- [Changelog](https://github.com/coder/coder/blob/main/release.key)
- [Commits](https://github.com/coder/coder/commits/v2.14.1)

---
updated-dependencies:
- dependency-name: github.com/coder/coder/v2
  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/github.com/coder/coder/v2-2.14.1 branch from be93505 to 0e0f225 Compare August 15, 2024 12:04
Comment on lines +21 to +22
github.com/docker/cli v27.1.1+incompatible
github.com/docker/docker v27.1.1+incompatible
Copy link
Member

@matifali matifali Aug 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the tests and build are probably failing because of this.

@johnstcn
Copy link
Member

johnstcn commented Aug 15, 2024

The only piece of codersdk that's imported by envbuilder is codersdk/agentsdk for sending logs. We can ignore this for the moment, but the docker dependency is unfortunate as coder/envbuilder still transitively depends on docker/docker@v26 via coder/kaniko.

@johnstcn johnstcn closed this Aug 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 15, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/coder/coder/v2-2.14.1 branch August 15, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants