Skip to content

Commit

Permalink
Merge pull request #221 from ansibleguy76/release/v5.0.5
Browse files Browse the repository at this point in the history
v5.0.5 into develop
  • Loading branch information
ansibleguy76 authored Sep 18, 2024
2 parents 9a15c50 + bed0597 commit d029bb2
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Version**
ansibleforms vx.x.x

**Deployment**
Deployed ansibleforms with :
- dockerbuild
- using ansibleforms-dockercompose
- kubernetes
- nodejs native

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.5] - 2024-09-18

## [5.0.4] - 2024-08-18

### Added
Expand Down Expand Up @@ -724,7 +726,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Allow change password for current local user
- Start tracking versions

[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.4...HEAD
[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.5...HEAD

[5.0.5]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.4...5.0.5

[5.0.4]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.3...5.0.4

Expand Down
4 changes: 2 additions & 2 deletions app_versions.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ext.version_code = 50004
ext.version_name = "5.0.4"
ext.version_code = 50005
ext.version_name = "5.0.5"

0 comments on commit d029bb2

Please sign in to comment.