Skip to content

Latest commit

 

History

History
135 lines (70 loc) · 7.02 KB

CHANGELOG.md

File metadata and controls

135 lines (70 loc) · 7.02 KB

Changelog

0.6.0 (2025-02-18)

Features

  • build: added gradle build file (e2944d3)
  • cadc-sso: added base implementation of the adapter (d0fdc5c)
  • cadc-sso: fixed firefly runtime issues and added documentation (e50ef6c)
  • entrypoint: updated entrypoint logic (e91431a)
  • k8s: added manifest to deploy firefly on keel (b42ce76)
  • prject: setup for cadc-sso project (9f22a34)

Bug Fixes

  • build: removed unused configuration section from build.gradle (4b8fb81)
  • cadc-sso: added lib to be included (dfacbdb)
  • cadc-sso: added significantly more testing and method to check if headers need to be added for downstream api access (153a8a7)
  • docker: removed reference to entrypoint.py (cb686b8)
  • docs: updated based pr-comments (070d81e)
  • entrypoint: fixes for firefly entrypoint (ee33764)
  • gitignore: added cadc-sso/lib folder to be tracked by git (985bee1)
  • gitignore: fixes (42ce27a)
  • gradle: fixed gradle launcher vs daemon vm issues (d11fc47)
  • remove image link (bb627a6)

Documentation

  • small text chagne (2720ea5)
  • update for new registry authentication (ea6b464)

0.5.0 (2024-06-07)

Features

  • base Image: debugged micromamba installation process (4a6b0ac)
  • ci: added pre-commit ci action (2cc8b3d)

Documentation

0.5.0 (2024-06-07)

Features

  • base Image: debugged micromamba installation process (4a6b0ac)
  • ci: added pre-commit ci action (2cc8b3d)

Documentation

0.4.2 (2023-10-25)

Bug Fixes

  • docs: fixed the spelling of ubuntu (ff272b3)

0.4.1 (2023-10-24)

Bug Fixes

  • build: fixed ref issue in docker build (d971218)

0.4.0 (2023-10-24)

Features

  • build: add quotes around python versions (a64ef9b)

0.3.0 (2023-10-24)

Features

  • Github-Actions: added deloyment action for base container (32df4a2)

Documentation

0.2.2 (2023-10-24)

Bug Fixes

  • Github-Actions: working on deployment chain (c14f04d)

0.2.1 (2023-10-24)

Bug Fixes

  • Github-Actions: working on deployment (d19c775)

0.2.0 (2023-10-24)

Features

  • Github-Actions: added a new deployment step with matrix capabilties (1d2b711)

Documentation

  • docs: initial port from science-containers (af7abaf)

0.1.0 (2023-10-24)

Features

  • docs: added mkdocs (8505ae8)
  • setup: added python setup config (e740204)

Bug Fixes

  • CI/CD: fixed issues with docs build (1661518)
  • Github-Actions: fixed github actions syntax (beafcc6)