You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/30 15:36:22 UTC

[GitHub] dgrove-oss closed pull request #42: Update Swift 4.1 to swift-4.1-RELEASE

dgrove-oss closed pull request #42: Update Swift 4.1 to swift-4.1-RELEASE
URL: https://github.com/apache/incubator-openwhisk-runtime-swift/pull/42
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/core/swift41Action/CHANGELOG.md b/core/swift41Action/CHANGELOG.md
index 0eaffd9..9d82048 100644
--- a/core/swift41Action/CHANGELOG.md
+++ b/core/swift41Action/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Apache OpenWhisk Swift 4.1 Runtime Container
 
+## 1.0.4
+Changes:
+  - update swift41 runtime to `swift-4.1-RELEASE`
+
+Swift runtime version: [swift-4.1-RELEASE](https://swift.org/builds/swift-4.1-release/ubuntu1404/swift-4.1-RELEASE/swift-4.1-RELEASE-ubuntu14.04.tar.gz)
+
 ## 1.0.3
 Changes:
   - update swift41 snapshot build to `2018-03-26-a`
diff --git a/core/swift41Action/Dockerfile b/core/swift41Action/Dockerfile
index eac3438..b97f65b 100644
--- a/core/swift41Action/Dockerfile
+++ b/core/swift41Action/Dockerfile
@@ -5,9 +5,9 @@ LABEL Description="Linux Ubuntu 14.04 image with the Swift binaries and tools."
 USER root
 
 # Set environment variables for image
-# Using git hash https://github.com/apple/swift/commit/05b1b2be7c2bb1c238d3365a62d37d5e50a451c2
-ENV SWIFT_SNAPSHOT swift-4.1-DEVELOPMENT-SNAPSHOT-2018-03-26-a
-ENV SWIFT_SNAPSHOT_LOWERCASE swift-4.1-branch
+# Using git hash https://github.com/apple/swift/commit/f01501c324876fc07820dc28923d7088fb7af847
+ENV SWIFT_SNAPSHOT swift-4.1-RELEASE
+ENV SWIFT_SNAPSHOT_LOWERCASE swift-4.1-release
 ENV UBUNTU_VERSION ubuntu14.04
 ENV UBUNTU_VERSION_NO_DOTS ubuntu1404
 ENV WORK_DIR /


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services