Skip to content

Releases: CCI-MOC/esi-leap

1.0

17 Sep 13:57
726ea20
Compare
Choose a tag to compare

What's Changed

  • Remove traits from node properties by @skanthed in #154
  • Allow openstack esi node list to filter based on resource_class, owner, and lessee by @skanthed in #156
  • Formatting and content updates for README.md by @larsks in #161
  • Ensured all necessary dependencies, including mysql-connector and pymysql, are listed in requirements.txt. by @skanthed in #157
  • Add Additional Ironic Attributes to Nodes Resource by @ajamias in #163
  • Add pre-commit configuration and workflow by @larsks in #164
  • Remove python 3.7 from version Matrix (and add 3.12) by @larsks in #165
  • Return Node's Future Leases and Future Offers as List by @ajamias in #166
  • Fix test warnings and errors under pytest by @larsks in #167
  • Replace stestr with pytest by @larsks in #168
  • Add integration tests for container image by @larsks in #169
  • Updated api-ref in esi-leap documentation by @sheldor1510 in #171
  • Added missing policies to esi-leap policy.py by @sheldor1510 in #172
  • Added healthcheck endpoint by @sheldor1510 in #173
  • Implement serial console proxy by @tzumainn in #174
  • Enabled API versioning by @sheldor1510 in #175

New Contributors

Full Changelog: 0.3...1.0

0.3.0: Merge pull request #153 from tzumainn/lease-update

03 Apr 14:10
1f670df
Compare
Choose a tag to compare

0.2.12: Merge pull request #152 from tzumainn/node-properties

26 Mar 13:07
326fff7
Compare
Choose a tag to compare
Push up node resource_class/properties/traits to node/lease/offer APIs

0.2.11: Merge pull request #151 from tzumainn/fix-offer-claim

13 Feb 16:55
6aa851b
Compare
Choose a tag to compare

0.2.10: Merge pull request #147 from DanNiESh/lease-expire

07 Nov 18:42
7789605
Compare
Choose a tag to compare

What's Changed

  • Change resource_not_found exceptions to 404 by @DanNiESh in #146
  • Add a max lease length and a default length by @DanNiESh in #147

Full Changelog: 0.2.9...0.2.10

0.2.9: Merge pull request #145 from tzumainn/lease-expire-fix

13 Jul 17:50
c917d04
Compare
Choose a tag to compare
Fix bug that causes expired leases to not be reflected on ironic nodes

0.2.8: Merge pull request #144 from tzumainn/event-history

12 Jul 20:00
21490a8
Compare
Choose a tag to compare

0.2.7: Merge pull request #142 from DanNiESh/notification-expire

22 Jun 18:14
a5480d4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.6...0.2.7

0.2.6: Merge pull request #125 from samuel-zuk/wsgi-fix

01 Nov 21:35
a8d9041
Compare
Choose a tag to compare

0.2.5: Merge pull request #123 from rd4398/rohand-issue#295

19 Sep 16:13
4a74558
Compare
Choose a tag to compare
Parallelize API requests for esi-leap