Skip to content
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

feat(helm): update chart coder to 2.18.1 #285

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

This PR contains the following updates:

Package Update Change
coder (source) minor 2.14.1 -> 2.18.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.

v2.18.0

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.

BREAKING CHANGES
  • Allow disabling notifications (#​15509, 576e1f4) (@​DanielleMaywood)

    Disables notifications when both $CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT and $CODER_EMAIL_SMARTHOST are unset.
    Drops the default value for $CODER_EMAIL_SMARTHOST.

  • Extract provisioner tags from coder_workspace_tags data source (#​15578, 1cdc3e8) (@​johnstcn)

    As this effectively blocks template creation if coder_workspace_tags is malformed or references anything other than a Terraform variable or coder_parameter, this is marked as a breaking change.

Features
Bug fixes
Documentation
Code refactoring
Chores

Compare: v2.17.2...v2.18.0

Container image

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

Install/upgrade

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

v2.17.3

Compare Source

Stable (since December 13, 2024)

Changelog

Bug fixes
Documentation

Compare: v2.17.2...v2.17.3

Container image

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

Install/upgrade

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

v2.17.2

Compare Source

Stable (since December 3, 2024)

Changelog

This is the direct follow up to v2.17.0. Due to an issue in our release pipeline, v2.17.1 reached a broken state and has been skipped. There are no issues with upgrading directly to this release.

Chores

Fixes to External Provisioner Helm Chart

Compare: v2.17.0...v2.17.2

Container image

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

Install/upgrade

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

v2.17.0

Compare Source

Changelog

Features
Bug fixes
Documentation

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Aug 24, 2024

--- kubernetes/apps/development/coder/v2 Kustomization: flux-system/cluster-apps-development-coder-v2 HelmRelease: coder-v2/coder-v2

+++ kubernetes/apps/development/coder/v2 Kustomization: flux-system/cluster-apps-development-coder-v2 HelmRelease: coder-v2/coder-v2

@@ -12,13 +12,13 @@

     spec:
       chart: coder
       sourceRef:
         kind: HelmRepository
         name: coder-v2
         namespace: flux-system
-      version: 2.14.1
+      version: 2.18.1
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

Copy link

github-actions bot commented Aug 24, 2024

--- HelmRelease: coder-v2/coder-v2 Deployment: coder-v2/coder

+++ HelmRelease: coder-v2/coder-v2 Deployment: coder-v2/coder

@@ -60,13 +60,13 @@

           value: https://coder.${SECRET_DOMAIN_2}
         - name: CODER_WILDCARD_ACCESS_URL
           value: '*.coder.${SECRET_DOMAIN_2}'
         envFrom:
         - secretRef:
             name: app-envs
-        image: ghcr.io/coder/coder:v2.14.1
+        image: ghcr.io/coder/coder:v2.18.1
         imagePullPolicy: IfNotPresent
         lifecycle: {}
         livenessProbe:
           httpGet:
             path: /healthz
             port: http

@renovate renovate bot added the type/minor label Sep 3, 2024
@renovate renovate bot force-pushed the renovate/coder-2.x branch from bec9a3f to b9ef900 Compare September 3, 2024 18:03
@renovate renovate bot removed the type/patch label Sep 3, 2024
@renovate renovate bot changed the title fix(helm): update chart coder to 2.14.2 feat(helm): update chart coder to 2.15.0 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/coder-2.x branch from b9ef900 to ddca235 Compare October 1, 2024 22:50
@renovate renovate bot changed the title feat(helm): update chart coder to 2.15.0 feat(helm): update chart coder to 2.16.0 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/coder-2.x branch from ddca235 to 2107137 Compare October 28, 2024 20:08
@renovate renovate bot changed the title feat(helm): update chart coder to 2.16.0 feat(helm): update chart coder to 2.16.1 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/coder-2.x branch from 2107137 to 8f5ca3a Compare November 5, 2024 18:33
@renovate renovate bot changed the title feat(helm): update chart coder to 2.16.1 feat(helm): update chart coder to 2.17.0 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/coder-2.x branch from 8f5ca3a to 9acd25c Compare November 12, 2024 20:01
@renovate renovate bot changed the title feat(helm): update chart coder to 2.17.0 feat(helm): update chart coder to 2.17.2 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/coder-2.x branch from 9acd25c to afb3ec8 Compare December 3, 2024 23:09
@renovate renovate bot changed the title feat(helm): update chart coder to 2.17.2 feat(helm): update chart coder to 2.18.0 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/coder-2.x branch from afb3ec8 to 9e2e43c Compare December 17, 2024 07:37
@renovate renovate bot changed the title feat(helm): update chart coder to 2.18.0 feat(helm): update chart coder to 2.18.1 Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants