Skip to content

Commit 820ca7a

Browse files
authored
Merge pull request #216 from mauriciopoppe/changelog-release-1.1.2
Release notes for v1.1.2
2 parents 66fdf4a + 61049a1 commit 820ca7a

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG/CHANGELOG-1.1.2.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog since v1.1.1
2+
3+
## Urgent Upgrade Notes
4+
5+
### (No, really, you MUST read this before you upgrade)
6+
7+
- None
8+
9+
## Changes by Kind
10+
11+
### Feature
12+
13+
- Add klog statement when a request is fulfilled [\#211](https://github.com/kubernetes-csi/csi-proxy/pull/211) ([Kartik494](https://github.com/Kartik494))
14+
15+
### API
16+
17+
- None
18+
19+
### Bug or Regression
20+
21+
- Try to fix issue with 'Multiple connections to a server' [\#210](https://github.com/kubernetes-csi/csi-proxy/pull/210) ([vitaliy-leschenko](https://github.com/vitaliy-leschenko))
22+
23+
### Other (Cleanup or Flake)
24+
25+
- master: update release-tools [\#209](https://github.com/kubernetes-csi/csi-proxy/pull/209) ([pohly](https://github.com/pohly))
26+
- master: update release-tools [\#205](https://github.com/kubernetes-csi/csi-proxy/pull/205) ([pohly](https://github.com/pohly))

pkg/server/filesystem/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func (s *Server) PathExists(ctx context.Context, request *internal.PathExistsReq
127127
}, err
128128
}
129129

130-
// PathValid checks if the given path is accessiable.
130+
// PathValid checks if the given path is accessible.
131131
func (s *Server) PathValid(ctx context.Context, path string) (bool, error) {
132132
klog.V(2).Infof("Request: PathValid with path %q", path)
133133
return s.hostAPI.PathValid(path)

0 commit comments

Comments
 (0)