Christopher Petito
4f2a26d21e
Added 7.1.0 changelog
...
Signed-off-by: Christopher Petito <47751006+krissetto@users.noreply.github.com>
2024-05-23 09:30:30 +00:00
Aarni Koskela
d50cc429c2
Enable Ruff I (import sort), autofix
...
Signed-off-by: Aarni Koskela <akx@iki.fi>
2024-01-03 21:28:56 +02:00
Milas Bowman
5388413dde
chore: update changelog and maintainer
...
Preparing for the 7.0.0 final release 🎉
Added a couple more changelog items that came in as part of
`7.0.0b2` and updated the maintainer to be generically Docker,
Inc. instead of an individual.
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-12-07 15:41:29 -05:00
Milas Bowman
fd2f5029f0
chore: add changelog for 7.0.0 ( #3186 )
...
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-11-21 12:08:25 -05:00
Aarni Koskela
ec58856ee3
Clean up unnecessary noqa comments
...
Signed-off-by: Aarni Koskela <akx@iki.fi>
2023-08-15 13:36:53 +03:00
Aarni Koskela
8a3402c049
Replace string formatting with f-strings
...
Signed-off-by: Aarni Koskela <akx@iki.fi>
2023-08-15 13:36:53 +03:00
Hao Yu
84414e343e
fix user_guides/multiplex.rst ( #3130 )
...
Signed-off-by: Longin-Yu <longinyh@gmail.com>
2023-06-06 14:28:15 -04:00
Milas Bowman
14e8d07d45
docs: update changelog ( #3127 )
...
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-05-11 15:35:42 -04:00
Milas Bowman
45bf9f9115
Merge remote-tracking branch 'upstream/main' into patch-1
2022-08-12 09:43:20 -04:00
Milas Bowman
ff0b4ac60b
docs: add changelog for 6.0.0 ( #3019 )
...
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-08-11 17:20:13 -04:00
Milas Bowman
cd2c35a9b6
ci: add workflow for releases ( #3018 )
...
GitHub Actions workflow to create a release: will upload to PyPI
and create a GitHub release with the `sdist` and `bdist_wheel`
as well.
The version code is switched to `setuptools_scm` to work well
with this flow (e.g. avoid needing to write a script that does
a `sed` on the version file and commits as part of release).
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-07-30 12:14:27 -04:00
Ville Skyttä
55f47299c4
docs: fix TLS server verify example ( #2574 )
...
Leaving out the verify parameter means verification will not be done.
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
2022-07-29 15:54:27 -04:00
Milas Bowman
ab43018b02
docs: fix markdown rendering ( #3020 )
...
Follow instructions at https://www.sphinx-doc.org/en/master/usage/markdown.html .
This switches from `recommonmark` (deprecated) to `myst-parser`
(recommended).
Only impacts the changelog page, which was broken after recent upgrades
to Sphinx for Python 3.10 compatibility.
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-07-28 16:38:57 -04:00
Milas Bowman
da62a28837
deps: test on Python 3.10 by default ( #3010 )
...
* Upgrade to latest Sphinx / recommonmark
* Small CSS fix for issue in new version of Alabaster theme
* Fix `Makefile` target for macOS
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-07-27 14:44:36 -04:00
Anca Iordache
ecace769f5
Post-release changelog update
...
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-10-08 00:58:26 +02:00
Anca Iordache
a9265197d2
Post-release changelog update
...
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-09-01 19:23:59 +02:00
Anca Iordache
c5fc193857
Update changelog for 5.0.1 release
...
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-08-31 16:39:50 +02:00
Anca Iordache
4a3cddf4bf
Update changelog for v5.0.0
...
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-08-31 15:57:32 +02:00
Anthony Sottile
5fcc293ba2
use python3.6+ constructs
...
Signed-off-by: Anthony Sottile <asottile@umich.edu>
2021-07-05 18:30:07 -04:00
aiordache
148f9161e1
Update changelog for 4.4.4
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2021-02-24 18:20:24 +01:00
aiordache
fe995ae79f
Update changelog post-release 4.4.3
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2021-02-19 17:33:16 +01:00
aiordache
e6689e0bb9
Post-release 4.4.2 changelog updates
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2021-02-18 11:19:11 -03:00
Christian Clauss
10ff403079
print() is a function in Python 3
...
Like #2740 but for the docs
Signed-off-by: Christian Clauss <cclauss@me.com>
2020-12-28 19:14:55 +01:00
Ulysses Souza
2f3e0f9fc4
Prepare release 4.4.1
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-12-22 20:37:46 +00:00
aiordache
990ef4904c
Post-release v4.4.0
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-11-23 13:16:23 +01:00
aiordache
ed46fb0143
Add release 4.3.1 information to changelog
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-09-07 17:55:36 +02:00
aiordache
9579b7ac0e
Fix changelog merge
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-08-10 19:16:52 +02:00
aiordache
746a2509ab
Prepare release 4.3.0
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-08-10 19:15:50 +02:00
Ulysses Souza
67b77f2fa3
Post release 4.2.0 update:
...
- Changelog
- Next Version
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-08-10 19:15:46 +02:00
Ville Skyttä
631abd156a
Spelling fixes ( #2571 )
...
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
2020-08-07 14:33:19 +02:00
Ulysses Souza
e18a64b630
Bump 4.2.2
...
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
2020-06-30 18:25:58 +02:00
Ulysses Souza
1b2029e08e
Post release 4.2.1 update:
...
- Changelog
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-06-02 16:25:52 +02:00
Ulysses Souza
9923746095
Bump 4.2.1
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-06-02 15:53:06 +02:00
Ulysses Souza
7c4194ce5d
Post release 4.2.0 update:
...
- Changelog
- Next Version
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-02-07 01:00:18 +01:00
Ulysses Souza
ab5678469c
Bump 4.2.0
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-02-06 10:41:28 +01:00
Jack Laxson
19171d0e1e
remove hyphens in literals
...
Signed-off-by: Jack Laxson <jackjrabbit@gmail.com>
2019-10-28 05:45:28 -04:00
Christopher Crone
c81200a483
Bump 4.1.0
...
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2019-10-03 16:39:40 +02:00
Christopher Crone
2bb08b3985
Bump 4.1.0
...
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2019-10-03 15:49:27 +02:00
Hannes Ljungberg
934072a5e7
Add NetworkAttachmentConfig type
...
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
2019-10-03 15:49:27 +02:00
Joffrey F
8fea5738d3
Merge pull request #2333 from hannseman/network-attachment-config
...
Add NetworkAttachmentConfig for service create/update
2019-08-27 00:21:27 -07:00
Djordje Lukic
46fdeffb10
Bump 4.0.2
...
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-06-20 13:33:44 +02:00
Djordje Lukic
805f5f4b38
Bump 4.0.2
...
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-06-20 12:58:37 +02:00
Joffrey F
4828138f50
Changelog 4.0.1
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2019-05-18 20:27:35 -07:00
Joffrey F
307e2b3eda
Changelog 4.0.1
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2019-05-18 20:05:20 -07:00
Batuhan Taşkaya
80f68c81cd
reference swarm page correctly
...
Signed-off-by: Batuhan Taşkaya <btaskaya33@gmail.com>
2019-05-18 19:54:35 -07:00
Joffrey F
c657ca316e
Merge pull request #2347 from docker/resync-release
...
Resync release branch with master
2019-05-18 19:45:41 -07:00
Joffrey F
b406bfb463
Update changelog for 4.0.0
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2019-05-18 19:33:48 -07:00
Ulysses Souza
efdac34ef4
Bump 3.7.2
...
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
2019-05-18 19:33:48 -07:00
Joffrey F
589e76ea3c
Update changelog for 4.0.0
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2019-05-13 22:44:49 -07:00
Ulysses Souza
d863f72939
Bump 3.7.2
...
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
2019-05-13 22:44:48 -07:00