mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Include changelog in docs (#2161)
* Include changelog in docs * Rename file * Fix redirect link * Fix * Rename changelog link file
This commit is contained in:
2
.github/workflows/sphinx.yml
vendored
2
.github/workflows/sphinx.yml
vendored
@@ -10,6 +10,7 @@ on:
|
|||||||
|
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "README.md"
|
- "README.md"
|
||||||
|
- "CHANGELOG.md"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -18,6 +19,7 @@ on:
|
|||||||
|
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "README.md"
|
- "README.md"
|
||||||
|
- "CHANGELOG.md"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@@ -1,7 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
This changelog only contains breaking and/or significant changes manually introduced to this repository (using Pull Requests).
|
||||||
|
All image manifests can be found in [the wiki](https://github.com/jupyter/docker-stacks/wiki).
|
||||||
|
|
||||||
## 2024-10-09
|
## 2024-10-09
|
||||||
|
|
||||||
Affected: users building a custom set of images
|
Affected: users building a custom set of images
|
||||||
|
|
||||||
- **Breaking:** Rename: `ROOT_CONTAINER`->`ROOT_IMAGE`, `BASE_CONTAINER`->`BASE_IMAGE` ([#2154](https://github.com/jupyter/docker-stacks/pull/2154), [#2155](https://github.com/jupyter/docker-stacks/pull/2155))
|
- **Breaking:** Rename: `ROOT_CONTAINER`->`ROOT_IMAGE`, `BASE_CONTAINER`->`BASE_IMAGE` ([#2154](https://github.com/jupyter/docker-stacks/issues/2154), [#2155](https://github.com/jupyter/docker-stacks/pull/2155))
|
||||||
|
@@ -16,6 +16,7 @@ Table of Contents
|
|||||||
using/custom-images
|
using/custom-images
|
||||||
using/troubleshooting
|
using/troubleshooting
|
||||||
using/faq
|
using/faq
|
||||||
|
using/changelog
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
5
docs/using/changelog.md
Normal file
5
docs/using/changelog.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
```{include} ../../CHANGELOG.md
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
<!-- markdownlint-disable-file MD041 -->
|
Reference in New Issue
Block a user