Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 11:23

Changelog

  • f678cb5 Initial commit
  • 53ce74c Merge branch 'feat/bootstrap-and-simulator'
  • 002bcf8 Merge pull request #1 from oaslananka/feat/bootstrap-and-simulator
  • 010ee33 chore: configure GoReleaser and finalize v0.1.0 release setup
  • a87a3d9 chore: prepare DRAForge for v0.1.0 release readiness (#2)
  • 53e2d78 chore: skip signing in local release task
  • 9445e9c ci: add GHCR login step to release workflow
  • 883450e ci: configure explicit docker_signs and env for keyless Cosign signing
  • 56d7688 ci: fix CI pipeline failures by upgrading linter, adding ESLint dep, and running Terraform init
  • 522ad3d ci: fix checksum signature template in goreleaser config
  • e18b6fc ci: remove OIDC env template vars from goreleaser config
  • ab5043d ci: remove redundant OIDC env mapping to let GoReleaser inherit them
  • f25df4b ci: setup Node/pnpm and build web assets in release workflow
  • 21189ce ci: setup QEMU, Buildx and inject OIDC tokens for GoReleaser
  • 832401d ci: upgrade Node.js version to 22 in CI and Release workflows
  • b1161f1 ci: upgrade deprecated node20 actions to node24
  • 6325a04 ci: use goinstall mode for golangci-lint to support Go 1.26
  • ad99588 feat(simulator): migrate DRA APIs from resource/v1beta1 to stable resource/v1 for Kubernetes 1.36 compatibility
  • f66709b feat: resolve DRA v1beta1 API type and field mismatches
  • 7188a37 fix(build): remove draforge-server build target from Makefile and Taskfile.yml
  • 42c2bf3 fix(ci): fix sed delimiter for branch names containing slashes
  • eb20294 fix(ci): make job completion status check robust via retry loops
  • 1ac66e0 fix(ci): make logs streaming robust via retry loops
  • d3b9c20 fix(ci): point Dockerfile.server to cmd/draforge and run it with serve subcommand
  • 1c6fb4b fix(ci): update Dockerfile builder stages to golang:1.26.0 to match go.mod
  • e0998c6 fix(ci): update registry secret reference in kaniko job template
  • 7ea54c3 fix(ci): update remote-build.sh to create write-access registry secret
  • d10cb01 fix(ci): use golang:1.26.0 to support race detector
  • ea09212 fix(ci): use npm install instead of npm ci in Dockerfile.server
  • 992f2ee fix(ci): use single repository format and disable Kaniko caching to fit in Starter plan limits; update e2e-runner Go version
  • 5943699 fix(cli): add missing imports in cmd/draforge/main.go
  • ce0fbfb fix(crd): remove extraneous YAML block from simulateddevicepool-crd.yaml
  • 5666880 fix(discovery): fix DeviceCapacity value extraction
  • 1bad7b5 fix(discovery): remove struct to nil comparison for v1 API compatibility
  • 48389c6 fix(doctor): update API signatures to use kubernetes.Interface for fake clientset compatibility
  • b5625b3 fix(helm): configure default imagePullSecrets for private registry access
  • 7313607 fix(helm): update NetworkPolicies to allow internal cluster egress to API server
  • 18e9190 fix(helm): update gateway.className to cilium to match cluster environment
  • b577c76 fix(helm): use wildcard egress rules in NetworkPolicies to allow API server traffic
  • c8f1e89 fix(simulator): resolve v1 API compilation errors and dereference NodeName pointer
  • 80bc592 fix(simulator): set ResourceSliceCount in ResourcePool spec
  • 4690aef fix(web): resolve unused import and undefined versionVal in App.tsx
  • 9b494b0 fix: disable cosign new-bundle-format to fix signing in goreleaser
  • 6cef398 fix: disable fieldalignment, resolve S1039 in sim-driver, and fix errcheck warnings in server
  • b334d42 fix: remove cosign --bundle flag, use --output only for signature file
  • a006c9c fix: remove unused imports to pass compiler check
  • b622cc9 fix: replace cosign --output with --bundle for cosign v2.4+ compatibility
  • d6e121e fix: resolve all golangci-lint issues in discovery, explain, server, and simulator
  • 7da937c fix: resolve err shadowing in cmd/draforge and internal/simulator
  • 7e057c5 fix: resolve shadowing in controller and suppress Node 20 deprecation warnings in all workflows
  • 5993122 fix: upgrade Go version to 1.26.2 to resolve stdlib vulnerabilities in govulncheck
  • e3e1412 fix: upgrade Go version to 1.26.4 and x/net dependency to v0.55.0 to fix security vulnerabilities
  • eb8f03e fix: use cosign v2.4+ compatible flags (--output, --bundle) for signing