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

[incubator-openwhisk-runtime-swift] branch master updated: Update Swift 4.1 to swift-4.1-RELEASE (#42)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-swift.git


The following commit(s) were added to refs/heads/master by this push:
     new 3af0b4e  Update Swift 4.1 to swift-4.1-RELEASE (#42)
3af0b4e is described below

commit 3af0b4e284509281da9f62cc9ae8507ef54d6154
Author: Carlos Santana <cs...@gmail.com>
AuthorDate: Fri Mar 30 11:36:20 2018 -0400

    Update Swift 4.1 to swift-4.1-RELEASE (#42)
    
    * Update Swift 4.1 to swift-4.1-RELEASE
---
 core/swift41Action/CHANGELOG.md | 6 ++++++
 core/swift41Action/Dockerfile   | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

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 /

-- 
To stop receiving notification emails like this one, please contact
dgrove@apache.org.