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.13.2 #2753

Merged
merged 1 commit into from
Jul 30, 2024
Merged

feat(helm): update chart coder to 2.13.2 #2753

merged 1 commit into from
Jul 30, 2024

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Jul 29, 2024

This PR contains the following updates:

Package Update Change
coder (source) minor 2.12.1 -> 2.13.2

Release Notes

coder/coder (coder)

v2.13.2

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.

Bugfixes
  • Keep active users active in scim (#​13955, 03c5d42) (@​Emyrk)

    Caused an issue preventing workspaces from autostarting until the owning user logged in.

Compare: v2.13.1...v2.13.2

Container image

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

Install/upgrade

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

v2.13.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.

Bugfixes

Compare: v2.13.0...v2.13.1

Container image

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

Install/upgrade

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

v2.13.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
Features
Bug fixes
Changes to hidden experiments

These changes are hidden behind an unsafe experiment and will be made available in a future release. Follow progress in our issue tracker on Organizations + Custom Roles and Notifications.

Documentation
Code refactoring
Chores
Other changes

Compare: v2.12.3...v2.13.0

Container image

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

Install/upgrade

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

v2.12.5

Compare Source

Stable (since July 22, 2024)

Changelog

Bugfixes
  • Keep active users active in scim (#​13955, 03c5d42) (@​Emyrk)

    Caused an issue preventing workspaces from autostarting until the owning user logged in.

Compare: v2.12.4...v2.12.5

Container image

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

Install/upgrade

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

v2.12.4

Compare Source

Stable (since July 19, 2024)

Changelog

Changes

Compare: v2.12.3...v2.12.4

Container image

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

Install/upgrade

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

v2.12.3

Compare Source

Changelog

Stable (since July 2, 2024)

Chores
  • External auth validate response "Forbidden" should return invalid, not an error (#​13446, 534d4ea) (@​Emyrk)

    This caused an issue where some workspaces would become undeletable.

Compare: v2.12.2...v2.12.3

Container image

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

Install/upgrade

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

v2.12.2

Compare Source

Changelog

Stable (since July 2, 2024)

Features
  • Add cross-origin reporting for telemetry in the dashboard (#​13612, b701620)
Bug fixes

Compare: v2.12.1...v2.12.2

Container image

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

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.

@layla-bot layla-bot bot requested a review from kashalls as a code owner July 29, 2024 09:06
@layla-bot layla-bot bot added renovate/helm type/minor area/kubernetes Changes made in the kubernetes directory cluster/main labels Jul 29, 2024
@layla-bot layla-bot bot force-pushed the renovate/coder-2.x branch 3 times, most recently from 6439f5d to 3af86f2 Compare July 29, 2024 19:54
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Jul 29, 2024

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

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

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

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

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Jul 29, 2024

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

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

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

           value: Sign In with Ok8Sh
         - name: CODER_PROMETHEUS_ENABLE
           value: 'true'
         envFrom:
         - secretRef:
             name: coder-secret
-        image: ghcr.io/coder/coder:v2.12.1
+        image: ghcr.io/coder/coder:v2.13.2
         imagePullPolicy: IfNotPresent
         lifecycle: {}
         livenessProbe:
           httpGet:
             path: /healthz
             port: http

@layla-bot layla-bot bot force-pushed the renovate/coder-2.x branch 2 times, most recently from 6cf3c21 to 0bd48a0 Compare July 30, 2024 00:57
@kashalls kashalls merged commit 4a1b24c into main Jul 30, 2024
11 checks passed
@layla-bot layla-bot bot deleted the renovate/coder-2.x branch July 30, 2024 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant