Skip to content

octelium 0.41.0 - #10760

Open
chenrui333 wants to merge 1 commit into
mainfrom
bump-octelium-0.41.0
Open

octelium 0.41.0#10760
chenrui333 wants to merge 1 commit into
mainfrom
bump-octelium-0.41.0

Conversation

@chenrui333

Copy link
Copy Markdown
Owner

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
You can upgrade an already running Cluster via the command `octops upgrade` as shown [here](https://octelium.com/docs/octelium/latest/install/cluster/upgrade). You can read the full changelog [here](https://github.com/octelium/octelium/compare/v0.40.0...v0.41.0).

Features

  • A new, improved design for the web Portal.
  • Introducing the ability to control WebAuthn User verification requirement in the Cluster-level. Here is an example:
kind: ClusterConfig
metadata:
  name: default
spec:
  authenticator:
    fido:
      userVerification: REQUIRED
  • Endorsement key certificate verification upon registering a TPM Authenticator. Here is an example:
kind: ClusterConfig
metadata:
  name: default
spec:
  authenticator:
    tpm:
      endorsementTrust:
        mode: REQUIRE_VERIFIED
        trustedCAs:
          - |-
            -----BEGIN CERTIFICATE-----
            <TPM_MANUFACTURER_ROOT_CA>
            -----END CERTIFICATE-----
        intermediateCAs:
          - |-
            -----BEGIN CERTIFICATE-----
            <TPM_MANUFACTURER_INTERMEDIATE_CA>
            -----END CERTIFICATE-----

Improvements

  • Golang is updated to v1.26.6
  • Alpine images are updated to v3.24
  • Envoy is update to v1.39.1
  • Fixes and improvements for AuthServer

View the full release notes at https://github.com/octelium/octelium/releases/tag/v0.41.0.


Copilot AI lite review requested due to automatic review settings August 31, 2026 20:18
@github-actions github-actions Bot added the go Go use is a significant feature of the PR or issue label Aug 31, 2026
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T20:20:34.428699Z f86372b PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

This is a straightforward url/sha256 version bump with no other formula logic changes and no deviations from tap conventions detected.

Pull request overview

Updates the octelium Homebrew formula to the latest upstream release by bumping the source tarball reference and checksum.

Changes:

  • Bumped octelium from 0.40.0 to 0.41.0 by updating the GitHub tag tarball URL.
  • Updated the corresponding sha256 for the new release archive.
File summaries
File Description
Formula/o/octelium.rb Version bump via updated url and sha256 to v0.41.0.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants