Skip to content

Latest commit

 

History

History
93 lines (64 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

93 lines (64 loc) · 2.97 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.5.0 - 2024-10-04

  • Bump supported kubernetes from 1.29 to 1.30 (#59)

0.4.0 - 2024-06-20

Changed

  • Support Kubernetes 1.29 (#57)
  • Build with go 1.22 (#57)

0.3.2 - 2023-10-31

Changed

  • Support Kubernetes 1.27 (#54)
  • Build with go 1.21 (#54)

0.3.1 - 2023-06-02

Fixed

  • Install lsb-release package to runner container image explicitly (#49)

0.3.0 - 2023-05-12

Changed

  • Support Kubernetes 1.26 (#47)
  • Build with go 1.20 (#47)

0.2.0 - 2023-02-07

Changed

  • Support Kubernetes 1.25 (#43)
  • Build with go 1.19 (#44)
  • Update Ubuntu base image (#45)

0.1.5 - 2023-01-27

This release updates the base image and the packages used by rebuilding the image. This fixes git vulnerabilities

  • USN-5810-1: Git vulnerabilities
  • USN-5810-2: Git regression

0.1.4 - 2022-12-15

Fix

  • Refer avdc creationTimestamp when next start time is nil (#39)
  • Validate avdc template when startSchedule is not set (#40)

0.1.3 - 2022-10-19

Fix

  • Replace CMD to ENTRYPOINT in Dockerfile.Runner (#33)
  • Defaulting by controller instead admission webhook (#35)

Added

  • Add shorthand avdc (#34)

0.1.2 - 2022-09-28

Fix

  • Fix config (#32)
  • Inherit pod metadata of pod_template (#33)

0.1.1 - 2022-09-26

Removed

  • kube-rbac-proxy is removed (#30)

0.1.0 - 2022-09-16

Added

  • This is the first public release.