Skip to content

Commit 827878b

Browse files
committed
chore: bump libcrypto to 3.3.3-r0
1 parent a5c2ca7 commit 827878b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-and-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
env:
1212
CONTROLLER: ${{ github.event.repository.name }}
13-
LIBCRYPTO_VERSION: "3.3.2-r4"
13+
LIBCRYPTO_VERSION: "3.3.3-r0"
1414

1515
jobs:
1616
test:

.github/workflows/release-runners.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
env:
1919
VERSION: ${{ github.event.inputs.version }}
2020
BUILD_DATE: ${{ github.event.inputs.build_date }}
21-
LIBCRYPTO_VERSION: "3.3.2-r4"
21+
LIBCRYPTO_VERSION: "3.3.3-r0"
2222

2323
jobs:
2424
release-base:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
env:
1717
CONTROLLER: ${{ github.event.repository.name }}
18-
LIBCRYPTO_VERSION: "3.3.2-r4"
18+
LIBCRYPTO_VERSION: "3.3.3-r0"
1919

2020
jobs:
2121
build-push:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BUILD_VERSION ?= $(shell git describe --tags $$(git rev-list --tags --max-count=
1313
# - .github/workflows/release-runners.yaml
1414
# - .github/workflows/release.yaml
1515
# - Tiltfile
16-
LIBCRYPTO_VERSION ?= 3.3.2-r4
16+
LIBCRYPTO_VERSION ?= 3.3.3-r0
1717

1818
# source controller version
1919
SOURCE_VER ?= v1.0.0-rc.1

Tiltfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tfNamespace = "terraform"
88
buildSHA = str(local('git rev-parse --short HEAD')).rstrip('\n')
99
buildVersionRef = str(local('git rev-list --tags --max-count=1')).rstrip('\n')
1010
buildVersion = str(local("git describe --tags ${buildVersionRef}")).rstrip('\n')
11-
LIBCRYPTO_VERSION = "3.3.2-r4"
11+
LIBCRYPTO_VERSION = "3.3.3-r0"
1212

1313
if os.path.exists('Tiltfile.local'):
1414
include('Tiltfile.local')

0 commit comments

Comments
 (0)