Skip to content

Commit 535c16e

Browse files
committed
releaseing 11.0.4, 10.2.15, 10.1.18, 10.0.24 and 9.2.40.
1 parent c5a58e4 commit 535c16e

File tree

6 files changed

+403
-5
lines changed

6 files changed

+403
-5
lines changed

release-notes-10.0

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,64 @@ HTML header: <title>dCache 10.0 Release Notes</title>
7676

7777
Many Thanks to Petter A. Urkedal and Lukas Mansour for their contributions.
7878

79+
## Release 10.0.24
80+
81+
### quota
82+
83+
84+
The current release added protocol compliant return codes on quota exceeded exception.
85+
86+
### restapi
87+
88+
dCache rest api response filtered out fields that had null or default (for that type) values.
89+
As the result, for instance, integer filed with 0 value was skipped (so is any filed with null value).
90+
91+
This is now fixed and Request results returned by dCache rest api contain fields having null or default values.
92+
93+
94+
95+
96+
97+
### Changelog 10.0.23..10.0.24
98+
99+
<!-- git log 10.0.23..10.0.24 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
100+
101+
[4455e40037](https://github.com/dcache/dcache/commit/4455e4003732cdb6db81cac7fc8dd1f378c231b3)
102+
: [maven-release-plugin] prepare release 10.0.24
103+
104+
[6c363d9dd7](https://github.com/dcache/dcache/commit/6c363d9dd747ded839046b996254c5a0d3f37036)
105+
: dcache rest api: do not filter out fields with default and null values when building json reply object. Enable get/set of OUTPUT quota
106+
107+
[796f9027d5](https://github.com/dcache/dcache/commit/796f9027d581eaeaa988a09e44d1dbd779808c16)
108+
: quota: implement protocols specific return codes
109+
110+
[d578a199a8](https://github.com/dcache/dcache/commit/d578a199a8d09888df7ce90bd78030139e3ed708)
111+
: [maven-release-plugin] prepare for next development iteration
112+
113+
## Release 10.0.22
114+
115+
### #
116+
117+
118+
### Changelog 10.0.21..10.0.22
119+
120+
<!-- git log 10.0.21..10.0.22 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
121+
122+
[c484e933c6](https://github.com/dcache/dcache/commit/c484e933c61b3bfa5e4352134b72c0337dd2cfc0)
123+
: [maven-release-plugin] prepare release 10.0.22
124+
125+
[3e65dc96cc](https://github.com/dcache/dcache/commit/3e65dc96cc432ad6b6e04dc0dfcd9acd9c60ddc4)
126+
: REST API: restrict access to id resource to admin user
127+
128+
[1a334d0bcd](https://github.com/dcache/dcache/commit/1a334d0bcd2ddb66e0e00084fcf81d78a079f85e)
129+
: ci: fix igtf rpm signing key
130+
131+
[500dc0c1c3](https://github.com/dcache/dcache/commit/500dc0c1c35fdfce942a1d1e90fcc316a3b34fa8)
132+
: ci: don't use egi software repo for CA certs
133+
134+
[6c6d4c8bfc](https://github.com/dcache/dcache/commit/6c6d4c8bfce9f2b73d20ceb5c2171b1131145b4d)
135+
: [maven-release-plugin] prepare for next development iteration
136+
79137
## Release 10.0.23
80138

81139
### gplazma

release-notes-10.1

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,64 @@ HTML header: <title>dCache 10.1 Release Notes</title>
7575
(tbd, this section uses markdown formatting)
7676

7777

78+
## Release 10.1.18
79+
80+
### quota
81+
82+
83+
The current release added protocol compliant return codes on quota exceeded exception.
84+
85+
### restapi
86+
87+
dCache rest api response filtered out fields that had null or default (for that type) values.
88+
As the result, for instance, integer filed with 0 value was skipped (so is any filed with null value).
89+
90+
This is now fixed and Request results returned by dCache rest api contain fields having null or default values.
91+
92+
93+
94+
95+
96+
### Changelog 10.1.17..10.1.18
97+
98+
<!-- git log 10.1.17..10.1.18 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
99+
100+
[3b4f8839a9](https://github.com/dcache/dcache/commit/3b4f8839a9bfc9c33530a2150ba0b285d6e9d6ce)
101+
: [maven-release-plugin] prepare release 10.1.18
102+
103+
[a88957b459](https://github.com/dcache/dcache/commit/a88957b4592d07225c39cb82e7e2eaf57d44fe4a)
104+
: dcache rest api: do not filter out fields with default and null values when building json reply object. Enable get/set of OUTPUT quota
105+
106+
[ba0cb38bef](https://github.com/dcache/dcache/commit/ba0cb38bef712f9e30162fe9c5eebbd94b1903e0)
107+
: quota: implement protocols specific return codes
108+
109+
[b4fc440eb0](https://github.com/dcache/dcache/commit/b4fc440eb06bab8ac95949f60a09cc0b02d75972)
110+
: [maven-release-plugin] prepare for next development iteration
111+
112+
## Release 10.1.16
113+
114+
### #
115+
116+
117+
### Changelog 10.1.15..10.1.16
118+
119+
<!-- git log 10.1.15..10.1.16 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
120+
121+
[c112f98266](https://github.com/dcache/dcache/commit/c112f98266b24ecd34cdbb787a7455b6540ea91c)
122+
: [maven-release-plugin] prepare release 10.1.16
123+
124+
[ef04dd8b1e](https://github.com/dcache/dcache/commit/ef04dd8b1e28233e51a0fc74e728af65b91f3f4b)
125+
: REST API: restrict access to id resource to admin user
126+
127+
[aed8ffda06](https://github.com/dcache/dcache/commit/aed8ffda060a6df0149076f1c3d28c0e896fab31)
128+
: ci: fix igtf rpm signing key
129+
130+
[44764a5ab6](https://github.com/dcache/dcache/commit/44764a5ab667d2942ed9ce772a3fee0d683d4bdf)
131+
: ci: don't use egi software repo for CA certs
132+
133+
[9256fba2a4](https://github.com/dcache/dcache/commit/9256fba2a4cf15e33034863bcf397876e8544947)
134+
: [maven-release-plugin] prepare for next development iteration
135+
78136
## Release 10.1.17
79137

80138
### gplazma

release-notes-10.2

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,109 @@ HTML header: <title>dCache 10.2 Release Notes</title>
8383
- Anton Schwarz, Heidelberg University, DESY Summer Stutent Programm
8484

8585

86+
## Release 10.2.15
87+
88+
### gplazma
89+
90+
Excessive caching of failed login attempts leads to system has been reported.
91+
92+
The current relase fexed that and now following properties could be used to control the overload:
93+
94+
`gplazma.authz.loginFailure.cache.size=10000`
95+
96+
When the cache reaches this size, older entries are evicted. Remove the least-recently-used (LRU) entries when that limit is exceeded. important: the cache size is an approximate size not exact.
97+
98+
`gplazma.authz.loginFailure.cache-size-expiry=1`
99+
100+
timeout cache entry life time. By default expire entries 1 hour after they are written. If a key is expired due to time, it is gone even if the cache is not full.
101+
102+
`gplazma.authz.loginFailure.cache-size-expiry.unit=HOURS`
103+
104+
timeout cache entry life time unit.
105+
106+
The current release fixed `BEARER TOKEN` empty case and the empty token should be rejected.
107+
108+
### qos
109+
110+
DataBase name is now configurable.
111+
112+
### quota
113+
114+
115+
The current release added protocol compliant return codes on quota exceeded exception.
116+
117+
### restapi
118+
119+
dCache rest api response filtered out fields that had null or default (for that type) values.
120+
As the result, for instance, integer filed with 0 value was skipped (so is any filed with null value).
121+
122+
This is now fixed and Request results returned by dCache rest api contain fields having null or default values.
123+
124+
125+
126+
127+
128+
### Changelog 10.2.14..10.2.15
129+
130+
<!-- git log 10.2.14..10.2.15 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
131+
132+
[b3675112c2](https://github.com/dcache/dcache/commit/b3675112c21de7289119bc4454b7fc8bfedb64ab)
133+
: [maven-release-plugin] prepare release 10.2.15
134+
135+
[c8d68baf72](https://github.com/dcache/dcache/commit/c8d68baf72dff4571e4dc436ff1d677da75cfaa1)
136+
: dcache rest api: do not filter out fields with default and null values when building json reply object. Enable get/set of OUTPUT quota
137+
138+
[ff0914304b](https://github.com/dcache/dcache/commit/ff0914304bd243910792da37f35b77cc0f218587)
139+
: qos: make db name configurable
140+
141+
[199d7f9706](https://github.com/dcache/dcache/commit/199d7f9706a882a88348dc842003d8238687dfea)
142+
: quota: implement protocols specific return codes
143+
144+
[e88c8e9034](https://github.com/dcache/dcache/commit/e88c8e90346c5140210ca4aa3a240a67032efc7a)
145+
: fix broken commit 48a544cb6
146+
147+
[2b026d479a](https://github.com/dcache/dcache/commit/2b026d479a0077703198ee7831a2e3efb94e5472)
148+
: gplazma: fix static field for RecordFailedLogins
149+
150+
[23711de315](https://github.com/dcache/dcache/commit/23711de315c39e1e47aa6bfbb6f7bf64d6638a61)
151+
: gmplazma: excessive caching of failed login attempts leads to system overload.
152+
153+
[6a032c391e](https://github.com/dcache/dcache/commit/6a032c391efd511e426813cba9f1fabf2f951cef)
154+
: [maven-release-plugin] prepare for next development iteration
155+
156+
## Release 10.2.13
157+
158+
### #
159+
160+
161+
### Changelog 10.2.12..10.2.13
162+
163+
<!-- git log 10.2.12..10.2.13 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
164+
165+
[a72695408e](https://github.com/dcache/dcache/commit/a72695408e69be2c19327e0bdb4ef80948e0cafa)
166+
: [maven-release-plugin] prepare release 10.2.13
167+
168+
[26cdaaeddb](https://github.com/dcache/dcache/commit/26cdaaeddb932e60d08822d172729333f370232c)
169+
: Bulk: remove skipIfOnline method from PinManagerActivity
170+
171+
[d5d33fdafe](https://github.com/dcache/dcache/commit/d5d33fdafe7c1d0a5a4692df8052d734bafa41e9)
172+
: nfs41: remove transfers with no movers on layout state disposal
173+
174+
[772adf47af](https://github.com/dcache/dcache/commit/772adf47af23066c9a4e25a8be6bdd744e1ca9a0)
175+
: pool: shutdown mover on "Connection: close" http header
176+
177+
[2132e66310](https://github.com/dcache/dcache/commit/2132e66310129948470c858d278365a569e50315)
178+
: REST API: restrict access to id resource to admin user
179+
180+
[9edc2c45e4](https://github.com/dcache/dcache/commit/9edc2c45e401c02625cf2041b829e963cdfd3e63)
181+
: ci: fix igtf rpm signing key
182+
183+
[782f6ddce8](https://github.com/dcache/dcache/commit/782f6ddce86a39d2bf8a9d6c998462299d5415af)
184+
: ci: don't use egi software repo for CA certs
185+
186+
[2f1c57b5ea](https://github.com/dcache/dcache/commit/2f1c57b5ea5c39b475dd94b6392f0e8ab0bde855)
187+
: [maven-release-plugin] prepare for next development iteration
188+
86189
## Release 10.2.14
87190

88191
### frontend

release-notes-11.0

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,47 @@ HTML header: <title>dCache 11.0 Release Notes</title>
7575

7676
We want to thank Marian Babik and Onno Zweers for their contributions.
7777

78+
## Release 11.0.4
79+
80+
### qos
81+
82+
DataBase name is now configurable.
83+
84+
### quota
85+
86+
87+
The current release added protocol compliant return codes on quota exceeded exception.
88+
89+
### restapi
90+
91+
dCache rest api response filtered out fields that had null or default (for that type) values.
92+
As the result, for instance, integer filed with 0 value was skipped (so is any filed with null value).
93+
94+
This is now fixed and Request results returned by dCache rest api contain fields having null or default values.
95+
96+
97+
98+
99+
100+
### Changelog 11.0.3..11.0.4
101+
102+
<!-- git log 11.0.3..11.0.4 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
103+
104+
[e586987b52](https://github.com/dcache/dcache/commit/e586987b522d58b19aa9dc7d5c580835b836bcb4)
105+
: [maven-release-plugin] prepare release 11.0.4
106+
107+
[e95887c3b4](https://github.com/dcache/dcache/commit/e95887c3b453619506b9ca3456011930542ca9d3)
108+
: dcache rest api: do not filter out fields with default and null values when building json reply object. Enable get/set of OUTPUT quota
109+
110+
[1764dcc66d](https://github.com/dcache/dcache/commit/1764dcc66dfe7125f54dfd333af5edaa383f580c)
111+
: qos: make db name configurable
112+
113+
[d6456b3c6b](https://github.com/dcache/dcache/commit/d6456b3c6bb8303c77be039d248e8c57d4fdb12a)
114+
: quota: implement protocols specific return codes
115+
116+
[07e89a1cf3](https://github.com/dcache/dcache/commit/07e89a1cf3a33ae65e9ac0366f2443538ff8e768)
117+
: [maven-release-plugin] prepare for next development iteration
118+
78119
## Release 11.0.3
79120

80121
### frontend

release-notes-9.2

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,64 @@ Many Thanks to Lars Jansse and Sandro Grizzo for their contributions.
7979
- If upgrading from 8.2, be sure to read also the release notes for 9.0 and 9.1, important changes are described there. See the [9.2 migration guide](https://github.com/dCache/upgrade-guide/blob/master/UPGRADE92.md) for more complete information
8080
- With version 9.2.8+, empty and non-existent banfiles will be treated the same
8181

82+
## Release 9.2.40
83+
84+
### quota
85+
86+
87+
The current release added protocol compliant return codes on quota exceeded exception.
88+
89+
### restapi
90+
91+
dCache rest api response filtered out fields that had null or default (for that type) values.
92+
As the result, for instance, integer filed with 0 value was skipped (so is any filed with null value).
93+
94+
This is now fixed and Request results returned by dCache rest api contain fields having null or default values.
95+
96+
97+
98+
99+
100+
### Changelog 9.2.39..9.2.40
101+
102+
<!-- git log 9.2.39..9.2.40 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
103+
104+
[1a827af42a](https://github.com/dcache/dcache/commit/1a827af42adc5f404cc5a23ada3e1f2e711e8025)
105+
: [maven-release-plugin] prepare release 9.2.40
106+
107+
[c42c1a20b4](https://github.com/dcache/dcache/commit/c42c1a20b4251b15b4a7d1e7bda4df3cb1f0450a)
108+
: dcache rest api: do not filter out fields with default and null values when building json reply object. Enable get/set of OUTPUT quota
109+
110+
[a0640e8b48](https://github.com/dcache/dcache/commit/a0640e8b48e4b1c845ff5b1821e75c5e2d8a3494)
111+
: quota: implement protocols specific return codes
112+
113+
[a81aea91b2](https://github.com/dcache/dcache/commit/a81aea91b22ae387b265702b15916b1fee21bb50)
114+
: [maven-release-plugin] prepare for next development iteration
115+
116+
## Release 9.2.38
117+
118+
### #
119+
120+
121+
### Changelog 9.2.37..9.2.38
122+
123+
<!-- git log 9.2.37..9.2.38 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
124+
125+
[5f8af7d3bc](https://github.com/dcache/dcache/commit/5f8af7d3bc9ab304a86d778b67bfc26abc87771d)
126+
: [maven-release-plugin] prepare release 9.2.38
127+
128+
[5ce0e0bf23](https://github.com/dcache/dcache/commit/5ce0e0bf23b557317d47c72a16cd68425fe1b8a2)
129+
: REST API: restrict access to id resource to admin user
130+
131+
[74c185283f](https://github.com/dcache/dcache/commit/74c185283f121516959a976958b49a0408108d8c)
132+
: ci: fix igtf rpm signing key
133+
134+
[74bc31ab99](https://github.com/dcache/dcache/commit/74bc31ab991b07291ce0bef1f595e818cd139ccc)
135+
: ci: don't use egi software repo for CA certs
136+
137+
[577b32f862](https://github.com/dcache/dcache/commit/577b32f862104507f59e7dcf751ff919fc761fdd)
138+
: [maven-release-plugin] prepare for next development iteration
139+
82140
## Release 9.2.39
83141

84142
### gplazma

0 commit comments

Comments
 (0)