Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v7.0.0](https://github.com/voxpupuli/puppet-jira/tree/v7.0.0) (2025-11-27)

[Full Changelog](https://github.com/voxpupuli/puppet-jira/compare/v6.2.1...v7.0.0)

**Breaking changes:**

- Drop puppet, update openvox minimum version to 8.19 [\#462](https://github.com/voxpupuli/puppet-jira/pull/462) ([TheMeier](https://github.com/TheMeier))
- Drop support for EOL Ubuntu 18.04 and Ubuntu 20.04 [\#454](https://github.com/voxpupuli/puppet-jira/pull/454) ([kenyon](https://github.com/kenyon))
- Drop support for EOL EL7 [\#452](https://github.com/voxpupuli/puppet-jira/pull/452) ([kenyon](https://github.com/kenyon))

**Implemented enhancements:**

- puppet/archive Allow 8.x [\#461](https://github.com/voxpupuli/puppet-jira/pull/461) ([TheMeier](https://github.com/TheMeier))

**Fixed bugs:**

- Unknown variable: 'oracle\_separator'. [\#468](https://github.com/voxpupuli/puppet-jira/issues/468)
- \[database\] Use `dburl` variable properly [\#466](https://github.com/voxpupuli/puppet-jira/pull/466) ([Joris29](https://github.com/Joris29))
Copy link
Contributor

@Joris29 Joris29 Nov 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't 'Use dburl variable properly' be under Merged pull requests ?


**Merged pull requests:**

- Add more database unit tests [\#470](https://github.com/voxpupuli/puppet-jira/pull/470) ([Joris29](https://github.com/Joris29))
- Jira 10 acceptance test puppet code cleanup [\#457](https://github.com/voxpupuli/puppet-jira/pull/457) ([kenyon](https://github.com/kenyon))
- README: link to contributing doc for testing instructions [\#455](https://github.com/voxpupuli/puppet-jira/pull/455) ([kenyon](https://github.com/kenyon))
- `metadata.json`: increase `puppetlabs/stdlib` minimum version to 8.4.0 [\#453](https://github.com/voxpupuli/puppet-jira/pull/453) ([kenyon](https://github.com/kenyon))

## [v6.2.1](https://github.com/voxpupuli/puppet-jira/tree/v6.2.1) (2025-06-02)

[Full Changelog](https://github.com/voxpupuli/puppet-jira/compare/v6.2.0...v6.2.1)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-jira",
"version": "6.2.2-rc0",
"version": "7.0.0",
"author": "Vox Pupuli",
"summary": "Module to install, configure and manage Atlassian Jira",
"license": "Apache-2.0",
Expand Down