Skip to main content

Wave v1.38.0

Feature updates and improvements

General

  • Added support for an authenticating egress proxy for outbound HTTP clients via the shared lib-util-net ProxyConfig by @pditommaso in #1125
  • Changed env-var-overridable config properties to use kebab-case keys so they can be set from environment variables by @bebosudo in #1096
  • Aligned the build toolchain and runtime to Java 25 while keeping the bytecode target at Java 17 by @cristianrcv in #1077
  • Allowed the Claude review agent to submit approving PR reviews by @pditommaso in #1105
  • Refreshed the self-install documentation by @christopher-hakkaart in #1106

Dependencies

  • Upgraded org.postgresql:postgresql to 42.7.12 (COMP-2149) by @cristianrcv in #1112
  • Upgraded io.netty:netty-bom to 4.2.17.Final (COMP-2376) by @cristianrcv in #1135
  • Upgraded the jib plugin to 3.5.4 for Java 25 class file support (COMP-2511) by @munishchouhan in #1136
  • Updated node dependency to v24.19.0 by @seqeralabs-renovate[bot] in #1111
  • Updated node dependency to v24.20.0 by @seqeralabs-renovate[bot] in #1122
  • Updated node dependency to v24.21.0 by @seqeralabs-renovate[bot] in #1134
  • Updated actions/checkout action to v4.4.0 by @seqeralabs-renovate[bot] in #1103
  • Updated actions/checkout action to v6.1.0 by @seqeralabs-renovate[bot] in #1104
  • Updated actions/setup-java action to v4.9.1 by @seqeralabs-renovate[bot] in #1108
  • Updated actions/setup-java action to v5.7.0 by @seqeralabs-renovate[bot] in #1109
  • Updated aws-actions/amazon-ecr-login action to v2.1.6 by @seqeralabs-renovate[bot] in #1102
  • Updated aws-actions/amazon-ecr-login action to v2.1.7 by @seqeralabs-renovate[bot] in #1121
  • Updated aws-actions/configure-aws-credentials action to v6.2.3 by @seqeralabs-renovate[bot] in #1110
  • Updated aws-actions/configure-aws-credentials action to v6.2.4 by @seqeralabs-renovate[bot] in #1127
  • Updated docker/login-action action to v4.6.0 by @seqeralabs-renovate[bot] in #1117
  • Updated anthropics/claude-code-action action to v1.0.191 by @seqeralabs-renovate[bot] in #1101
  • Updated anthropics/claude-code-action action to v1.0.198 by @seqeralabs-renovate[bot] in #1116
  • Updated anthropics/claude-code-action action to v1.0.206 by @seqeralabs-renovate[bot] in #1120
  • Updated anthropics/claude-code-action action to v1.0.213 by @seqeralabs-renovate[bot] in #1126
  • Updated anthropics/claude-code-action action to v1.0.219 by @seqeralabs-renovate[bot] in #1133

Bug fixes

Container building

  • Fixed Kubernetes builds being reported as failed on Kubernetes 1.36 and later even though the image was built and pushed (COMP-2368) by @munishchouhan in #1128
  • Fixed PATH in the Pixi Docker template so commands resolve in OCI-to-SIF converted images by @munishchouhan in #1131

General

  • Fixed blob transfer jobs reporting success after uploading a 0-byte object by surfacing transfer errors when caching blobs (COMP-2142) by @stefanoboriero in #1100

Full changelog: https://github.com/seqeralabs/wave/compare/v1.37.0...v1.38.0