Skip to content

Commit

Permalink
Merge pull request moby#47118 from vvoland/api-1.45
Browse files Browse the repository at this point in the history
API: bump version to 1.45
  • Loading branch information
thaJeztah authored Jan 19, 2024
2 parents 4a40d10 + 5bcbedb commit 67de5c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package api // import "github.com/docker/docker/api"
// Common constants for daemon and client.
const (
// DefaultVersion of Current REST API
DefaultVersion = "1.44"
DefaultVersion = "1.45"

// NoBaseImageSpecifier is the symbol used by the FROM
// command to specify that no base image is to be used.
Expand Down
8 changes: 4 additions & 4 deletions api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ produces:
consumes:
- "application/json"
- "text/plain"
basePath: "/v1.44"
basePath: "/v1.45"
info:
title: "Docker Engine API"
version: "1.44"
version: "1.45"
x-logo:
url: "https://docs.docker.com/assets/images/logo-docker-main.png"
description: |
Expand Down Expand Up @@ -55,8 +55,8 @@ info:
the URL is not supported by the daemon, a HTTP `400 Bad Request` error message
is returned.
If you omit the version-prefix, the current version of the API (v1.44) is used.
For example, calling `/info` is the same as calling `/v1.44/info`. Using the
If you omit the version-prefix, the current version of the API (v1.45) is used.
For example, calling `/info` is the same as calling `/v1.45/info`. Using the
API without a version-prefix is deprecated and will be removed in a future release.
Engine releases in the near future should support this version of the API,
Expand Down
4 changes: 4 additions & 0 deletions docs/api/version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ keywords: "API, Docker, rcli, REST, documentation"
will be rejected.
-->

## v1.45 API changes

[Docker Engine API v1.45](https://docs.docker.com/engine/api/v1.45/) documentation

## v1.44 API changes

[Docker Engine API v1.44](https://docs.docker.com/engine/api/v1.44/) documentation
Expand Down

0 comments on commit 67de5c8

Please sign in to comment.