Skip to content

Commit

Permalink
chore: update .gitignore for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
codescape committed Oct 27, 2024
1 parent 2bf38b1 commit 554f513
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
# jekyll
/docs/_site/
/docs/.jekyll-cache/

# docker
/.docker/scrum-poker.jar
7 changes: 4 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ 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
* chore: migrate to REST 2 for all REST endpoints
* 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

Expand Down

0 comments on commit 554f513

Please sign in to comment.