MindAccess Developer Plan Subscribers and MindAccess Operator Plan Subscribers

Cloud Foundry

What's new?

  • The usage of CF RAM due to running applications will now be shown in UTS on a daily basis.

  • Available and Updated buildpacks:

Buildpack

Version

Details

dotnet-core-buildpack

2.3.14

https://github.com/cloudfoundry/dotnet-core-buildpack/releases/tag/v2.3.14

go-buildpack

1.9.17

https://github.com/cloudfoundry/go-buildpack/releases/tag/v1.9.17

java-buildpack

4.32.1

https://github.com/cloudfoundry/java-buildpack/releases/tag/v4.32.1

nodejs-buildpack

1.7.26

https://github.com/cloudfoundry/nodejs-buildpack/releases/tag/v1.7.26

php-buildpack

4.4.20

https://github.com/cloudfoundry/php-buildpack/releases/tag/v4.4.20

python-buildpack

1.7.20

https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.7.20

ruby-buildpack

1.8.23

https://github.com/cloudfoundry/ruby-buildpack/releases/tag/v1.8.23

staticfile-buildpack

1.5.10

https://github.com/cloudfoundry/staticfile-buildpack/releases/tag/v1.5.10

mendix-buildpack

4.13.5

https://github.com/mendix/cf-mendix-buildpack/releases/tag/v4.13.5

binary-buildpack

1.0.36

https://github.com/cloudfoundry/binary-buildpack/tree/v1.0.36

Additional Info:

  • PostgreSQL11 Migration Assist is available. It is recommended to migrate your a9s PostgreSQL 9.4. The version 9.4 is deprecated an will be removed in the future.https://developer.mindsphere.io/paas/a9s-postgresql/using.html#migrate-the-service-instance-to-another-postgresql-version-into-new-postgresql-instance

  • A new Backing Service Dashboard API (https://developer.mindsphere.io/paas/paas-cloudfoundry-backingservices.html#backing-service-dashboard-api) will be provided effective end of January 2021.
    The current Backing Service Dashboard API will be switched off effective end of February 2021. 

  • LogMe Kibana dashboard URL has changed. Follow https://developer.mindsphere.io/paas/a9s-logme/using.html#see-your-applications-logs to find the new URL.

  • The way of sharing MindSphere Cloud Foundry Backing Service instances with new created CF Orgs or CF Spaces will be changed effective end of January 2021.

    • Sharing via User-Provided-Service (as described here https://developer.mindsphere.io/paas/howtos/howtos-service-instances.html#create-a-user-provided-service) will not longer be possible.You can use "cf share-service" command instead (described here https://developer.mindsphere.io/paas/paas-cloudfoundry-backingservices.html#sharing-service-instances and here https://developer.mindsphere.io/paas/howtos/howtos-service-instances.html#enable-sharing-of-a-service-instance).

    • This change does not effect shares to existing CF Spaces.

Identity and Access Management

Known issues

IoT and Storage Services: File Service

Known issues

  • For security reasons a strict timeout is enforced. Currently, this leads to the situation that the size of a file which can be uploaded/ downloaded depends on the network bandwidth at client side.

  • When uploading files to the File Service, a file name cannot contain blank spaces. Blank spaces in the file name will prevent the file form being stored.

  • After deleting an asset, associated files might still be accessible for up to 30 minutes as this data is deleted asynchronously.

  • After deleting a file, it will take some time (up to 60 seconds) to create the file with the same name again.

  • After creating or deleting the file, it will take some time (up to 3 seconds) to get the file in "search file" API. 

IoT and Storage Services: Time Series Service

Known issues

  • The maximum payload size of a message sent to Time Series Service as part of a PUT request cannot exceed 1 MB.

  • The service will never return more than 2000 records in a response.

  • After deleting an asset, respective time series data might still be accessible for up to 30 minutes as this data is deleted asynchronously.

  • When getting the job status of a bulk import job, the response might not always contain detailed information on errors that occurred.

  • When creating or updating an aspect it might take up to 30 minutes until aggregated data can be read for this aspect. Writing data or reading raw data is possible immediately.

  • When ingesting time series data for multiple asset and aspects in single request, the combination of records should be unique.

  • Get Latest Value with query parameter "latestValue = true" will work with a delay up to 2 hours from the time of ingestion. Refer to developer documentation 'sample' section for more information.

  • While using Get Latest Value with query parameter  "latestValue = true", historic/late arriving data may take more than 1 day to reflect in the response.