File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
10
10
11
11
env :
12
12
CONTROLLER : ${{ github.event.repository.name }}
13
- LIBCRYPTO_VERSION : " 3.3.2-r4 "
13
+ LIBCRYPTO_VERSION : " 3.3.3-r0 "
14
14
15
15
jobs :
16
16
test :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
18
18
env :
19
19
VERSION : ${{ github.event.inputs.version }}
20
20
BUILD_DATE : ${{ github.event.inputs.build_date }}
21
- LIBCRYPTO_VERSION : " 3.3.2-r4 "
21
+ LIBCRYPTO_VERSION : " 3.3.3-r0 "
22
22
23
23
jobs :
24
24
release-base :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
15
15
16
16
env :
17
17
CONTROLLER : ${{ github.event.repository.name }}
18
- LIBCRYPTO_VERSION : " 3.3.2-r4 "
18
+ LIBCRYPTO_VERSION : " 3.3.3-r0 "
19
19
20
20
jobs :
21
21
build-push :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ BUILD_VERSION ?= $(shell git describe --tags $$(git rev-list --tags --max-count=
13
13
# - .github/workflows/release-runners.yaml
14
14
# - .github/workflows/release.yaml
15
15
# - Tiltfile
16
- LIBCRYPTO_VERSION ?= 3.3.2-r4
16
+ LIBCRYPTO_VERSION ?= 3.3.3-r0
17
17
18
18
# source controller version
19
19
SOURCE_VER ?= v1.0.0-rc.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ tfNamespace = "terraform"
8
8
buildSHA = str (local ('git rev-parse --short HEAD' )).rstrip ('\n ' )
9
9
buildVersionRef = str (local ('git rev-list --tags --max-count=1' )).rstrip ('\n ' )
10
10
buildVersion = str (local ("git describe --tags ${buildVersionRef}" )).rstrip ('\n ' )
11
- LIBCRYPTO_VERSION = "3.3.2-r4 "
11
+ LIBCRYPTO_VERSION = "3.3.3-r0 "
12
12
13
13
if os .path .exists ('Tiltfile.local' ):
14
14
include ('Tiltfile.local' )
You can’t perform that action at this time.
0 commit comments