Skip to content

Commit

Permalink
updating build + version
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanKeo45 committed Aug 6, 2024
1 parent 7e8aa36 commit e9328f3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## task scheduler 1.2.0-3
## task scheduler 1.2.1-1

* Fixing issue with edit task data not storing
* Improves task creation + execution modifications to exclusively use env file data without placeholders + removes reliance of old task template files (removed)
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "cockpit-scheduler",
"title": "task scheduler",
"prerelease": true,
"version": "1.2.0",
"buildVersion": "3",
"version": "1.2.1",
"buildVersion": "1",
"author": "Jordan Keough <jkeough@45drives.com>",
"url": "https://github.com/45Drives/cockpit-scheduler",
"category": "utils",
Expand Down Expand Up @@ -57,8 +57,8 @@
],
"changelog": {
"urgency": "medium",
"version": "1.2.0",
"buildVersion": "3",
"version": "1.2.1",
"buildVersion": "1",
"ignore": [],
"date": null,
"packager": "Jordan Keough <jkeough@45drives.com>",
Expand Down
3 changes: 3 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ make DESTDIR=%{buildroot} install
/opt/45drives/houston/scheduler/*

%changelog
* Tue Aug 06 2024 Jordan Keough <jkeough@45drives.com> 1.2.1-1
- Improves task creation + execution modifications to exclusively use env file data
without placeholders + removes reliance of old task template files (removed)
* Mon Aug 05 2024 Jordan Keough <jkeough@45drives.com> 1.2.0-3
- Fixing issue with edit task data not storing
* Mon Aug 05 2024 Jordan Keough <jkeough@45drives.com> 1.2.0-2
Expand Down
7 changes: 7 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
cockpit-scheduler (1.2.1-1focal) focal; urgency=medium

* Improves task creation + execution modifications to exclusively use env file
data without placeholders + removes reliance of old task template files (removed)

-- Jordan Keough <jkeough@45drives.com> Tue, 06 Aug 2024 08:23:50 -0300

cockpit-scheduler (1.2.0-3focal) focal; urgency=medium

* Fixing issue with edit task data not storing
Expand Down

0 comments on commit e9328f3

Please sign in to comment.