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

Commit

Permalink
update swift 4.1.3 and watson sdk 1.2.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
csantanapr authored Jan 17, 2019
1 parent fa6a9a2 commit 4c7cdf9
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions swift4.1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# IBM Functions Swift 4.1 Runtime

## 1.14.0
Changes:
- update swift from `4.1` to `4.1.3`

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)

Packages included:
- [Watson SDK 0.38.1](https://github.com/watson-developer-cloud/swift-sdk/releases/tag/0.35.0)

## 1.13.0
Changes:
- update watson sdk from version `0.35.0` to `0.38.1`
Expand Down
2 changes: 1 addition & 1 deletion swift4.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile extends Apache OpenWhisk Swift image https://github.com/apache/incubator-openwhisk-runtime-swift/blob/master/core/swift41Action/Dockerfile
# Using git hash https://github.com/apple/swift/commit/4432bfb0c5cf817119ee88ba6108e7c97e13a331
FROM openwhisk/action-swift-v4.1:f870916
FROM openwhisk/action-swift-v4.1:5aacba1

# Add Pre-Installed Pacakges for IBM
COPY spm-build/Package.swift /swift4Action/spm-build/Package.swift
Expand Down
9 changes: 9 additions & 0 deletions swift4.2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# IBM Functions Swift 4.2 Runtime

## 1.1.0
Changes:
- Update Watson SDK from `1.1.0` to `1.2.0`

Swift runtime version: [swift-4.2.1-RELEASE](https://swift.org/builds/swift-4.2.1-release/ubuntu16.04/swift-4.2.1-RELEASE/swift-4.2.1-RELEASE-ubuntu16.04.tar.gz)

Packages included:
- [Watson SDK 1.2.0](https://github.com/watson-developer-cloud/swift-sdk/releases/tag/1.2.0)

## 1.0.0
Initial Swift 4.2 image
- Image name: `ibmfunctions/action-swift-v4.2`
Expand Down
2 changes: 1 addition & 1 deletion swift4.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile extends Apache OpenWhisk Swift image https://github.com/apache/incubator-openwhisk-runtime-swift/blob/master/core/swift42Action/Dockerfile
FROM openwhisk/action-swift-v4.2:f870916
FROM openwhisk/action-swift-v4.2:5aacba1

# Add Pre-Installed Pacakges for IBM
COPY _Whisk.swift /swiftAction/Sources/
Expand Down
2 changes: 1 addition & 1 deletion swift4.2/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/watson-developer-cloud/swift-sdk", .exact("1.1.0"))
.package(url: "https://github.com/watson-developer-cloud/swift-sdk", .exact("1.2.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 4c7cdf9

Please sign in to comment.