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:
1010
1111env :
1212 CONTROLLER : ${{ github.event.repository.name }}
13- LIBCRYPTO_VERSION : " 3.1.4-r5 "
13+ LIBCRYPTO_VERSION : " 3.1.5-r0 "
1414
1515jobs :
1616 test :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
1818env :
1919 VERSION : ${{ github.event.inputs.version }}
2020 BUILD_DATE : ${{ github.event.inputs.build_date }}
21- LIBCRYPTO_VERSION : " 3.1.4-r5 "
21+ LIBCRYPTO_VERSION : " 3.1.5-r0 "
2222
2323jobs :
2424 release-base :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515
1616env :
1717 CONTROLLER : ${{ github.event.repository.name }}
18- LIBCRYPTO_VERSION : " 3.1.4-r5 "
18+ LIBCRYPTO_VERSION : " 3.1.5-r0 "
1919
2020jobs :
2121 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=
1313# - .github/workflows/release-runners.yaml
1414# - .github/workflows/release.yaml
1515# - Tiltfile
16- LIBCRYPTO_VERSION ?= 3.1.4-r5
16+ LIBCRYPTO_VERSION ?= 3.1.5-r0
1717
1818# source controller version
1919SOURCE_VER ?= v1.0.0-rc.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ tfNamespace = "terraform"
88buildSHA = str (local ('git rev-parse --short HEAD' )).rstrip ('\n ' )
99buildVersionRef = str (local ('git rev-list --tags --max-count=1' )).rstrip ('\n ' )
1010buildVersion = str (local ("git describe --tags ${buildVersionRef}" )).rstrip ('\n ' )
11- LIBCRYPTO_VERSION = "3.1.4-r5 "
11+ LIBCRYPTO_VERSION = "3.1.5-r0 "
1212
1313if os .path .exists ('Tiltfile.local' ):
1414 include ('Tiltfile.local' )
You can’t perform that action at this time.
0 commit comments