chore(deps): update helm release coder to v2.18.1 #412

Merged
prskr merged 1 commit from renovate/coder-2.x into main 2024-12-20 07:36:17 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
coder (source) HelmChart patch 2.18.0 -> 2.18.1

Release Notes

coder/coder (coder)

v2.18.1

Compare Source

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.

Features
  • Server: Add matched provisioner daemon information to around the product (#​15688, 2b57dcc) (@​johnstcn)

    Adds a variety of cues around the CLI and API to improve visibility when a compatible provisioner is ready for jobs.

  • Add provisioner warnings to the workspace build page (#​15686, b39becb) (@​SasSwart)

    Adds dashboard provisioner warnings introduced in #​15589 to the workspace build page.

    Example:
    Provisioner warning in workspace page

Bug fixes
Chores

Compare: v2.18.0...v2.18.1

Container image

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

Install/upgrade

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [coder](https://github.com/coder/coder) ([source](https://github.com/coder/coder/tree/HEAD/helm/coder)) | HelmChart | patch | `2.18.0` -> `2.18.1` | --- ### Release Notes <details> <summary>coder/coder (coder)</summary> ### [`v2.18.1`](https://github.com/coder/coder/releases/tag/v2.18.1) [Compare Source](https://github.com/coder/coder/compare/v2.18.0...v2.18.1) #### Changelog > \[!NOTE] > This is a mainline Coder release. We advise enterprise customers without a staging environment to install our [latest stable release](https://github.com/coder/coder/releases/latest) while we refine this version. Learn more about our [Release Schedule](https://coder.com/docs/install/releases). ##### Features - Server: Add matched provisioner daemon information to around the product ([#&#8203;15688](https://github.com/coder/coder/issues/15688), [`2b57dcc`](https://github.com/coder/coder/commit/2b57dcc6)) ([@&#8203;johnstcn](https://github.com/johnstcn)) > Adds a variety of cues around the CLI and API to improve visibility when a compatible provisioner is ready for jobs. - Add provisioner warnings to the workspace build page ([#&#8203;15686](https://github.com/coder/coder/issues/15686), [`b39becb`](https://github.com/coder/coder/commit/b39becba)) ([@&#8203;SasSwart](https://github.com/SasSwart)) > Adds dashboard provisioner warnings introduced in [#&#8203;15589](https://github.com/coder/coder/issues/15589) to the workspace build page. > > Example: > ![Provisioner warning in workspace page](https://github.com/user-attachments/assets/16a286cf-c2d4-4159-afe6-2df0998e8355) ##### Bug fixes - Server: Extract `provisionerdserver.StaleInterval` and set to 90 seconds to correct issue in `coder_workspace_tags` data source ([#&#8203;15643](https://github.com/coder/coder/issues/15643), [`ef09b51`](https://github.com/coder/coder/commit/ef09b519)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Provisioner: Evaluate `coder_parameter` defaults with variables ([#&#8203;15800](https://github.com/coder/coder/issues/15800), [`7dc3ad9`](https://github.com/coder/coder/commit/7dc3ad9f)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Documentation: correct reference in "create headless user" flow ([#&#8203;15826](https://github.com/coder/coder/issues/15826), [`104898a`](https://github.com/coder/coder/commit/104898ae)) - CLI: Handle version mismatch re MatchedProvisioners response ([#&#8203;15682](https://github.com/coder/coder/issues/15682), [`3014713`](https://github.com/coder/coder/commit/3014713c)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Dashboard: Remove a misplaced warning in workspace build page ([#&#8203;15837](https://github.com/coder/coder/issues/15837), [`b39becb`](https://github.com/coder/coder/commit/b39becba)) ([@&#8203;SasSwart](https://github.com/SasSwart)) - Dashboard: Only show provisioner warnings for pending workspaces ([#&#8203;15858](https://github.com/coder/coder/issues/15858), [`b5ba3e3`](https://github.com/coder/coder/commit/b5ba3e3d)) ([@&#8203;SasSwart](https://github.com/SasSwart)) > Both of PRs the above resolve issues only introduced in [#&#8203;15686](https://github.com/coder/coder/issues/15686). ##### Chores - Acquire lock for individual workspace transition to reduce load on the control plane ([#&#8203;15883](https://github.com/coder/coder/issues/15883), [`c5e8769`](https://github.com/coder/coder/commit/c5e87690b)) ([@&#8203;DanielleMaywood](https://github.com/DanielleMaywood)) - Packages: Update `x/crypto` to 0.31.0 ([#&#8203;15869](https://github.com/coder/coder/issues/15869), [`14ce3aa`](https://github.com/coder/coder/commit/14ce3aa0)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Examples: Add `hashicorp/cloudinit` provider to [AWS Linux template](https://github.com/coder/coder/tree/main/examples/templates/aws-linux) ([#&#8203;15796](https://github.com/coder/coder/issues/15796), [`4097ec3`](https://github.com/coder/coder/commit/4097ec3a6)) ([@&#8203;phorcys420](https://github.com/phorcys420)) Compare: [`v2.18.0...v2.18.1`](https://github.com/coder/coder/compare/v2.18.0...v2.18.1) #### Container image - `docker pull ghcr.io/coder/coder:v2.18.1` #### Install/upgrade Refer to our docs to [install](https://coder.com/docs/install) or [upgrade](https://coder.com/docs/install/upgrade) Coder, or use a release asset below. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42Ni4wIiwidXBkYXRlZEluVmVyIjoiMzkuNjYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
prskr added 1 commit 2024-12-17 03:34:19 +00:00
chore(deps): update helm release coder to v2.18.1
Some checks failed
Renovate / renovate (push) Has been cancelled
88fde42ce2
prskr merged commit 88fde42ce2 into main 2024-12-20 07:36:17 +00:00
prskr deleted branch renovate/coder-2.x 2024-12-20 07:36:17 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/apps#412
No description provided.