File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 8.8.1
4
+
5
+ Not yet released
6
+
7
+ - Rename ` NoOpRegistryAuthSupplier ` to ` FixedRegistryAuthSupplier `
8
+
3
9
## 8.8.0
4
10
5
11
Released July 2, 2017
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Docker-client is packaged with a few implementations of this interface
125
125
- ` auth.ConfigFileRegistryAuthSupplier ` , which reads authentication info from
126
126
the the config files used by docker-cli (` ~/.dockercfg ` or
127
127
` ~/.docker/config.json ` )
128
- - ` auth.NoOpRegistryAuthSupplier ` which uses a fixed instance of the
128
+ - ` auth.FixedRegistryAuthSupplier ` which uses a fixed instance of the
129
129
` RegistryAuth ` and ` RegistryConfigs ` POJOs
130
130
- ` auth.gcr.ContainerRegistryAuthSupplier ` , which programmatically fetches
131
131
access tokens for use with Google Container Registry based on given Gogole
You can’t perform that action at this time.
0 commit comments