From 554f5132f1205f95df9386428c1762bdbcf3e18c Mon Sep 17 00:00:00 2001 From: Stefan Glase Date: Sun, 27 Oct 2024 12:44:13 +0100 Subject: [PATCH] chore: update .gitignore for Docker --- .gitignore | 3 +++ docs/changelog.md | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3a35c25e..cd32a47e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ # jekyll /docs/_site/ /docs/.jekyll-cache/ + +# docker +/.docker/scrum-poker.jar diff --git a/docs/changelog.md b/docs/changelog.md index e217ab4f..02da907a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -12,7 +12,7 @@ category: Administration ### [Unreleased] * feat: ensure compatibility with Jira 9.17.2, 9.12.12, 9.4.25 -* chore: add docker configuration for Jira 10 +* chore: add Docker configuration for Jira 10 * chore: prepare for Jira 10 * chore: move from @Autowired to @Inject for all dependency injections * chore: move to new Jackson dependencies for REST services and mapping @@ -20,8 +20,9 @@ category: Administration * chore: remove @Component from all Condition classes and cleanup OSGi imports * chore: depend on Jira platform BOMs for versioning * chore: remove parallel configuration for different Jira versions - * chore: add workaround for not working QuickReload in docker run - * chore: add allow-list for methods called from velocity templates + * chore: add workaround for not working QuickReload in Docker run + * chore: add allow-list for methods called from Velocity templates + * chore: update .gitignore for Docker ### [24.08.0] - 2024-08-21