Skip to content

Latest commit

 

History

History
285 lines (147 loc) · 8.26 KB

CHANGELOG.md

File metadata and controls

285 lines (147 loc) · 8.26 KB

Changelog

0.14.0 (2024-12-11)

Features

  • Run "tini" by default in the entrypoint (fcffc0e)

0.13.3 (2024-10-15)

Bug Fixes

0.13.2 (2024-09-26)

Bug Fixes

  • drop developer documentation (fbf5abe)

0.13.1 (2024-07-02)

Bug Fixes

  • team name (to trigger version bump) (5d3ceea)

0.13.0 (2024-06-18)

Features

  • build 5.0-8 and drop 5.0-6 (da53c6b)

0.12.0 (2024-04-18)

Features

  • Add stage "final-with-packages" into Dockerfile (e81a379)

0.11.3 (2024-04-17)

Bug Fixes

  • ci: add ucs 5.0-7 and remove 5.0-5 (c308bd9)
  • Output logs to stderr instead of stdout (2520c15)
  • Use updated utility container version 1.20.0 (5a94af3)

0.11.2 (2024-02-16)

Bug Fixes

  • deps: update all dependencies to v1.20.1 (7748e8a)

0.11.1 (2024-02-14)

Bug Fixes

  • deps: update all dependencies (2193b01)

0.11.0 (2024-01-15)

Features

  • ci: add jobs for scheduled update check (6cdd088)

0.10.2 (2024-01-15)

Bug Fixes

  • deps: add renovate.json (56183dd)

0.10.1 (2023-12-28)

Bug Fixes

  • licensing/ci: add spdx license headers, add license header checking pre-commit (b5fc286)

0.10.0 (2023-12-18)

Features

  • ucs-base: add UCS 5.0-6 (f0084b6)

Bug Fixes

  • ci: bump common-ci include from v1.9.9 to v1.12.0 (d1e9e3e)

0.9.1 (2023-12-01)

Bug Fixes

  • ci: add missing import job/container-build (f52eea3)

0.9.0 (2023-11-17)

Features

  • ci: update .releaserc, added sbom generation, signing and scanning (788e063)

This changelog documents all notable changes to the ucs-base image.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Added AGPLv3 license

0.7.5 - 2023-10-17

Fixed

  • Preserve /var/run in the final images

0.7.4 - 2023-10-16

Fixed

  • Fix issue with /var/run being unlinked for some older software

0.7.3 - 2023-10-13

Changed

  • Update README usage example registry to new repository

Fixed

  • Apt cache and lists issue caused some docker builds to fail

0.7.2 - 2023-10-11

Fixed

  • Call entrypoint with absolute path, regardless of user's workdir

0.7.1 - 2023-10-11

Changed

  • Update image names in readme

Fixed

  • Added deb-src to ucs 5.2 image

0.7.0 - 2023-10-10

Added

  • Drop ucs-base-test-5X0-dev in favor of ucs-base-5X0 and ucs-base-dev-5X0 images

0.6.1 - 2023-10-09

Fixed

  • Include source repositories in apt

0.6.0 - 2023-10-09

Added

  • Add entrypoint script as a plugin point
  • Use bash instead of sh
  • Add GitLab MR/issue templates
  • Add compose target and instructions for running pre-commit

Documentation

  • Describe intended entrypoint usage

Fixed

  • Allow to export variables from entrypoint fragments

0.5.1 - 2023-09-21

Fixed

  • Drop checkout branch example 5X0 since they do not exist
  • Options first then arguments on example build command

0.5.0 - 2023-09-20

Added

  • Added tests for all 5X0 and 50X images

Fixed

  • Usr-is-merged for 520

0.4.0 - 2023-09-19

Added

  • Generate 5.2-0 and 5.1-0 images

Changed

  • Changelog [ci skip]

Documentation

  • Changelog introduction and formatting
  • Typo

Fixed

  • Target for test images
  • Apt dist-update caused issues on 5.2 with usr-merge

0.3.0 - 2023-09-19

Added

  • New Dockerfile with speed and size optimizations
  • New context and args for building

Changed

  • Make sources.list preference more obvious
  • Point to a tag to include common-ci

Documentation

  • Added livehtml

Fixed

  • Semantic-release changelog not generated
  • Changelog generation

0.1.0 - 2023-07-03

Added

  • Add container "ucs-base"
  • Support UCS_VERSION as ARG for "ucs_base"
  • Add copier answers file
  • Add "docs/decisions" to capture relevant decisions
  • Add release job to tag the version via semantic-release
  • Add "ucs-base-dev" to aid development with packages from omar

Changed

  • Build container "ucs-base"
  • Build ucs-base in a matrix over the ucs versions
  • Use ADD to add the key

Documentation

  • Iterate on the README
  • Explain tag structure
  • Add examples for usage and to develop
  • Capture decision about image naming scheme
  • Add usage example of "ucs-base"
  • Add overview of provided images into the README
  • Add usage example of the container ucs-base-dev

0.0.0 - 2023-06-30

Changed

  • Initial commit setting up the repository structure