Skip to content

Releases: opencadc/science-platform

v0.27.5

13 Feb 22:05
aeee9ae
Compare
Choose a tag to compare

0.27.5 (2025-02-13)

Bug Fixes

  • last testing (93f8dc2)
  • review rework and cleanup (ce53b69)
  • some refactoring and setup of owner reference to cascade deletes (69939f0)

v0.27.4

06 Feb 20:29
becb0cc
Compare
Choose a tag to compare

0.27.4 (2025-02-06)

Bug Fixes

  • use java api to merge image pull secret if present or omit otherwise (d5f3374)

v0.27.3

04 Feb 20:30
e011486
Compare
Choose a tag to compare

0.27.3 (2025-02-04)

Bug Fixes

  • re add the swagger documentation (1911713)

v0.27.2

03 Feb 18:18
6559369
Compare
Choose a tag to compare

0.27.2 (2025-02-03)

Bug Fixes

  • correct hostnames for desktop and all areas (3809f32)

v0.27.1

24 Jan 17:01
10904bc
Compare
Choose a tag to compare

0.27.1 (2025-01-24)

Bug Fixes

  • correct package version of kubernetes-client in dockerfile (4e955d8)

v0.27.0

24 Jan 00:16
d03dcaa
Compare
Choose a tag to compare

0.27.0 (2025-01-24)

Features

  • add configuration for separate hostname for sessions in workload (5ee71f8)

Bug Fixes

  • remove unused dockerfile (0ba1a2a)

v0.26.3

09 Jan 00:00
1c4cb5b
Compare
Choose a tag to compare

0.26.3 (2025-01-08)

Bug Fixes

  • fix for inaccessible private field for pre commit (52b590a)
  • hush the pre commit linter (2e2bdb7)
  • test fixes (3fddb8d)
  • trying to fix precommit (ac86114)
  • trying to hush the linter precommit (21ba10c)

v0.26.2

23 Dec 19:50
09d10e6
Compare
Choose a tag to compare

0.26.2 (2024-12-23)

Bug Fixes

  • move deployment for helm charts to deployments repository and fix skaha dockerfile (d5b20d7)

v0.26.1

09 Dec 22:03
fdd5623
Compare
Choose a tag to compare

0.26.1 (2024-12-09)

Bug Fixes

  • build: updated kubernetes-cli (f2cd298)
  • gha: commit check now does not try to post a pr comment, this is broken due to security reason when opening a pr from a fork (5510bcf)
  • style: linted code of conduct and contribution page (87a267d)

v0.26.0

26 Nov 22:24
19f2608
Compare
Choose a tag to compare

0.26.0 (2024-11-26)

Features

  • dependabot: added automated checks for github actions and docker configs (98e8341)
  • gha: added a new action to check for commit msg compliance (47b0419)
  • pre-commit: added base pre-commit config (807e5f5)
  • pre-commit: added pre-commit config and checks for the repo (a522163)

Bug Fixes

  • build: fixed the build to be referenced to the base of the repo rather than dir:skaha (2d6b60a)
  • config: update to the pre-commit config (41776f5)
  • gha: cosign signing is not only done on sha digest, rather than tags, e.g. latest, vX.X.X etc (9cfc1f5)
  • gha: edge builds are now only triggered when pushed to main (e1183bf)
  • gha: fix for cosign action to to properly sign the digest (b57b945)
  • gha: fixed for release build cosign (2f2c79c)
  • gha: release steps are now only run after a push to main, and not on pr events (c5863c3)
  • gradle: added javadoc req. to spotless and removed yaml and misc file checking (d458b8d)
  • pre-commit: added checks for code quality (currently disabled), leaking of secrets/passwords and errors in shell scripts (f782245)
  • release-please: removed v from tags (fa5db36)
  • security: added egress audit for all github actions (25e624c)
  • security: pinned all mutable github action dependencies to sha (2a7db65)