Lines 5-10
they are unavoidable.
Link Here
|
5 |
You should get into the habit of checking this file for changes each time |
5 |
You should get into the habit of checking this file for changes each time |
6 |
you update your ports collection, before attempting any port upgrades. |
6 |
you update your ports collection, before attempting any port upgrades. |
7 |
|
7 |
|
|
|
8 |
20221128: |
9 |
AFFECTS: devel/py-proxmoxer |
10 |
AUTHOR: einar@isnic.is |
11 |
|
12 |
AuthenticationError Moved |
13 |
|
14 |
proxmoxer.backends.https.AuthenticationError was moved to |
15 |
proxmoxer.AuthenticationError (the class itself is the same). |
16 |
Any imports or references to proxmoxer.backends.https.AuthenticationError |
17 |
should be changed to proxmoxer.AuthenticationError. |
18 |
|
19 |
ProxmoxResourceBase Removed |
20 |
|
21 |
While this should be a fully internal change, the ProxmoxResourceBase |
22 |
class was removed. Use ProxmoxResource instead. |
23 |
|
24 |
Removed ProxmoxHTTPTicketAuth |
25 |
|
26 |
The auth_token and csrf_token arguments are no longer supported. If an |
27 |
existing (still valid) token needs to be used, you can pass the token |
28 |
as password and proxmoxer will attempt to renew the ticket and retrieve |
29 |
a new token and CSRF token. |
30 |
|
8 |
20221126: |
31 |
20221126: |
9 |
AFFECTS: textproc/kibana8 |
32 |
AFFECTS: textproc/kibana8 |
10 |
AUTHOR: otis@FreeBSD.org |
33 |
AUTHOR: otis@FreeBSD.org |