Skip to content

Commit b5b2aac

Browse files
committed
/packages/doltlab/content: updates for doltlab v2.4.2
1 parent 739560f commit b5b2aac

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

packages/doltlab/content/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- [Configuration file reference](reference/installer/configuration-file.md)
3636
- [Command line reference](reference/installer/cli.md)
3737
- [Release Notes](reference/release-notes/README.md)
38+
- [v2.4.2](reference/release-notes/v2.4.2.md)
3839
- [v2.4.1](reference/release-notes/v2.4.1.md)
3940
- [v2.4.0](reference/release-notes/v2.4.0.md)
4041
- [v2.3.14](reference/release-notes/v2.3.14.md)

packages/doltlab/content/reference/release-notes/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ DoltLab is currently closed-source, but the [dolthub/doltlab-issues](https://git
66

77
The following is a list of release notes for available DoltLab versions >= `v2.0.0`. DoltLab and DoltHub share the same source code. For this reason, we list fixes related to DoltLab issues in the `DoltLab Features/Bug Fixes` section of the release notes, and fixes corresponding to DoltHub issuers in the `DoltLab Features/Bug Fixes` section.
88

9+
- [DoltLab v2.4.2](./v2.4.2.md)
910
- [DoltLab v2.4.1](./v2.4.1.md)
1011
- [DoltLab v2.4.0](./v2.4.0.md)
1112
- [DoltLab v2.3.14](./v2.3.14.md)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: DoltLab v2.4.2 Release Notes
3+
---
4+
5+
Download at [https://doltlab-releases.s3.us-east-1.amazonaws.com/linux/amd64/doltlab-v2.4.2.zip](https://doltlab-releases.s3.us-east-1.amazonaws.com/linux/amd64/doltlab-v2.4.1.zip)
6+
7+
Service images can be downloaded at [https://doltlab-releases.s3.us-east-1.amazonaws.com/linux/amd64/doltlab-service-images-v2.4.2.zip](https://doltlab-releases.s3.us-east-1.amazonaws.com/linux/amd64/doltlab-service-images-v2.4.1.zip)
8+
9+
## DoltLab Features/Bug Fixes
10+
* [Fixes issue](https://github.com/dolthub/doltlab-issues/issues/129) where host TLS cert bundle was not mounted to `doltlabapi` container.
11+
* [Fixes long retry time](https://github.com/dolthub/doltlab-issues/issues/134) for failed OIDC provider connections.
12+
* [Deprecates `cert_chain` field in favor of `full_chain_cert` TLS field in `installer_config.yaml`](https://github.com/dolthub/doltlab-issues/issues/127).
13+
* Bump version of Dolt in Jobs to v1.59.5.
14+
15+
## DoltHub Features/Bug Fixes
16+
* Misc. UI design changes and bug fixes.
17+

0 commit comments

Comments
 (0)