Skip to content

v0.17.0 - 2025-08-21

Choose a tag to compare

@github-actions github-actions released this 21 Aug 12:46
· 72 commits to main since this release
584d894

Added

  • Dockerfile
    • textDocument/inlayHint
      • show when an image was last pushed (#431)
  • Compose
    • textDocument/completion
      • suggest image tags for images from Docker Hub (#375)
    • textDocument/documentLink
      • support providing links for the env_file attribute of a service object (#436)
      • support providing links for the env_file for included paths (#438)
  • Bake
    • textDocument/completion
      • provide local file and folder name suggestions (#414)
        • context attribute in a target block
        • contexts attribute in a target block
        • dockerfile attribute in a target block

Fixed

  • Dockerfile
    • textDocument/hover
      • ignore 4XX errors when hovering over images with a non-standard tag (#371)
  • Compose
    • textDocument/completion
      • correct file system suggestions if an absolute path is used (#443)
    • textDocument/documentLink
      • stop returning links for alias nodes in included paths (#439)
  • Bake
    • textDocument/completion
      • check the type of the block before suggesting items (#422)