Skip to content

Changes

#10 (Jun 7, 2024, 11:21:01 AM)

  1. Do not remove kernel-ll addresses from bridges — rob.murray / githubweb
  2. Refactor IPv6 subnet validation — rob.murray / githubweb
  3. Disallow IPv6 multicast as bridge n/w subnet — rob.murray / githubweb
  4. Don't delete IPv6 multicast addresses from a bridge — rob.murray / githubweb
  5. Fix TestDockerSwarmSuite/TestSwarmInitIPv6 — rob.murray / githubweb
  6. Remove integration-cli TestDaemonSuite/TestDaemonIPv6Enabled — rob.murray / githubweb
  7. Delete broken/unused test requirement helper "IPv6" — rob.murray / githubweb
  8. cmd/dockerd: deprecate `api-cors-header` — Albin Kerouanton / githubweb
  9. libnet/d/remote: replace errorWithRollback — Albin Kerouanton / githubweb
  10. Disable ip6tables in tests that disable iptables — rob.murray / githubweb
  11. Allow "--ip6tables=true" when "--iptables=false" — rob.murray / githubweb
  12. Set up IPv6 n/w isolation rules when --ip6tables=true — rob.murray / githubweb
  13. Gate setting of bridge-nf-call-ip6tables on "--ip6tables=true". — rob.murray / githubweb
  14. Enable filtering on IPv6 bridges with no IPv6 address — rob.murray / githubweb
  15. Make it an error to set up filtering on an unnamed bridge — rob.murray / githubweb
  16. Enable 'ip6tables' by default, don't require 'experimental'. — rob.murray / githubweb
  17. Don't explicitly enable ip6tables in tests — rob.murray / githubweb
  18. libnet/d/bridge: don't parse the MacAddress netlabel — Albin Kerouanton / githubweb
  19. Forward DNS requests into --internal networks — rob.murray / githubweb
  20. Default to "windows-dns-proxy":true — rob.murray / githubweb
  21. tarexport: Plumb ctx, add OTEL spans, handle cancellation — Paweł Gronowski / githubweb
  22. Explicity write http headers on streaming endpoints — Brian Goff / githubweb
  23. Update containerd to v1.7.17 — Derek McGowan / githubweb
  24. Dockerfile: update containerd binary to v1.7.17 (static binaries and CI only) — Paweł Gronowski / githubweb
  25. Factor out selection of endpoint for config migration — rob.murray / githubweb
  26. Move EndpointSettings.DriverOpts from op-state to config — rob.murray / githubweb
  27. integration/TestDiskUsage: Make 4096 also a 'empty' value — Paweł Gronowski / githubweb
  28. libnet: init datastore in ctrler constructor — Albin Kerouanton / githubweb
  29. libnet: Controller: drop closeStores — Albin Kerouanton / githubweb
  30. libnet: Controller: drop getStore() — Albin Kerouanton / githubweb
  31. libnet/i/defaultipam: Disambiguate PoolID string format — Albin Kerouanton / githubweb
  32. libnet/i/defaultipam: Use InternalErrorf instead of InvalidParameterErrof — Albin Kerouanton / githubweb
  33. Fix issue where node promotion could fail — derny / githubweb
  34. Replace dead RFC8878 go doc hyperlink — weebney / githubweb
  35. libnet/i/defaultipam: introduce a linear allocator — Albin Kerouanton / githubweb
  36. libnet/i/defaultipam: Unmap IPv4-mapped IPv6 addrs — Albin Kerouanton / githubweb
  37. libnet/i/defaultipam: improve address pools validation — Albin Kerouanton / githubweb
  38. Dockerfile: update buildx to v0.14.1 — Sebastiaan van Stijn / githubweb
  39. Dockerfile: update compose to v2.27.1 — Sebastiaan van Stijn / githubweb
  40. integration/internal/swarm: rename vars that collided with imports — Sebastiaan van Stijn / githubweb
  41. integration/internal/swarm: remove unused ContainerPoll — Sebastiaan van Stijn / githubweb
  42. testutil/fakestorage: fix minor (linting) issues — Sebastiaan van Stijn / githubweb
  43. integration/system: remove redundant type-conversion, and minor cleanup — Sebastiaan van Stijn / githubweb
  44. integration/container: remove redundant type-conversion, and minor cleanup — Sebastiaan van Stijn / githubweb
  45. don't depend on containerd platform.Parse to return a typed error — Sebastiaan van Stijn / githubweb
  46. api/types: NetworkCreate: add GoDoc — Sebastiaan van Stijn / githubweb
  47. api: swagger: POST /networks/create: inline examples per-field — Sebastiaan van Stijn / githubweb
  48. docs/api: POST /networks/create: inline examples per-field (v1.41 - v1.45) — Sebastiaan van Stijn / githubweb
  49. api: swagger: Network: inline examples, and add ConfigOnly, ConfigFrom — Sebastiaan van Stijn / githubweb
  50. api: swagger: POST /networks/create: document Scope, ConfigOnly, ConfigFrom — Sebastiaan van Stijn / githubweb
  51. api: swagger: Network: add Peers — Sebastiaan van Stijn / githubweb
  52. docs/api: add Scope, ConfigOnly, ConfigFrom, Peers  (v1.41 - v1.45) — Sebastiaan van Stijn / githubweb
  53. update docker-py to 7.1.0 — Sebastiaan van Stijn / githubweb
  54. Add per-endpoint sysctls to DriverOpts — rob.murray / githubweb
  55. daemon: set the default local addr pool if none configured — Albin Kerouanton / githubweb
  56. api/types: migrate NetworkCreateResponse to network.CreateResponse — Sebastiaan van Stijn / githubweb
  57. api/types: migrate NetworkConnect, NetworkDisconnect to api/types/network — Sebastiaan van Stijn / githubweb
  58. api/types: migrate NetworkInspectOptions to api/types/network — Sebastiaan van Stijn / githubweb
  59. api/types: migrate EndpointResource to api/types/network — Sebastiaan van Stijn / githubweb
  60. daemon: add ULA prefix by default — Albin Kerouanton / githubweb
  61. api/types: migrate NetworkListOptions to api/types/network — Sebastiaan van Stijn / githubweb
  62. api/server/httpstatus: FromError: remove redundant checks and cleanup — Sebastiaan van Stijn / githubweb
  63. client: Client.NetworkInspectWithRaw: minor cleanup — Sebastiaan van Stijn / githubweb
  64. client: ensureReaderClosed: make linters happier — Sebastiaan van Stijn / githubweb
  65. client: Client.doRequest: fix closing filehandle and reversed errors — Sebastiaan van Stijn / githubweb
  66. opts: remove alias for ipamutils — Sebastiaan van Stijn / githubweb
  67. integration/network: remove used of deprecated NetworkInspectOptions — Sebastiaan van Stijn / githubweb
  68. api/types: remove aliases for deprecated Image types — Sebastiaan van Stijn / githubweb
  69. api/types: migrate NetworkResource to api/types/network — Sebastiaan van Stijn / githubweb
  70. daemon/cluster: remove Cluster.getRequestContext() — Sebastiaan van Stijn / githubweb
  71. api: Make EnableIPv6 optional — Albin Kerouanton / githubweb
  72. update to go1.21.11 — Sebastiaan van Stijn / githubweb
  73. vendor: github.com/containerd/containerd v1.7.18 — Sebastiaan van Stijn / githubweb
  74. update containerd binary to v1.7.18 — Sebastiaan van Stijn / githubweb
  75. Internal resolver for default bridge network — rob.murray / githubweb
  76. No default nameservers for internal resolver — rob.murray / githubweb
  77. vendor: update github.com/moby/buildkit to v0.14.0-rc2-dev — Paweł Gronowski / githubweb
  78. builder: Pass nil linter to instructions.Parse — Paweł Gronowski / githubweb
  79. builder: Adjust usage of shlex.ProcessWord — Paweł Gronowski / githubweb
  80. builder: Update detect usage for new detect API from buildkit — Paweł Gronowski / githubweb
  81. builder-next: Adjust NewGatewayFrontend invocation — Paweł Gronowski / githubweb
  82. vendor: google.golang.org/appengine v1.6.8 — Sebastiaan van Stijn / githubweb
  83. vendor: update buildkit to v0.14.0-rc2 — Tõnis Tiigi / githubweb
  84. api/types: move NetworkCreate, NetworkCreateRequest to api/types/network — Sebastiaan van Stijn / githubweb
  85. api/types: move NetworksPruneReport to api/types/network — Sebastiaan van Stijn / githubweb

#10 (Jun 7, 2024, 11:21:01 AM)

  1. Do not remove kernel-ll addresses from bridges — rob.murray / githubweb
  2. Refactor IPv6 subnet validation — rob.murray / githubweb
  3. Disallow IPv6 multicast as bridge n/w subnet — rob.murray / githubweb
  4. Don't delete IPv6 multicast addresses from a bridge — rob.murray / githubweb
  5. Fix TestDockerSwarmSuite/TestSwarmInitIPv6 — rob.murray / githubweb
  6. Remove integration-cli TestDaemonSuite/TestDaemonIPv6Enabled — rob.murray / githubweb
  7. Delete broken/unused test requirement helper "IPv6" — rob.murray / githubweb
  8. cmd/dockerd: deprecate `api-cors-header` — Albin Kerouanton / githubweb
  9. libnet/d/remote: replace errorWithRollback — Albin Kerouanton / githubweb
  10. Disable ip6tables in tests that disable iptables — rob.murray / githubweb
  11. Allow "--ip6tables=true" when "--iptables=false" — rob.murray / githubweb
  12. Set up IPv6 n/w isolation rules when --ip6tables=true — rob.murray / githubweb
  13. Gate setting of bridge-nf-call-ip6tables on "--ip6tables=true". — rob.murray / githubweb
  14. Enable filtering on IPv6 bridges with no IPv6 address — rob.murray / githubweb
  15. Make it an error to set up filtering on an unnamed bridge — rob.murray / githubweb
  16. Enable 'ip6tables' by default, don't require 'experimental'. — rob.murray / githubweb
  17. Don't explicitly enable ip6tables in tests — rob.murray / githubweb
  18. libnet/d/bridge: don't parse the MacAddress netlabel — Albin Kerouanton / githubweb
  19. Forward DNS requests into --internal networks — rob.murray / githubweb
  20. Default to "windows-dns-proxy":true — rob.murray / githubweb
  21. tarexport: Plumb ctx, add OTEL spans, handle cancellation — Paweł Gronowski / githubweb
  22. Explicity write http headers on streaming endpoints — Brian Goff / githubweb
  23. Update containerd to v1.7.17 — Derek McGowan / githubweb
  24. Dockerfile: update containerd binary to v1.7.17 (static binaries and CI only) — Paweł Gronowski / githubweb
  25. Factor out selection of endpoint for config migration — rob.murray / githubweb
  26. Move EndpointSettings.DriverOpts from op-state to config — rob.murray / githubweb
  27. integration/TestDiskUsage: Make 4096 also a 'empty' value — Paweł Gronowski / githubweb
  28. libnet: init datastore in ctrler constructor — Albin Kerouanton / githubweb
  29. libnet: Controller: drop closeStores — Albin Kerouanton / githubweb
  30. libnet: Controller: drop getStore() — Albin Kerouanton / githubweb
  31. libnet/i/defaultipam: Disambiguate PoolID string format — Albin Kerouanton / githubweb
  32. libnet/i/defaultipam: Use InternalErrorf instead of InvalidParameterErrof — Albin Kerouanton / githubweb
  33. Fix issue where node promotion could fail — derny / githubweb
  34. Replace dead RFC8878 go doc hyperlink — weebney / githubweb
  35. libnet/i/defaultipam: introduce a linear allocator — Albin Kerouanton / githubweb
  36. libnet/i/defaultipam: Unmap IPv4-mapped IPv6 addrs — Albin Kerouanton / githubweb
  37. libnet/i/defaultipam: improve address pools validation — Albin Kerouanton / githubweb
  38. Dockerfile: update buildx to v0.14.1 — Sebastiaan van Stijn / githubweb
  39. Dockerfile: update compose to v2.27.1 — Sebastiaan van Stijn / githubweb
  40. integration/internal/swarm: rename vars that collided with imports — Sebastiaan van Stijn / githubweb
  41. integration/internal/swarm: remove unused ContainerPoll — Sebastiaan van Stijn / githubweb
  42. testutil/fakestorage: fix minor (linting) issues — Sebastiaan van Stijn / githubweb
  43. integration/system: remove redundant type-conversion, and minor cleanup — Sebastiaan van Stijn / githubweb
  44. integration/container: remove redundant type-conversion, and minor cleanup — Sebastiaan van Stijn / githubweb
  45. don't depend on containerd platform.Parse to return a typed error — Sebastiaan van Stijn / githubweb
  46. api/types: NetworkCreate: add GoDoc — Sebastiaan van Stijn / githubweb
  47. api: swagger: POST /networks/create: inline examples per-field — Sebastiaan van Stijn / githubweb
  48. docs/api: POST /networks/create: inline examples per-field (v1.41 - v1.45) — Sebastiaan van Stijn / githubweb
  49. api: swagger: Network: inline examples, and add ConfigOnly, ConfigFrom — Sebastiaan van Stijn / githubweb
  50. api: swagger: POST /networks/create: document Scope, ConfigOnly, ConfigFrom — Sebastiaan van Stijn / githubweb
  51. api: swagger: Network: add Peers — Sebastiaan van Stijn / githubweb
  52. docs/api: add Scope, ConfigOnly, ConfigFrom, Peers  (v1.41 - v1.45) — Sebastiaan van Stijn / githubweb
  53. update docker-py to 7.1.0 — Sebastiaan van Stijn / githubweb
  54. Add per-endpoint sysctls to DriverOpts — rob.murray / githubweb
  55. daemon: set the default local addr pool if none configured — Albin Kerouanton / githubweb
  56. api/types: migrate NetworkCreateResponse to network.CreateResponse — Sebastiaan van Stijn / githubweb
  57. api/types: migrate NetworkConnect, NetworkDisconnect to api/types/network — Sebastiaan van Stijn / githubweb
  58. api/types: migrate NetworkInspectOptions to api/types/network — Sebastiaan van Stijn / githubweb
  59. api/types: migrate EndpointResource to api/types/network — Sebastiaan van Stijn / githubweb
  60. daemon: add ULA prefix by default — Albin Kerouanton / githubweb
  61. api/types: migrate NetworkListOptions to api/types/network — Sebastiaan van Stijn / githubweb
  62. api/server/httpstatus: FromError: remove redundant checks and cleanup — Sebastiaan van Stijn / githubweb
  63. client: Client.NetworkInspectWithRaw: minor cleanup — Sebastiaan van Stijn / githubweb
  64. client: ensureReaderClosed: make linters happier — Sebastiaan van Stijn / githubweb
  65. client: Client.doRequest: fix closing filehandle and reversed errors — Sebastiaan van Stijn / githubweb
  66. opts: remove alias for ipamutils — Sebastiaan van Stijn / githubweb
  67. integration/network: remove used of deprecated NetworkInspectOptions — Sebastiaan van Stijn / githubweb
  68. api/types: remove aliases for deprecated Image types — Sebastiaan van Stijn / githubweb
  69. api/types: migrate NetworkResource to api/types/network — Sebastiaan van Stijn / githubweb
  70. daemon/cluster: remove Cluster.getRequestContext() — Sebastiaan van Stijn / githubweb
  71. api: Make EnableIPv6 optional — Albin Kerouanton / githubweb
  72. update to go1.21.11 — Sebastiaan van Stijn / githubweb
  73. vendor: github.com/containerd/containerd v1.7.18 — Sebastiaan van Stijn / githubweb
  74. update containerd binary to v1.7.18 — Sebastiaan van Stijn / githubweb
  75. Internal resolver for default bridge network — rob.murray / githubweb
  76. No default nameservers for internal resolver — rob.murray / githubweb
  77. vendor: update github.com/moby/buildkit to v0.14.0-rc2-dev — Paweł Gronowski / githubweb
  78. builder: Pass nil linter to instructions.Parse — Paweł Gronowski / githubweb
  79. builder: Adjust usage of shlex.ProcessWord — Paweł Gronowski / githubweb
  80. builder: Update detect usage for new detect API from buildkit — Paweł Gronowski / githubweb
  81. builder-next: Adjust NewGatewayFrontend invocation — Paweł Gronowski / githubweb
  82. vendor: google.golang.org/appengine v1.6.8 — Sebastiaan van Stijn / githubweb
  83. vendor: update buildkit to v0.14.0-rc2 — Tõnis Tiigi / githubweb
  84. api/types: move NetworkCreate, NetworkCreateRequest to api/types/network — Sebastiaan van Stijn / githubweb
  85. api/types: move NetworksPruneReport to api/types/network — Sebastiaan van Stijn / githubweb