coder / envbuilder

Build development environments from a Dockerfile on Docker, Kubernetes, and OpenShift. Enable developers to modify their development environment quickly.
Apache License 2.0
130 stars 25 forks source link

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

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

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 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)
johnstcn commented 4 weeks ago

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.

dependabot[bot] commented 4 weeks ago

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.