Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRBD] Bump version to 9.2.11 #179

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/trivy_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Prepare sub repo
run: |
version="drbd-9.2.10"
version="drbd-9.2.11"
git clone --depth 1 --branch $version https://github.com/LINBIT/drbd/ ./drbd

version="v9.28.0"
Expand Down
2 changes: 1 addition & 1 deletion images/drbd/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- $_ := set . "BASE_SCRATCH" "registry.deckhouse.io/base_images/scratch@sha256:b054705fcc9f2205777d80a558d920c0b4209efdc3163c22b5bfcb5dda1db5fc" }}
{{- $_ := set . "BASE_ALPINE_DEV" "registry.deckhouse.io/base_images/dev-alpine:3.16.3@sha256:c706fa83cc129079e430480369a3f062b8178cac9ec89266ebab753a574aca8e" }}
{{- $version := "9.2.10" }}
{{- $version := "9.2.11" }}

---
image: {{ $.ImageName }}-artifact
Expand Down
5 changes: 3 additions & 2 deletions images/spaas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $BASE_GOLANG_BULLSEYE as builder
ARG SPAAS_GITREPO=https://github.com/LINBIT/saas
ARG SPAAS_COMMIT_REF=7bef2e7976a455550bce2533487c635f20390ccf
ARG DRBD_GITREPO=https://github.com/LINBIT/drbd
ARG DRBD_VERSION=9.2.10
ARG DRBD_VERSION=9.2.11

# Copy patches
COPY ./patches /patches
Expand All @@ -17,7 +17,7 @@ RUN git clone ${SPAAS_GITREPO} /usr/local/go/spaas \
&& go build -o /spaas

RUN apt-get update \
&& apt-get install -y make git \
&& apt-get install -y make git jq \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -37,6 +37,7 @@ RUN apt-get update \
coccinelle \
libpython3-dev \
vim \
jq \
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 100 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
Expand Down
2 changes: 1 addition & 1 deletion openapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ properties:
properties:
drbdVersion:
type: string
default: "9.2.10"
default: "9.2.11"
dataNodesChecksum:
type: string
default: "default_data_nodes_checksum"
Expand Down
Loading