Skip to content

Conversation

@andrewstucki
Copy link
Contributor

I would not be surprised if I forgot to update something some place. That said, this stages things so we can cut releases of all of these.

Copy link
Contributor

@RafalKorepta RafalKorepta left a comment

Choose a reason for hiding this comment

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

I would like this PR to point to release/v25.2.x release branch.

@andrewstucki andrewstucki changed the base branch from main to release/v25.2.x December 2, 2025 17:21
@andrewstucki andrewstucki changed the base branch from release/v25.2.x to main December 2, 2025 18:09
@andrewstucki andrewstucki enabled auto-merge (squash) December 3, 2025 01:36
@andrewstucki andrewstucki disabled auto-merge December 3, 2025 01:37
@andrewstucki andrewstucki enabled auto-merge (squash) December 3, 2025 01:38
@andrewstucki andrewstucki merged commit 71dada0 into main Dec 3, 2025
12 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 3, 2025
This stages the releases for Console 3.3.0, Redpanda 25.2.1, and Operator 25.2.1 charts. As upstream Console changed some its Go versioning and requires go 1.25, this also updates our go version and all of the nix tooling that is involved.

(cherry picked from commit 71dada0)
@github-actions
Copy link

github-actions bot commented Dec 3, 2025

💚 All backports created successfully

Status Branch Result
release/v25.2.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

@andrewstucki andrewstucki deleted the as/release/v25.2.1 branch December 3, 2025 04:25
andrewstucki added a commit that referenced this pull request Dec 3, 2025
This stages the releases for Console 3.3.0, Redpanda 25.2.1, and Operator 25.2.1 charts. As upstream Console changed some its Go versioning and requires go 1.25, this also updates our go version and all of the nix tooling that is involved.

(cherry picked from commit 71dada0)

Co-authored-by: Andrew Stucki <[email protected]>
{ buildGo124Module, lib, fetchFromGitHub }:

buildGoModule rec {
buildGo124Module rec {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why you don't update controller-tools?

I did this in

version = "0.19.0";

Comment on lines +35 to +47
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd go-licenses \
--bash <("$out/bin/go-licenses" completion bash) \
--fish <("$out/bin/go-licenses" completion fish) \
--zsh <("$out/bin/go-licenses" completion zsh)
# workaround empty output when GOROOT differs from built environment
# see https://github.com/google/go-licenses/issues/149
wrapProgram "$out/bin/go-licenses" \
--set GOROOT '${go}/share/go'
'';

doCheck = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not necessary

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.

3 participants