Skip to content

Commit

Permalink
Release notes for v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciopoppe committed Aug 23, 2022
1 parent fedd9da commit 61049a1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG/CHANGELOG-1.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog since v1.1.1

## Urgent Upgrade Notes

### (No, really, you MUST read this before you upgrade)

- None

## Changes by Kind

### Feature

- Add klog statement when a request is fulfilled [\#211](https://github.com/kubernetes-csi/csi-proxy/pull/211) ([Kartik494](https://github.com/Kartik494))

### API

- None

### Bug or Regression

- 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))

### Other (Cleanup or Flake)

- master: update release-tools [\#209](https://github.com/kubernetes-csi/csi-proxy/pull/209) ([pohly](https://github.com/pohly))
- master: update release-tools [\#205](https://github.com/kubernetes-csi/csi-proxy/pull/205) ([pohly](https://github.com/pohly))
2 changes: 1 addition & 1 deletion pkg/server/filesystem/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (s *Server) PathExists(ctx context.Context, request *internal.PathExistsReq
}, err
}

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

0 comments on commit 61049a1

Please sign in to comment.