Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.29 KB

Change Log

0.1.13

Added

  • support OCI image output format
  • support skaffold workflow as a custom builder
    • supporting non-root file ownership when container runs as non-root - needed for skaffold dev mode to update source files in running pods

Changed

  • removed dependency on code from leiningen plugin
  • :tagger functions now return the image name instead of just the image tag. This allows us to let an external workflow drive the target image naming completely

Fixed

  • fix missing resources when doing aot
  • fix docker path for nested paths
  • fix error message for unknown registry types

0.1.14

Added

  • support for polylith layout
  • support envsubst style semantics for [:target-image :image-name]
  • set default value for :tar type if there's no image-name (app.tar)
  • add :allow-insecure-registries flag to config map, and pass to underlying Jib Containerizer

Changed

  • default WORKING_DIR changed to /home/app (was previously /)
    • can still change using :working-dir parameter to change this
  • update tools.build to v0.8.1 (requires an exclusion of com.google.guava/guava - the maven core transitive dep was breaking google jib)
  • support libs with shaded deps (such as xtdb-core)