Weekly Platform Updates #51

wpu51 1

The Weekly Platform Updates is a series of posts about every impactful changes on Clever Cloud. You’ll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

[Unreleased]

  • data disk at-rest encryption
  • logs for Elastic, Redis
  • Elastic 6
  • jenkins, artifactory & sprint-0 add-ons

WPU #51 – 2019-02-26

Changed

  • all runtimes/add-ons:
    • linux 4.20.12
    • glibc 2.29
    • gcc 8.3
    • systemd 241
  • all runtimes:
    • libspatialite is now available
  • all-addons:
    • support (needs addon-api + console + cc-api integration though to enable the feature)
  • docker: docker 18.09.2 + new environment variable CC_DOCKER_FIXED_CIDR_V6
  • erlang: erlang 21.2.5
  • go: go 1.11.5
  • java: gradle 5.2.1, TLS fixes for java 8, java 11 is default for new apps, CC_SBT_TARGET_BIN
  • mysql: ability to choose 5.7 or 8
  • ruby:
    • ruby 2.6.1
    • bundle 1 and 2 parallel installed
    • chromium-headless
  • node: 11.10.0, 10.15.1
  • rust:
    • stable 1.32.0
    • beta 1.33.0-beta.10
    • nightly 1.34.0-nightly
  • php:
    • php 7.3.2
    • php 7.2.15
    • php 7.1.26
    • php 5.6.40
    • CC_OPCACHE_MEMORY + CC_OPCACHE_MAX_ACCELERATED_FILES
  • postgresql:
    • ability to choose 9.6 or 10 or 11
    • postgresql 11.2
    • postgresql 10.7
    • postgresql 9.6.12

Blog

À lire également

Gravitee and Clever Cloud Announce Strategic Partnership for European AI Sovereignty 

Gravitee and Clever Cloud Provide an Open-Source, Deploy-Anywhere Control Plane Ensuring European AI Runs Strictly on Your Terms.
Press

Magnetar: a Rust Apache Pulsar client built for deterministic simulation

Some of the most interesting reliability work in distributed systems starts with a simple idea: if a system can fail in production because of time, scheduling, networking, or unlucky interleavings, then those forces should be brought into tests under control.
Engineering

Kubernetes orchestration: what is container orchestration for?

Container orchestration is the automation of the operations needed to run a fleet of containers in production: placing them on machines, adjusting to load, replacing what fails, letting services talk to each other, and shipping updates without downtime.
Engineering