Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 31bcc16

Browse files
authored
Merge branch 'main' into fix-operator-helm-repo
2 parents 4ef07b8 + 2b8da8f commit 31bcc16

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
include:
1616
- target: x86_64-unknown-linux-gnu
17-
os: ubuntu-latest
17+
os: ubuntu-20.04 # We don't use ubuntu-latest because we want to build against an old glibc version. (18.04 has glibc 2.27, 20.04 has glibc 2.31, 22.04 has glibc 2.35)
1818
file-suffix: ""
1919
- target: x86_64-pc-windows-gnu
2020
os: windows-latest
@@ -37,7 +37,7 @@ jobs:
3737
target: ${{ matrix.target }}
3838
override: true
3939
- name: Prepare Ubuntu env
40-
if: matrix.os == 'ubuntu-latest'
40+
if: matrix.os == 'ubuntu-20.04'
4141
run: sudo apt install -y musl-tools
4242
- name: Prepare Windows env
4343
if: matrix.os == 'windows-latest'

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## [0.8.0] - 2023-02-23
6+
7+
### Changed
8+
9+
- Build binaries on Ubuntu 20.04 instead of 22.04 to have glibc 2.31 instead of 2.35. This allows the binary to run on older platforms ([#235](https://github.com/stackabletech/stackablectl/pull/235))
10+
11+
### Fixed
12+
13+
- Use stable helm repo for operators ending with `-dev` ([#234](https://github.com/stackabletech/stackablectl/pull/234))
14+
515
## [0.7.0] - 2023-02-14
616

717
### Added

0 commit comments

Comments
 (0)