You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,22 @@ All notable changes to `src-cli` are documented in this file.
15
15
16
16
### Changed
17
17
18
+
### Fixed
19
+
20
+
- The src login command now also properly respects the `-insecure-skip-verify` flag.
21
+
22
+
### Removed
23
+
24
+
## 3.25.2
25
+
26
+
### Changed
27
+
18
28
- The volume workspace Docker image is now only pulled if the volume workspace mode is in use. [#477](https://github.com/sourcegraph/src-cli/pull/477)
19
29
20
30
### Fixed
21
31
22
32
- Using volume workspace mode could result in Git errors when used with Docker containers that do not run as root. These have been fixed. [#478](https://github.com/sourcegraph/src-cli/issues/478)
0 commit comments