Skip to content

ci: update OpenSSL Chocolatey package version from 3.6.1 to 3.6.2#523

Merged
kinyoklion merged 1 commit intomainfrom
devin/1776120244-fix-openssl-choco-version
Apr 14, 2026
Merged

ci: update OpenSSL Chocolatey package version from 3.6.1 to 3.6.2#523
kinyoklion merged 1 commit intomainfrom
devin/1776120244-fix-openssl-choco-version

Conversation

@kinyoklion
Copy link
Copy Markdown
Member

@kinyoklion kinyoklion commented Apr 13, 2026

Summary

Updates the OpenSSL version installed via Chocolatey on Windows CI runners from 3.6.1 to 3.6.2.

OpenSSL 3.6.1 has been removed from Chocolatey's community repository, causing all 9 Windows CI jobs to fail with a 404 when attempting to download Win64OpenSSL-3_6_1.exe. The latest available version is 3.6.2.

Review & Testing Checklist for Human

  • Verify that all Windows CI jobs pass with the updated version
  • Confirm 3.6.2 is the desired target version (vs pinning to a different release)

Notes

This unblocks PR #520 and any other PRs currently blocked by Windows CI failures.

Link to Devin session: https://app.devin.ai/sessions/d009d787eaa84d67813ec46d4cd3c382
Requested by: @kinyoklion


Note

Low Risk
Low risk: CI-only change that updates a pinned dependency version on Windows runners; potential impact is limited to Windows build/test behavior if 3.6.2 differs from 3.6.1.

Overview
Updates the Windows CI OpenSSL install step in .github/actions/install-openssl/action.yml to pin Chocolatey OpenSSL from 3.6.1 to 3.6.2, unblocking Windows jobs that fail due to the removed 3.6.1 package.

Reviewed by Cursor Bugbot for commit ab815f5. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@kinyoklion kinyoklion marked this pull request as ready for review April 13, 2026 23:15
@kinyoklion kinyoklion requested a review from a team as a code owner April 13, 2026 23:15
if: runner.os == 'Windows'
shell: bash
run: |
choco install openssl --version 3.6.1 -y --no-progress
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

aside: Chocolatey politely removed 3.6.1

@kinyoklion kinyoklion enabled auto-merge (squash) April 13, 2026 23:18
@kinyoklion kinyoklion merged commit 5698de2 into main Apr 14, 2026
49 checks passed
@kinyoklion kinyoklion deleted the devin/1776120244-fix-openssl-choco-version branch April 14, 2026 15:35
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.

2 participants