Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 05a5a4d

Browse files
authored
Release 1.4.4 (#86)
- Update GO_PROXY_RELEASE_VERSION to 1.15@1.18.0. - Update to new parent image to get latest go security fixes.# Please enter the commit message for your changes. Lines starting
1 parent 9b3d29f commit 05a5a4d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

swift4.2/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# IBM Functions Swift 4.2 Runtime
22

3+
# 1.4.4
4+
Changes:
5+
- Update GO_PROXY_RELEASE_VERSION to 1.15@1.18.0.
6+
- Update to new parent image to get latest go security fixes.
7+
8+
Swift runtime version: [swift-4.2.4-RELEASE](https://swift.org/builds/swift-4.2.4-release/ubuntu1804/swift-4.2.4-RELEASE/swift-4.2.4-RELEASE-ubuntu18.04.tar.gz)
9+
10+
Packages included:
11+
- [Watson SDK 1.3.1](https://github.com/watson-developer-cloud/swift-sdk/releases/tag/1.3.1)
12+
313
## 1.4.3
414
Changes:
515
- Update to ubuntu 18.04 to continue to receive security fixes.

swift4.2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Extend Apache OpenWhisk Swift v4.2 image: https://github.com/apache/openwhisk-runtime-swift/blob/master/core/swift42Action/Dockerfile
2-
FROM openwhisk/action-swift-v4.2:abb9474 AS parent_image
2+
FROM openwhisk/action-swift-v4.2:43eef06 AS parent_image
33

44

55
# from https://github.com/apache/openwhisk-runtime-swift/blob/master/core/swift42Action/Dockerfile
@@ -14,7 +14,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
1414

1515
# Build go action-loop proxy from release.
1616
FROM golang:1.15 AS builder_release
17-
ARG GO_PROXY_RELEASE_VERSION=1.15@1.17.0
17+
ARG GO_PROXY_RELEASE_VERSION=1.15@1.18.0
1818
RUN curl -sL \
1919
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
2020
| tar xzf -\

0 commit comments

Comments
 (0)