Skip to content

Commit a21b054

Browse files
committed
Update CHANGELOG
1 parent 2b3749c commit a21b054

1 file changed

Lines changed: 37 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# UpdatEngine-server #
33
######################
44

5+
## 7.0.1 (2025-12-21):
6+
7+
**🐛 Bug fix **
8+
9+
- Fix http error 405 on logout
10+
511
## 7.0.0 (2025-12-12):
612

713
**🔧 Maintenance**
@@ -22,21 +28,26 @@
2228

2329
- Add optional environment value 'PORT_ADMIN' to distinguish the admin IP port from the client port
2430

25-
## 6.1.2:
31+
## 6.1.2 (2025-10-20):
32+
2633
- Fix help text for 'Enable failure tolerance' feature
2734

28-
## 6.1.1:
35+
## 6.1.1 (2025-08-11):
36+
2937
- Fix ignorance of 'download_no_restart' and 'no_break_on_error' when using the extended conditions
3038

31-
## 6.1.0:
39+
## 6.1.0 (2024-09-13):
40+
3241
- Fix bug when displaying the password_change_done page
3342
- Fix AuthBackend authentication accepting bad passwords
3443

35-
## 6.0.1:
44+
## 6.0.1 (2024-09-13):
45+
3646
- Fix debian installation script for Python 3.12 compatibility
3747
- Fix escape sequence in inventory views
3848

39-
## 6.0.0:
49+
## 6.0.0 (2024-10-24):
50+
4051
- Upgrade to Django 4.2.16 LTS
4152
- Increase upload size limit to 5G
4253
- Add 'custom variables' column to deploy/package page
@@ -56,8 +67,12 @@
5667
- Add powershell deployment script for Windows GPO
5768
- Add docker installation script
5869

70+
## 5.0.1 (2022-09-28):
71+
72+
- Fix error 'has_add_permission' on users page
73+
74+
## 5.0.0 (2022-09-16):
5975

60-
## 5.0.0:
6176
- Upgrade to Django 3.2 LTS
6277
- Upgrade adminactions module to 1.15 version
6378
- Add debian upgrade script
@@ -71,40 +86,48 @@
7186
- Apply bulleted list style to 'packages' on the packageprofile page
7287
- Fix version check
7388

74-
## 4.1.0:
89+
## 4.1.0 (2022-03-25):
90+
7591
- Update last release version using json
7692
- Add debian installation script and new apache config
7793
- Complete entity ip range help text
7894
- Sort machines names in history filter list
7995
- Add os version in inventory view
8096

81-
## 4.0.3:
97+
## 4.0.3 (2020-09-27):
98+
8299
- Fix white page on mass update
83100
- Remove web directory indexes from apache conf
84101

85-
## 4.0.2:
102+
## 4.0.2 (2020-04-01):
103+
86104
- Fix wol issue
87105
- Add lines to fix potential pip3 mysqlclient issue
88106
- Fix version check
89107

90-
## 4.0.1:
108+
## 4.0.1 (2020-03-09):
109+
91110
- Add script db tables conversion to utf-8 (all languages support)
92111
- Fix bug on remove os name or arch through the web gui
93112
- Add 'username' condition and 'not logged in' tag
94113

95-
## 4.0.0:
114+
## 4.0.0 (2020-02-19):
115+
96116
- Port code to Python 3.7
97117
- Migrate to Django 2.2
98118
- Use the latest python packages in line with the upgrade (django-grappelli, mysqlclient...)
99119

100-
## 3.0.2:
120+
## 3.0.2 (2019-11-25):
121+
101122
- Optimizes extended conditions with client: Pre-check conditions to avoid asking client for unnecessary extended conditions if already a condition on the software is not satisfied.
102123

103-
## 3.0.1:
124+
## 3.0.1 (2019-06-20):
125+
104126
- Fix bug in imports/exports deployments
105127
- Fix inventory dispatch (clients < 3.0 was sending 'undefined' for UserName, Domain and Language)
106128

107-
## 3.0:
129+
## 3.0 (2019-06-19):
130+
108131
- Interface:
109132
- The chosen language remains displayed
110133
- Fix some translations in 'Export as CSV' and 'Mass update'

0 commit comments

Comments
 (0)