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.9.1 #229

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change OpenSSF
coder (source) minor 2.8.5 -> 2.9.1 OpenSSF Scorecard

Release Notes

coder/coder (coder)

v2.9.1

Compare Source

Changelog

Features
  • Add separate signals for shutdown handling on Coder server and provisionerd.
    (#​12358) (@​kylecarbs)

    SIGTERM will stop accepting new provisioner jobs and wait running jobs to
    finish before shutting down.

    SIGINT (existing behavior) will cancel in-flight jobs then shut down.

Bug fixes
  • Fixed an issue where single-replica workspace proxy deployments may enter an
    unhealthy state due to replica management errors. (#​12641) (@​deansheather)

  • Fixed an issue preventing upgrade to v2.9.0 due to a migration that hard a
    hardcoded schema name. (#​12620) (@​95gabor)

Compare: v2.9.0...v2.9.1

Container image

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

Install/upgrade

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

v2.9.0

Compare Source

Changelog

BREAKING CHANGES
Features
Templates
CLI
Dashboard
Backend
Experimental features

The following features are hidden or disabled by default as we don't guarantee stability. Learn more about experiments in our documentation.

  • The coder support command generates a ZIP with deployment information, agent logs, and server config values for troubleshooting purposes. We will publish documentation on how it works (and un-hide the feature) in a future release (#​12328) (@​johnstcn)
  • Port sharing: Allow users to share ports running in their workspace with other Coder users (#​11939) (#​12119) (#​12383) (@​deansheather) (@​f0ssel)
    Port Sharing
Bug fixes
Documentation

Compare: v2.8.5...v2.9.0

Container image

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

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 Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Mar 12, 2024

--- kubernetes/apps/services/coder/app Kustomization: flux-system/coder HelmRelease: services/coder

+++ kubernetes/apps/services/coder/app Kustomization: flux-system/coder HelmRelease: services/coder

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

     spec:
       chart: coder
       sourceRef:
         kind: HelmRepository
         name: coder
         namespace: flux-system
-      version: 2.8.5
+      version: 2.9.1
   install:
     remediation:
       retries: 3
   interval: 30m
   uninstall:
     keepHistory: false

Copy link

github-actions bot commented Mar 12, 2024

--- HelmRelease: services/coder Deployment: services/coder

+++ HelmRelease: services/coder Deployment: services/coder

@@ -55,13 +55,13 @@

           value: https://coder.
         - name: CODER_OIDC_CLIENT_ID
           value: coder
         envFrom:
         - secretRef:
             name: coder-secret
-        image: ghcr.io/coder/coder:v2.8.5
+        image: ghcr.io/coder/coder:v2.9.1
         imagePullPolicy: IfNotPresent
         lifecycle: {}
         livenessProbe:
           httpGet:
             path: /healthz
             port: http

@renovate renovate bot force-pushed the renovate/coder-2.x branch from 41c099d to 41f0698 Compare March 19, 2024 13:05
@renovate renovate bot changed the title feat(helm): update chart coder to 2.9.0 feat(helm): update chart coder to 2.9.1 Mar 19, 2024
@chrisbsmith chrisbsmith merged commit 88a54d4 into main Mar 26, 2024
5 checks passed
@delete-merged-branch delete-merged-branch bot deleted the renovate/coder-2.x branch March 26, 2024 13:39
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.

1 participant