diff --git a/.github/workflows/deadlinks.yml b/.github/workflows/deadlinks.yml index 1a5b246..3c6b908 100644 --- a/.github/workflows/deadlinks.yml +++ b/.github/workflows/deadlinks.yml @@ -19,6 +19,6 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 404 Links uses: atalent-labs/404-links@3.1.4 diff --git a/.github/workflows/markdownchecks.yml b/.github/workflows/markdownchecks.yml index 59500b4..201c78c 100644 --- a/.github/workflows/markdownchecks.yml +++ b/.github/workflows/markdownchecks.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Lint all MD files uses: docker://avtodev/markdown-lint:v1 # fastest way with: diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index e3ecc95..c58db5c 100644 --- a/.github/workflows/render.yml +++ b/.github/workflows/render.yml @@ -25,7 +25,7 @@ jobs: run: echo "BRANCH_NAME=$(echo ${GITHUB_HEAD_REF})" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get version run: | @@ -112,7 +112,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install poppler-utils run: | @@ -178,7 +178,7 @@ jobs: version_changed: ${{ steps.check.outputs.version_changed }} steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: ${{ github.sha }} fetch-depth: 2 @@ -207,7 +207,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Get version run: | @@ -263,7 +263,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Get version run: | diff --git a/.gitignore b/.gitignore index d69913e..75494b6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ PREFACE.md git-story_media/ fra/images/cover_a5_source_preface* + +studies/devops-sre-2024 diff --git a/README.md b/README.md index c35d756..22a79a5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Markdownlint + + Podcast +

:us:

@@ -41,14 +44,15 @@ As a DevOps advocate, I had to make this book GitOps-compliant, this is why it i Here are the different ways to access this writing : -| Type | French | English | -| ---------------- | --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Web version | [Lire maintenant](https://book-devops.berwick.fr/fra/index.html) | [Read now](https://book-devops.berwick.fr/eng/index.html) | -| Markdown version | [Lire maintenant](./fra/README.md) | [Read now](./eng/README.md) | -| Ebook version | [Amazon](https://www.amazon.fr/dp/B0CKHV5QB7) / [Google Books](https://play.google.com/store/books/details?id=3u_bEAAAQBAJ) | [Amazon](https://www.amazon.com/dp/B0CT8RY844) / [Google Books](https://play.google.com/store/books/details/Flavien_BERWICK_Scaling_Institutions_with_DevOps?id=bxvwEAAAQBAJ) | -| Paperback book | [Amazon](https://www.amazon.fr/dp/B0CKJ6SLV3) | [Amazon](https://www.amazon.com/dp/B0CT6ZF5GZ) | -| Hardcover book | [Amazon](https://www.amazon.fr/dp/B0CKJ651K9) | N/A | -| Audiobook | N/A | [_Soon_](./eng/AUDIOBOOK.md) | +| Type | French | English | +| -------------------- | --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Web version | [Lire maintenant](https://book-devops.berwick.fr/fra/index.html) | [Read now](https://book-devops.berwick.fr/eng/index.html) | +| Markdown version | [Lire maintenant](./fra/README.md) | [Read now](./eng/README.md) | +| Ebook version | [Amazon](https://www.amazon.fr/dp/B0CKHV5QB7) / [Google Books](https://play.google.com/store/books/details?id=3u_bEAAAQBAJ) | [Amazon](https://www.amazon.com/dp/B0CT8RY844) / [Google Books](https://play.google.com/store/books/details/Flavien_BERWICK_Scaling_Institutions_with_DevOps?id=bxvwEAAAQBAJ) | +| Paperback book | [Amazon](https://www.amazon.fr/dp/B0CKJ6SLV3) | [Amazon](https://www.amazon.com/dp/B0CT6ZF5GZ) | +| Hardcover book | [Amazon](https://www.amazon.fr/dp/B0CKJ651K9) | N/A | +| Audiobook | N/A | [_Soon_](./eng/AUDIOBOOK.md) | +| Summarized audiobook | N/A | [Listen now](./eng/Scaling-Institutions-with-DevOps_NotebookLM_Deep-Dive.wav) (18 min) | > The original book was written in French. The English version was reworked to include america-related examples and use cases. diff --git a/eng/Scaling-Institutions-with-DevOps_NotebookLM_Deep-Dive.wav b/eng/Scaling-Institutions-with-DevOps_NotebookLM_Deep-Dive.wav new file mode 100644 index 0000000..1b31741 Binary files /dev/null and b/eng/Scaling-Institutions-with-DevOps_NotebookLM_Deep-Dive.wav differ