Skip to content

Commit 337d74c

Browse files
committed
Update CHANGELOG and user manual
1 parent 6adaf5f commit 337d74c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 8.8.1
4+
5+
Not yet released
6+
7+
- Rename `NoOpRegistryAuthSupplier` to `FixedRegistryAuthSupplier`
8+
39
## 8.8.0
410

511
Released July 2, 2017

docs/user_manual.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Docker-client is packaged with a few implementations of this interface
125125
- `auth.ConfigFileRegistryAuthSupplier`, which reads authentication info from
126126
the the config files used by docker-cli (`~/.dockercfg` or
127127
`~/.docker/config.json`)
128-
- `auth.NoOpRegistryAuthSupplier` which uses a fixed instance of the
128+
- `auth.FixedRegistryAuthSupplier` which uses a fixed instance of the
129129
`RegistryAuth` and `RegistryConfigs` POJOs
130130
- `auth.gcr.ContainerRegistryAuthSupplier`, which programmatically fetches
131131
access tokens for use with Google Container Registry based on given Gogole

0 commit comments

Comments
 (0)