Skip to content

Release 20220221.6037fac4

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 11:14
6037fac

[20220221]

News

  • Integrated Projector server and client source code as git subtree to the repository which can be rebased with upstream repository by calling ./projector.sh rebase command. (#89) Before performing the rebase there is some git configuration should be performed by adding remotes for the Projector server and client:

    $ git remote add upstream-projector-server https://github.com/JetBrains/projector-server
    $ git fetch upstream-projector-server master
    $ git remote add upstream-projector-client https://github.com/JetBrains/projector-client
    $ git fetch upstream-projector-client master
  • Provided plugin for IntelliJ-Platform based IDEs that handles necessary operations with Devfile such as provision Run Configuration based on the Devfile commands (#78)

Added

  • Suppress data sharing prompt for a user (#81)
  • Persist Java preferences folder (#82)
  • Add PROJECTS_ROOT to a trusted paths configuration (#83)
  • Use PROJECT_SOURCE as default working directory (#85)
  • Publish next tag for latest dev image (#86)

Changed

  • Removed git patches (#88)
  • Sync devfiles with plugin-registry (#80)
  • Update from ubi8-minimal:8.5-218 to ubi8-minimal:8.5-230 (#84)

Fixed

  • Provide user to passwd and group file (#79)
  • Fix default volume mount for local run (#87)

Images