Skip to content

Feature/525 upgrade versions

Julien Andrieux requested to merge feature/525-upgrade-versions into develop

Describe the MR

Upgrade various versions of software in the stack:

  • debian (in docker containers): stretch -> buster
  • influxdb (in docker containers): 1.5 -> 1.7
  • Caddy (in panto-web container): 0.11.3 -> 1.0.4
  • golang (in build container): 1.12 -> 1.13
  • golang tools (in build container): golint, protoc-gen-*, proto, ineffassign, prealloc, unconvert, unparam
  • protoc (in build container): 3.5.1 -> 3.11.4
  • nodejs (in build container): 10.x -> 12.x

Change some tools:

  • alpine:3.6 (in panto* containers) -> debian:buster-slim

Why was this MR needed?

Because stretch is now oldstable and needed to be upgraded. Then it was just a dominoes effect.

Extra-care points?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • CHANGELOG updated
  • Unit Tests added/updated

What are the relevant issue numbers?

Closes #525

License and Developer Certificate of Origin

  • By contributing to Pantomath SAS, You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Pantomath SAS. Except for the license granted herein to Pantomath SAS and recipients of software distributed by Pantomath SAS, You reserve all right, title, and interest in and to Your Contributions. All Contributions are subject to the following Developer Certificate of Origin and License terms.
Edited by Julien Andrieux

Merge request reports