Skip to content

Commit 88f3330

Browse files
author
semantic-release
committed
chore(release): preparing 18.2.4
1 parent f970e01 commit 88f3330

File tree

2 files changed

+43
-21
lines changed

2 files changed

+43
-21
lines changed

CHANGELOG.md

Lines changed: 42 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,49 @@
11
# CHANGELOG
22

3+
## v18.2.4 (2024-09-11)
4+
5+
### Fix
6+
7+
* fix: add readiness probe for lms/cms (#133)
8+
9+
* fix: add readiness probe for lms/cms
10+
11+
* fix: add readiness probe for lms/cms
12+
13+
* fix: add affinity to spread lms/cms to multiple nodes
14+
15+
* chore: remove readiness probe
16+
17+
* fix: reduce startup probe period seconds
18+
19+
* fix: gracefully kill uwsgi workers
20+
21+
* fix: disable local file loggers
22+
23+
* fix: disable logging
24+
25+
* fix: reduce max unavailable to 0
26+
27+
* fix: add liveness probe for cms and lms
28+
29+
* fix: fail early on tracking logger removal
30+
31+
* chore: remove rolling update options
32+
33+
* fix: restore preStop hook
34+
35+
* fix: use right host for cms livenessProbe
36+
37+
* fix: use lms/cms host only
38+
39+
* chore: restore prestopHook ([`f970e01`](https://github.com/eduNEXT/drydock/commit/f970e0102f36c3064201ff7be317d1a908557a87))
40+
341
## v18.2.3 (2024-08-13)
442

43+
### Chore
44+
45+
* chore(release): preparing 18.2.3 ([`7f6001b`](https://github.com/eduNEXT/drydock/commit/7f6001b74ee6ff7f1b4a7098ae8d4324051ad6be))
46+
547
### Fix
648

749
* fix: drop celery support (#129) ([`86f2639`](https://github.com/eduNEXT/drydock/commit/86f26393d3ef54428a0011f1b24ac6c41853ce09))
@@ -97,20 +139,12 @@ BREAKING CHANGE: version 18 ([`fd100ad`](https://github.com/eduNEXT/drydock/comm
97139

98140
* chore(release): preparing 18.0.0 ([`30a4cc0`](https://github.com/eduNEXT/drydock/commit/30a4cc00848bb745a91fb70f1d5a9da09d76aa8a))
99141

100-
### Ci
101-
102-
* ci: ignore commits in changelog and release notes (#113) ([`693c91b`](https://github.com/eduNEXT/drydock/commit/693c91bed3772e3fa59d45eff85c8a0b8593677d))
103-
104142
## v17.3.5 (2024-06-12)
105143

106144
### Chore
107145

108146
* chore(release): preparing 17.3.5 ([`6ed209b`](https://github.com/eduNEXT/drydock/commit/6ed209b00822a7ccef48082b146c96c8e217e022))
109147

110-
### Ci
111-
112-
* ci: change release workflow (#108) ([`2ecac04`](https://github.com/eduNEXT/drydock/commit/2ecac04c21ba58fcbbf5a4f5b32c57087fcb36fd))
113-
114148
### Fix
115149

116150
* fix: replace deprecated bucket argument for recommended bucket_name (#107)
@@ -547,10 +581,6 @@ Co-authored-by: Jhony Avella <jhony.avella@edunext.co> ([`33df210`](https:
547581

548582
* fix: use the DRYDOCK_CMS_SSO_USER variable on the init jobs ([`fb36c65`](https://github.com/eduNEXT/drydock/commit/fb36c657e998a5f7bb68f94ad3695089e601c24b))
549583

550-
### Refactor
551-
552-
* refactor: rename CMS SSO user to avoid conflicts with existent data (#24) ([`6842da5`](https://github.com/eduNEXT/drydock/commit/6842da52c2878c23abe45075eb29a6bbc0533eed))
553-
554584
### Unknown
555585

556586
* Merge pull request #33 from eduNEXT/catalog-info
@@ -563,10 +593,6 @@ chore: adding backstage catalog and owners ([`30108f9`](https://github.com/eduNE
563593

564594
* feat: add configuration for container interactivity (#29) ([`fbc4489`](https://github.com/eduNEXT/drydock/commit/fbc4489f0aa48a1b07c9e900fa7d9c9506f680fb))
565595

566-
### Refactor
567-
568-
* refactor: increase default debug replicas to at least one (#30) ([`7de9fbf`](https://github.com/eduNEXT/drydock/commit/7de9fbffd3cfb9b2d283b7c007d2eb0e34ca3941))
569-
570596
## v0.4.0 (2022-12-01)
571597

572598
### Feature
@@ -581,10 +607,6 @@ This PR adds k8s templates for debug pods, i.e pods running with non-production
581607

582608
* fix: use the right target for the forum hpa (#26) ([`49df7d4`](https://github.com/eduNEXT/drydock/commit/49df7d4127aa314bf0b906de688b47ed95a01542))
583609

584-
### Refactor
585-
586-
* refactor: check if forum is defined before adding resources (#28) ([`1ee0ad1`](https://github.com/eduNEXT/drydock/commit/1ee0ad15283d186cfd2a425146c9b32af73f8fff))
587-
588610
## v0.3.4 (2022-11-09)
589611

590612
### Feature

drydock/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "18.2.3"
1+
__version__ = "18.2.4"

0 commit comments

Comments
 (0)