Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge main into feat/sdk-47-ibc-7; update broken tests #2853

Merged
merged 118 commits into from
Dec 12, 2023

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    d93e896 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. feat: add query local min-gas-price (#2627)

    * feat: add query local min-gas-price
    
    * docs: add changelog
    
    * test: add test for query local min-gas-prices
    
    * test: add test for local min-gas-price query
    
    * fix: test query min-gas-price
    yaruwangway authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    353410e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    d0cc711 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    3dfe577 View commit details
    Browse the repository at this point in the history
  2. fix typo in PFM changelog

    mpoke committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6e01021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a759409 View commit details
    Browse the repository at this point in the history
  4. refactor: use gci linter to sort imports (#2608)

    * use the gci linter to sort imports
    
    * enable custom ordering in gci
    faddat authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    69d1dd0 View commit details
    Browse the repository at this point in the history
  5. chore: remove depguard and bump golangci-lint (#2596)

    * remove depguard from gaia, bump golangci-lint
    
    * use the actual latest version of golangci-lint
    
    * update state sync script to use sg1 cached endpoint
    
    * use 1.53.3
    
    * revert changes to statesync script
    faddat authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    700da38 View commit details
    Browse the repository at this point in the history
  6. fix: use the latest release of hermes for e2e (#2644)

    * use the latest release of hermes for e2e
    
    * make hermes.Dockerfile work in multiplatform environments.
    faddat authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    934be9b View commit details
    Browse the repository at this point in the history
  7. deps!: bump liquidity to v1.6.0-forced-withdrawal (#2652)

    * bump liquidity to v1.6.0-forced-withdrawal
    
    * add entries to .changelog
    
    * fix filenames to contain PR number
    mpoke authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bc98c30 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cdc5089 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    0a4fb3c View commit details
    Browse the repository at this point in the history
  2. docs: refactor gaia ADRs (#2628)

    * refactor gaia ADRs
    
    * apply review suggestions
    
    * add  mermaid graph
    
    * add ADR-001 back as rejected
    
    * fix typo
    mpoke authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    85cb852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ff7c9c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    0611123 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. chore: update Cosmos Hub Upgrade Epic (#2661)

    * update upgrade checklist
    
    * Update .github/ISSUE_TEMPLATE/upgrade-checklist.md
    
    Co-authored-by: Dante Sanchez <dante.a.sanchez@gmail.com>
    
    ---------
    
    Co-authored-by: Dante Sanchez <dante.a.sanchez@gmail.com>
    mpoke and dasanchez authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0dcfcae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e869e View commit details
    Browse the repository at this point in the history
  3. feat: update module name to v12 (#2672)

    * bump to v12
    
    * feat: add upgrade handler for v12
    yaruwangway authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    581ef19 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    8769bb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. test: fix upgrade test (#2680)

    * fix: upgrade test
    
    * chore: write to log file
    yaruwangway authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f6bb443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bab491 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. docs: global fee adr (#2603)

    * docs: add adr template
    
    * tmp
    
    * docs: add globalfee ADR
    
    * docs: update globalfee adr
    
    * docs: minor change of globalfee adr
    
    * Apply suggestions from code review
    
    Co-authored-by: Simon Noetzlin <simon.ntz@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Simon Noetzlin <simon.ntz@gmail.com>
    
    * docs: update according to comment
    
    * docs: formatting
    
    * docs: add fee check details
    
    * renaming as ADR 002
    
    * Apply suggestions from code review
    
    Co-authored-by: Marius Poke <marius.poke@posteo.de>
    
    * chore: cosmos-sdk -> Cosmos SDK
    
    * chore: typo correction
    
    * docs: restructure
    
    * docs: add BypassMinFeeMsgTypes intro
    
    * docs: clean
    
    * docs
    
    * docs update
    
    * docs formatting
    
    * docs: add defination of CombinedFeeRequirement
    
    * feat: update chart
    
    * Update docs/architecture/adr-002-globalfee.md
    
    Co-authored-by: Simon Noetzlin <simon.ntz@gmail.com>
    
    * Update docs/architecture/adr-002-globalfee.md
    
    Co-authored-by: Simon Noetzlin <simon.ntz@gmail.com>
    
    ---------
    
    Co-authored-by: Simon Noetzlin <simon.ntz@gmail.com>
    Co-authored-by: mpoke <marius.poke@posteo.de>
    3 people authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    94f9657 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Fix pointer to store upgrades inside loop (#2675)

    Co-authored-by: MSalopek <matija.salopek994@gmail.com>
    outofforest and MSalopek authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5cbea25 View commit details
    Browse the repository at this point in the history
  2. docs: bring v11.0.0 changelog to main (#2676)

    * bring v11.0.0 changelog to main
    
    * rename 10.0.2 to v10.0.2
    
    * remove duplicates from unreleased
    
    * unclog build
    mpoke authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8be7aa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. chore(deps): bump JamesIves/github-pages-deploy-action from 4.4.2 to …

    …4.4.3 (#2651)
    
    Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 to 4.4.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/jamesives/github-pages-deploy-action/releases">JamesIves/github-pages-deploy-action's releases</a>.</em></p>
    <blockquote>
    <h2>v4.4.3</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Bump <code>@​types/node</code> from 18.8.0 to 18.8.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1239">JamesIves/github-pages-deploy-action#1239</a></li>
    <li>Bump webfactory/ssh-agent from 0.5.4 to 0.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1252">JamesIves/github-pages-deploy-action#1252</a></li>
    <li>Bump <code>@​types/node</code> from 18.8.4 to 18.11.9 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1262">JamesIves/github-pages-deploy-action#1262</a></li>
    <li>Bump eslint-plugin-jest from 27.0.4 to 27.1.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1268">JamesIves/github-pages-deploy-action#1268</a></li>
    <li>Bump <code>@​types/node</code> from 18.11.9 to 18.11.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1276">JamesIves/github-pages-deploy-action#1276</a></li>
    <li>Bump <code>@​types/node</code> from 18.11.10 to 18.11.13 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1283">JamesIves/github-pages-deploy-action#1283</a></li>
    <li>Bump eslint-config-prettier from 8.5.0 to 8.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1293">JamesIves/github-pages-deploy-action#1293</a></li>
    <li>Bump json5 from 2.1.1 to 2.2.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1294">JamesIves/github-pages-deploy-action#1294</a></li>
    <li>Bump minimatch from 3.0.4 to 3.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1270">JamesIves/github-pages-deploy-action#1270</a></li>
    <li>Bump decode-uri-component from 0.2.0 to 0.2.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1277">JamesIves/github-pages-deploy-action#1277</a></li>
    <li>Bump typescript from 4.8.4 to 4.9.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1281">JamesIves/github-pages-deploy-action#1281</a></li>
    <li>Bump eslint-plugin-jest from 27.1.5 to 27.2.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1296">JamesIves/github-pages-deploy-action#1296</a></li>
    <li>Bump rimraf from 3.0.2 to 4.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1307">JamesIves/github-pages-deploy-action#1307</a></li>
    <li>Bump typescript from 4.9.4 to 4.9.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1311">JamesIves/github-pages-deploy-action#1311</a></li>
    <li>Bump codecov/codecov-action from 3.1.1 to 3.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1353">JamesIves/github-pages-deploy-action#1353</a></li>
    <li>Bump <code>@​types/node</code> from 18.11.13 to 18.16.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1361">JamesIves/github-pages-deploy-action#1361</a></li>
    <li>Bump codecov/codecov-action from 3.1.2 to 3.1.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1372">JamesIves/github-pages-deploy-action#1372</a></li>
    <li>Bump <code>@​actions/io</code> from 1.1.2 to 1.1.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1339">JamesIves/github-pages-deploy-action#1339</a></li>
    <li>Bump prettier from 2.7.1 to 2.8.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1357">JamesIves/github-pages-deploy-action#1357</a></li>
    <li>Bump <code>@​types/node</code> from 18.16.3 to 20.2.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1380">JamesIves/github-pages-deploy-action#1380</a></li>
    <li>Bump webfactory/ssh-agent from 0.7.0 to 0.8.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1348">JamesIves/github-pages-deploy-action#1348</a></li>
    <li>Bump eslint-config-prettier from 8.6.0 to 8.8.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1342">JamesIves/github-pages-deploy-action#1342</a></li>
    <li>Bump <code>@​types/node</code> from 20.2.3 to 20.2.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1381">JamesIves/github-pages-deploy-action#1381</a></li>
    <li>Bump <code>@​types/node</code> from 20.2.4 to 20.2.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1383">JamesIves/github-pages-deploy-action#1383</a></li>
    <li>Bump <code>@​types/node</code> from 20.2.5 to 20.3.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1385">JamesIves/github-pages-deploy-action#1385</a></li>
    <li>Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1386">JamesIves/github-pages-deploy-action#1386</a></li>
    <li>Bump <code>@​types/node</code> from 20.3.1 to 20.3.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1387">JamesIves/github-pages-deploy-action#1387</a></li>
    <li>Bump <code>@​types/node</code> from 20.3.2 to 20.3.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1389">JamesIves/github-pages-deploy-action#1389</a></li>
    <li>Bump semver from 5.7.1 to 5.7.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1396">JamesIves/github-pages-deploy-action#1396</a></li>
    <li>Bump tough-cookie from 4.0.0 to 4.1.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1394">JamesIves/github-pages-deploy-action#1394</a></li>
    <li>Bump <code>@​types/node</code> from 20.3.3 to 20.4.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1395">JamesIves/github-pages-deploy-action#1395</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.4.3">https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.4.3</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/a1ea191d508feb8485aceba848389d49f80ca2dc"><code>a1ea191</code></a> Deploy Production Code for Commit a8bd9aef1855024c235ad911985c97e153ddc9c4 🚀</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/a8bd9aef1855024c235ad911985c97e153ddc9c4"><code>a8bd9ae</code></a> Merge branch 'dev' into releases/v4</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/7e13873dee76cdcb5d247f8c10ab5871c0b2418a"><code>7e13873</code></a> Bump <code>@​types/node</code> from 20.3.3 to 20.4.1 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1395">#1395</a>)</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/da986918281e44cc68ab44229f63d49f2f13b389"><code>da98691</code></a> Bump tough-cookie from 4.0.0 to 4.1.3 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1394">#1394</a>)</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/4a6bcf161550cade762c80e51159b5a8d20b7920"><code>4a6bcf1</code></a> Bump semver from 5.7.1 to 5.7.2 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1396">#1396</a>)</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/426d422c1c72978c4c926ef8dcf600b3c5ced561"><code>426d422</code></a> Bump <code>@​types/node</code> from 20.3.2 to 20.3.3 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1389">#1389</a>)</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/6c78091d858515ea8cd1db9b735f1312197d7773"><code>6c78091</code></a> Bump <code>@​types/node</code> from 20.3.1 to 20.3.2 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1387">#1387</a>)</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/dbbf76c054a31d7ac44d8f0bb381fba0a47d1c80"><code>dbbf76c</code></a> Deploying to dev from @ JamesIves/github-pages-deploy-action@ce9d786e639c4709...</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/ce9d786e639c47093af973a5d65242993b6913bb"><code>ce9d786</code></a> Bump eslint-plugin-jest from 27.2.1 to 27.2.2 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1386">#1386</a>)</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/e33c1e26e1b70d7da5746d4165ba79b49029dfef"><code>e33c1e2</code></a> Bump <code>@​types/node</code> from 20.2.5 to 20.3.1 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1385">#1385</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.2...v4.4.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=JamesIves/github-pages-deploy-action&package-manager=github_actions&previous-version=4.4.2&new-version=4.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9c570a0 View commit details
    Browse the repository at this point in the history
  2. deps!: bump PFM to v4.1.0 (#2677)

    * bump PFM to 4.0.6
    
    * add entries to .changelog
    
    * bump PFM to 4.0.6
    
    * add entries to .changelog
    
    * bump PFM to 4.1.0
    
    * make lint-fix
    mpoke authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c2e968c View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 (#2650)

    Bumps [cosmossdk.io/errors](https://github.com/cosmos/cosmos-sdk) from 1.0.0-beta.7 to 1.0.0.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@errors/v1.0.0-beta.7...log/v1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cosmossdk.io/errors
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d3e4de8 View commit details
    Browse the repository at this point in the history
  4. update swagger (#2590)

    Co-authored-by: Milan Mulji <98309852+mmulji-ic@users.noreply.github.com>
    sainoe and mmulji-ic authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    93cde23 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Fix: sim genesis account validation (#2690)

    * fix: app: make SimGenesisAccount.Validate error if .BaseAccount is nil
    
    This change ensures that an error is returned, instead of panicking,
    when SimGenesisAccount.BaseAccount is nil, after invoking .Validate.
    Found by fuzzing and added the tests in here to catch future
    regressions.
    
    Fixes #2586
    
    * merge fix FuzzGenesisAccountValidate test
    
    * fix: lint
    
    ---------
    
    Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
    Co-authored-by: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com>
    3 people authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5e192b5 View commit details
    Browse the repository at this point in the history
  2. docs: release testnet upgraded to v11 (#2668)

    * testnet upgraded to v11
    
    * replace v11.0.0-rc0 with v11.0.0
    dasanchez authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6b1ecb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. docs: Updating the quickstart, joining mainnet & upgrade docs for v11 (

    …#2670)
    
    * add upgrade instructions for v11
    
    * update docs for v11
    
    * update proposal number and link
    
    * Updated cosmovisor version and a typo
    
    ---------
    
    Co-authored-by: Milan Mulji <98309852+mmulji-ic@users.noreply.github.com>
    mpoke and mmulji-ic authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    027e0cc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. deps!: use cosmos-sdk v0.45.16-lsm-ics (#2643)

    * deps: use cosmos-sdk v0.45.16-lsm-ics
    
    * deps&rebase: use cosmos-sdk v0.45.16-lsm-ics
    
    * add local testing script
    
    * fix: update test_helpers; use latest lsm/ics versions
    
    * chore: bump iqlusion:cosmos-sdk to latest
    
    * Jstr/lsm e2e tests (#2679)
    
    * lsm e2e test work - wip
    
    * Add validator bond functionality on lsm happy path
    
    * add tokenize share check on lsm test & redeemShare utility function
    
    * add bank send lsm tokens test
    
    * Add test for transfer reward ownership, and redeem shares
    
    * Add staking param query utility & LSM params update process on LSM e2e test
    
    * Add IBC transfer test on LSM share tokens & Resolve e2e tests by updating gas configs and result checker
    
    * resolve github action bot comments
    
    * bring all e2e test items back to enabled
    
    * Update tests/e2e/e2e_lsm_test.go
    
    Co-authored-by: sampocs <sam@stridelabs.co>
    
    * resolve comments
    
    * reenable tokenize share record module account balance check
    
    ---------
    
    Co-authored-by: jstr1121 <jun@stridelabs.co>
    Co-authored-by: jstr1121 <118450565+jstr1121@users.noreply.github.com>
    Co-authored-by: sampocs <sam@stridelabs.co>
    
    * Add lsm params to upgrade handler (#2686)
    
    * set LSM params in upgrade handler
    
    * added comments around constants
    
    * test: add migrateUBDEntries to upgrade handler — required adding exported.go to sdk
    
    * Revert "test: add migrateUBDEntries to upgrade handler — required adding exported.go to sdk"
    
    This reverts commit 7bd9727.
    
    ---------
    
    Co-authored-by: Riley Edmunds <riley@stridelabs.co>
    
    * chore: bump cosmos-sdk and ics to latest
    
    * Fix staking & distribution e2e test with LSM (#2687)
    
    * lsm e2e test work - wip
    
    * Add validator bond functionality on lsm happy path
    
    * add tokenize share check on lsm test & redeemShare utility function
    
    * add bank send lsm tokens test
    
    * Add test for transfer reward ownership, and redeem shares
    
    * Add staking param query utility & LSM params update process on LSM e2e test
    
    * Add IBC transfer test on LSM share tokens & Resolve e2e tests by updating gas configs and result checker
    
    * resolve github action bot comments
    
    * bring all e2e test items back to enabled
    
    * Update tests/e2e/e2e_lsm_test.go
    
    Co-authored-by: sampocs <sam@stridelabs.co>
    
    * resolve comments
    
    * reenable tokenize share record module account balance check
    
    * fix staking test affected by other test
    
    ---------
    
    Co-authored-by: jstr1121 <jun@stridelabs.co>
    Co-authored-by: jstr1121 <118450565+jstr1121@users.noreply.github.com>
    
    * chore: appease lint rules
    
    * docs: Add LSM docs (#2683)
    
    * docs: validator FAQ updated with LSM docs
    
    * docs: validator faq - remove min self delegation references
    
    * docs: delegator faq - add lsm docs
    
    * docs: address Marius review comments on docs
    
    * bump SDK to 0.45.16-ics-lsm-rc0 and ICS to 2.0.0-lsm-rc0
    
    * add .changelog entries
    
    * use sdk.Dec
    
    * Update constants.go
    
    ---------
    
    Co-authored-by: riley-stride <104941670+riley-stride@users.noreply.github.com>
    Co-authored-by: jstr1121 <jun@stridelabs.co>
    Co-authored-by: jstr1121 <118450565+jstr1121@users.noreply.github.com>
    Co-authored-by: sampocs <sam@stridelabs.co>
    Co-authored-by: Riley Edmunds <riley@stridelabs.co>
    Co-authored-by: Marius Poke <marius.poke@posteo.de>
    Co-authored-by: Shawn <44221603+smarshall-spitzbart@users.noreply.github.com>
    8 people authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    75f0714 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. deps: bump SDK to v0.45.16-ics-lsm and ICS to v2.0.0-lsm (#2695)

    * bump SDK to v0.45.16-ics-lsm and ICS to v2.0.0-lsm
    
    * fix link in .changelog entry
    mpoke authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d1da837 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. chore(deps): bump cosmossdk.io/math from 1.0.1 to 1.1.0 (#2698)

    Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.0.1 to 1.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/releases">cosmossdk.io/math's releases</a>.</em></p>
    <blockquote>
    <h2>Cosmovisor v1.1.0</h2>
    <h2>Release Notes</h2>
    <h3>New execution model</h3>
    <p>With this release we are shifting to a new CLI design:</p>
    <ul>
    <li>in the past, Cosmovisor was designed to act as a wrapper for a Cosmos App. An admin could link it and use it instead of the Cosmos App. When running it will pass all options and configuration  parameters to the app. Hence the only way to configure the Cosmovisor was through environment variables.</li>
    <li>now, we are moving to a more traditional model, where Cosmovisor has it's own command set and is a true supervisor.</li>
    </ul>
    <p>New commands have been added:</p>
    <ul>
    <li><code>run</code> will start the Cosmos App and pass remaining arguments to the app (similar to <code>npm run</code>)</li>
    <li><code>help</code> will display Cosmovisor help</li>
    <li><code>version</code> will display both Cosmovisor and the associated app version.</li>
    </ul>
    <p>The existing way of starting an app with Cosmovisor has been deprecated (<code>cosmovisor [app params]</code>) and will be removed in the future version. Please use <code>cosmovisor run [app pararms]</code>  instead.</p>
    <h3>New Features</h3>
    <p>We added a new configuration option: <code>DAEMON_BACKUP_DIR</code> (as env variable). When set, Cosmovisor will create backup the app data backup in that directory (instead of using the app home directory) before running the update. See the <a href="https://github.com/cosmos/cosmos-sdk/blob/master/cosmovisor/README.md#command-line-arguments-and-environment-variables">README</a> file for more details.</p>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Fixed <code>cosmovisor version</code> output when installed using 'go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.0.0'.</li>
    </ul>
    <h3>Changelog</h3>
    <p>For more details, please see the <a href="https://github.com/cosmos/cosmos-sdk/blob/cosmovisor/v1.1.0/cosmovisor/CHANGELOG.md">CHANGELOG</a>.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/be5e3aa52bd04ab9ecd86ca739d2252c34f419b4"><code>be5e3aa</code></a> feat(log): extend logger options (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/15956">#15956</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/851e9e873b5c68aefe098b78f1a23d5acf50a81f"><code>851e9e8</code></a> docs: update roadmap for q2 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/15952">#15952</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/91278f6602ebac9534fc19c2d803d23c9df78bac"><code>91278f6</code></a> refactor(x/authz)!: Use KVStoreService, context.Context and return errors ins...</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/26faee9bf7f59f5f65cacc6177e4034225ea0f12"><code>26faee9</code></a> refactor: bcrypt key derivation to aead (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/509">#509</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/15817">#15817</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/428e19f4f0b79ea20c15c2b15fa77a7a44b8213f"><code>428e19f</code></a> refactor(x/distribution)!: Use KVStoreService, context.Context and return err...</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/a6ea0948b2884417423ebee41809d28667c67c2e"><code>a6ea094</code></a> ci: skip fix registration for linting (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/15965">#15965</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/00b78fae00004df8ab9ebc8c880c6fc8166dadda"><code>00b78fa</code></a> refactor(x/auth): v2 adaptable tx instead of double decode (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/15910">#15910</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/1179285bf289302840efe42d1989f1b36ea216f3"><code>1179285</code></a> feat(hubl): cache bech32 prefix (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/15954">#15954</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/6a8251aafa8eae04e968fe71eecdc62f8b97b9bd"><code>6a8251a</code></a> build(deps): bump cometbft to v0.37.1 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/15955">#15955</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/6dfe7351a5c2a7eb53076ebc190bd6f3a396c270"><code>6dfe735</code></a> refactor!: use KVStoreService and context.Context in x/bank (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/15891">#15891</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/math/v1.0.1...log/v1.1.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/math&package-manager=go_modules&previous-version=1.0.1&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    37a725a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. chore: mergify and dependabot for v12 (#2701)

    * update mergify
    
    * update dependabot
    mpoke authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a262cfb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. chore(deps): Bump cosmossdk.io/math from 1.1.0 to 1.1.2 (#2705)

    Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.1.0 to 1.1.2.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/bf249162e42ef084668b942e12538cb30f9e4846"><code>bf24916</code></a> fix(math): revert <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/16263">#16263</a> and add test cases (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17489">#17489</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/1089f715fc73d861599a55a62725293b2b6e4761"><code>1089f71</code></a> fix(math): fix panic in <code>.Size()</code> (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17480">#17480</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/c94ce04bfa9d851d3a5aefa467af334d910fe535"><code>c94ce04</code></a> ci: Re-enable rocksdb backend in build.yml (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17474">#17474</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/1bd37053e0c034accaa5706ef7fc5b0bff5467fb"><code>1bd3705</code></a> feat: add core and api for PreBlock (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17468">#17468</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/4e11394a302dfa66264725901f0d442e53182ca8"><code>4e11394</code></a> build(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11 in /x/acc...</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/46bab63d8cedabf3252170542a2900229a5f3292"><code>46bab63</code></a> feat(accounts): init accounts module (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17443">#17443</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/8976d83b879c558553532f66498b2d200abfd75a"><code>8976d83</code></a> chore: bump client/v2 to go.mod 1.21 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17454">#17454</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/37b8760f96d26d2d9f7d6e700e7a28c0a6a0ed43"><code>37b8760</code></a> test: disable <code>TestStatusCommand</code> (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17452">#17452</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/4b1bb7f0547a8f5ceffc97ddd9698dd2a4c52edb"><code>4b1bb7f</code></a> chore: add 0.50.0-rc.0 changelog to main (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17455">#17455</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/ff2e5a236282de7844bc318dde280a175244c077"><code>ff2e5a2</code></a> feat(bank): Allow injectable restrictions on bank transfers (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/14224">#14224</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/log/v1.1.0...math/v1.1.2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/math&package-manager=go_modules&previous-version=1.1.0&new-version=1.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    97d0a13 View commit details
    Browse the repository at this point in the history
  2. Test: automate upgrade test in ci (#2692)

    * feat: automate upgrade test
    
    * test: update upgrade workflow
    
    * test: update upgrade workflow again
    
    * test: update update upgrade scripts
    
    * test: update binary copying
    
    * test: update upgrade dir
    
    * test: update upgrade dir path
    
    * fix: binary copying
    
    * fix: update dir path
    
    * debug
    
    * fix: upgrade version number
    
    * fix: version comparision
    
    * fix: version comparision in run_upgrade_commands.sh
    
    * fix: use pre-release tag first, then use latest release tag for old binary version
    
    * fix: continue-on-error
    
    * checkout current pr branch
    
    * remove checkout -
    
    * release checkout
    
    * typo
    
    * move gaiad binary to GITHUB_WORKSPACE
    
    * debug
    
    * debug: update checkout verison
    
    * fix test.yml
    
    * debug: binary share between steps
    
    * debug: checkout present pr branch before run scripts
    
    * query proposals
    
    * fix cosmovisor dir
    
    * fix the upgrade version
    
    * formatting
    
    * formatting
    
    * formatting
    
    * debug yml format
    
    * typo correction
    
    * make old gaiad version hardcoded
    
    * chore: add comments
    yaruwangway authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6cc159e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    696ab38 View commit details
    Browse the repository at this point in the history
  2. chore: update to v13 (#2707)

    * update to v13
    
    * update upgrade script
    
    * update test upgrade script
    
    * update sed command
    
    * update app.go
    
    * update upgradeFrom version
    yaruwangway authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ae64d50 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. ci: update goreleaser tag sort options (#2710)

    * ci: update goreleaser tag sort options
    
    * ci: add prerelease suffix
    
    * ci: add force tag fetch just in case
    
    * ci: use refname with suffix instead of creatordate
    
    * ci: use refname with suffix instead of creatordate
    MSalopek authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    dfd19da View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. docs: schedule testnet upgrade to v12 (#2704)

    * v12 upgrade height, cosmovisor 1.5.0
    
    * testnet upgraded to v12
    dasanchez authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c54975c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. fix: Removal of liquidity module (#2716)

    * Remove liquidity module
    * Fix issue found by linter
    * Update docs
    * Correction to coding guidlines
    bermuell authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5b54c94 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. docs: Updated docs for v12 release (#2718)

    * updated docs for v12 release
    
    * Review comments regarding installation instructions of cosmovisor
    mmulji-ic authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    3d83e89 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    5692546 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump actions/checkout from 3 to 4 (#2721)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
    <blockquote>
    <h2>v4.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update default runtime to node20 by <a href="https://github.com/takost"><code>@​takost</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li>
    <li>Support fetching without the --progress option by <a href="https://github.com/simonbaird"><code>@​simonbaird</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li>
    <li>Release 4.0.0 by <a href="https://github.com/takost"><code>@​takost</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1447">actions/checkout#1447</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/takost"><code>@​takost</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li>
    <li><a href="https://github.com/simonbaird"><code>@​simonbaird</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v4.0.0">https://github.com/actions/checkout/compare/v3...v4.0.0</a></p>
    <h2>v3.6.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Mark test scripts with Bash'isms to be run via Bash by <a href="https://github.com/dscho"><code>@​dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1377">actions/checkout#1377</a></li>
    <li>Add option to fetch tags even if fetch-depth &gt; 0 by <a href="https://github.com/RobertWieczoreck"><code>@​RobertWieczoreck</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li>
    <li>Release 3.6.0 by <a href="https://github.com/luketomlinson"><code>@​luketomlinson</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/RobertWieczoreck"><code>@​RobertWieczoreck</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li>
    <li><a href="https://github.com/luketomlinson"><code>@​luketomlinson</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.3...v3.6.0">https://github.com/actions/checkout/compare/v3.5.3...v3.6.0</a></p>
    <h2>v3.5.3</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by <a href="https://github.com/megamanics"><code>@​megamanics</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li>
    <li>Fix typos found by codespell by <a href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li>
    <li>Add support for sparse checkouts by <a href="https://github.com/dscho"><code>@​dscho</code></a> and <a href="https://github.com/dfdez"><code>@​dfdez</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li>
    <li>Release v3.5.3 by <a href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1376">actions/checkout#1376</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/megamanics"><code>@​megamanics</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li>
    <li><a href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li>
    <li><a href="https://github.com/dfdez"><code>@​dfdez</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v3.5.3">https://github.com/actions/checkout/compare/v3...v3.5.3</a></p>
    <h2>v3.5.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Fix: Use correct API url / endpoint in GHES by <a href="https://github.com/fhammerl"><code>@​fhammerl</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1289">actions/checkout#1289</a> based on <a href="https://redirect.github.com/actions/checkout/issues/1286">#1286</a> by <a href="https://github.com/1newsr"><code>@​1newsr</code></a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.1...v3.5.2">https://github.com/actions/checkout/compare/v3.5.1...v3.5.2</a></p>
    <h2>v3.5.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Improve checkout performance on Windows runners by upgrading <code>@​actions/github</code> dependency by <a href="https://github.com/BrettDong"><code>@​BrettDong</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/BrettDong"><code>@​BrettDong</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li>
    </ul>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h2>v4.0.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1067">Support fetching without the --progress option</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1436">Update to node20</a></li>
    </ul>
    <h2>v3.6.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark test scripts with Bash'isms to be run via Bash</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/579">Add option to fetch tags even if fetch-depth &gt; 0</a></li>
    </ul>
    <h2>v3.5.3</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1196">Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix typos found by codespell</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1369">Add support for sparse checkouts</a></li>
    </ul>
    <h2>v3.5.2</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1289">Fix api endpoint for GHES</a></li>
    </ul>
    <h2>v3.5.1</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1246">Fix slow checkout on Windows</a></li>
    </ul>
    <h2>v3.5.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1237">Add new public key for known_hosts</a></li>
    </ul>
    <h2>v3.4.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1209">Upgrade codeql actions to v2</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1210">Upgrade dependencies</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1225">Upgrade <code>@​actions/io</code></a></li>
    </ul>
    <h2>v3.3.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1045">Implement branch list using callbacks from exec function</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1050">Add in explicit reference to private checkout options</a></li>
    <li>[Fix comment typos (that got added in <a href="https://redirect.github.com/actions/checkout/issues/770">#770</a>)](<a href="https://redirect.github.com/actions/checkout/pull/1057">actions/checkout#1057</a>)</li>
    </ul>
    <h2>v3.2.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/942">Add GitHub Action to perform release</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/967">Fix status badge</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1002">Replace datadog/squid with ubuntu/squid Docker image</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/964">Wrap pipeline commands for submoduleForeach in quotes</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1029">Update <code>@​actions/io</code> to 1.1.2</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1039">Upgrading version to 3.2.0</a></li>
    </ul>
    <h2>v3.1.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/939">Use <code>@​actions/core</code> <code>saveState</code> and <code>getState</code></a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/922">Add <code>github-server-url</code> input</a></li>
    </ul>
    <h2>v3.0.2</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/770">Add input <code>set-safe-directory</code></a></li>
    </ul>
    <h2>v3.0.1</h2>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/checkout/commit/3df4ab11eba7bda6032a0b82a6bb43b11571feac"><code>3df4ab1</code></a> Release 4.0.0 (<a href="https://redirect.github.com/actions/checkout/issues/1447">#1447</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/8b5e8b768746b50394015010d25e690bfab9dfbc"><code>8b5e8b7</code></a> Support fetching without the --progress option (<a href="https://redirect.github.com/actions/checkout/issues/1067">#1067</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/97a652b80035363df47baee5031ec8670b8878ac"><code>97a652b</code></a> Update default runtime to node20 (<a href="https://redirect.github.com/actions/checkout/issues/1436">#1436</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/checkout/compare/v3...v4">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1246325 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. chore(deps): Bump actions/cache from 3.3.1 to 3.3.2 (#2719)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p>
    <blockquote>
    <h2>v3.3.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Fixed readme with new segment timeout values by <a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1133">actions/cache#1133</a></li>
    <li>Readme fixes by <a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1134">actions/cache#1134</a></li>
    <li>Updated description of the lookup-only input for main action by <a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1130">actions/cache#1130</a></li>
    <li>Change two new actions mention as quoted text by <a href="https://github.com/bishal-pdMSFT"><code>@​bishal-pdMSFT</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1131">actions/cache#1131</a></li>
    <li>Update Cross-OS Caching tips by <a href="https://github.com/pdotl"><code>@​pdotl</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1122">actions/cache#1122</a></li>
    <li>Bazel example (Take <a href="https://redirect.github.com/actions/cache/issues/2">#2</a>️⃣) by <a href="https://github.com/vorburger"><code>@​vorburger</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1132">actions/cache#1132</a></li>
    <li>Remove actions to add new PRs and issues to a project board by <a href="https://github.com/jorendorff"><code>@​jorendorff</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1187">actions/cache#1187</a></li>
    <li>Consume latest toolkit and fix dangling promise bug by <a href="https://github.com/chkimes"><code>@​chkimes</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1217">actions/cache#1217</a></li>
    <li>Bump action version to 3.3.2 by <a href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1236">actions/cache#1236</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/vorburger"><code>@​vorburger</code></a> made their first contribution in <a href="https://redirect.github.com/actions/cache/pull/1132">actions/cache#1132</a></li>
    <li><a href="https://github.com/jorendorff"><code>@​jorendorff</code></a> made their first contribution in <a href="https://redirect.github.com/actions/cache/pull/1187">actions/cache#1187</a></li>
    <li><a href="https://github.com/chkimes"><code>@​chkimes</code></a> made their first contribution in <a href="https://redirect.github.com/actions/cache/pull/1217">actions/cache#1217</a></li>
    <li><a href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> made their first contribution in <a href="https://redirect.github.com/actions/cache/pull/1236">actions/cache#1236</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.3.2">https://github.com/actions/cache/compare/v3...v3.3.2</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's changelog</a>.</em></p>
    <blockquote>
    <h3>3.3.1</h3>
    <ul>
    <li>Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.</li>
    </ul>
    <h3>3.3.2</h3>
    <ul>
    <li>Fixes bug with Azure SDK causing blob downloads to get stuck.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/cache/commit/704facf57e6136b1bc63b828d79edcd491f0ee84"><code>704facf</code></a> Merge pull request <a href="https://redirect.github.com/actions/cache/issues/1236">#1236</a> from actions/bethanyj28/bump-version</li>
    <li><a href="https://github.com/actions/cache/commit/17e2888746ae4cdbac78cbb1a45a157d310c0e53"><code>17e2888</code></a> Add to RELEASES.md</li>
    <li><a href="https://github.com/actions/cache/commit/667d8fdfa213683cee9fcaad43be0f25322bef02"><code>667d8fd</code></a> bump action version to 3.3.2</li>
    <li><a href="https://github.com/actions/cache/commit/f7ebb81a3f195b4fb88dab7c14e2f7aff52045aa"><code>f7ebb81</code></a> Consume latest toolkit and fix dangling promise bug (<a href="https://redirect.github.com/actions/cache/issues/1217">#1217</a>)</li>
    <li><a href="https://github.com/actions/cache/commit/67b839edb68371cc5014f6cea11c9aa77238de78"><code>67b839e</code></a> Merge pull request <a href="https://redirect.github.com/actions/cache/issues/1187">#1187</a> from jorendorff/jorendorff/rm-add-to-project</li>
    <li><a href="https://github.com/actions/cache/commit/57f0e3f198251983d70fc3c83e71b973822da983"><code>57f0e3f</code></a> Remove actions to add new PRs and issues to a project board</li>
    <li><a href="https://github.com/actions/cache/commit/04f198bf0b2a39f7230a4304bf07747a0bddf146"><code>04f198b</code></a> Merge pull request <a href="https://redirect.github.com/actions/cache/issues/1132">#1132</a> from vorburger/bazel-example</li>
    <li><a href="https://github.com/actions/cache/commit/bd9b49b6c3b91fb2f92c80901a466ba260a746eb"><code>bd9b49b</code></a> Merge branch 'main' into bazel-example</li>
    <li><a href="https://github.com/actions/cache/commit/ea0503788c59256f4da17725d04df850ca027df5"><code>ea05037</code></a> Merge pull request <a href="https://redirect.github.com/actions/cache/issues/1122">#1122</a> from actions/pdotl-patch-1</li>
    <li><a href="https://github.com/actions/cache/commit/6a1a45d49b4738670d9804cd9a8fee56a01b6bf2"><code>6a1a45d</code></a> Merge branch 'main' into pdotl-patch-1</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/cache/compare/v3.3.1...v3.3.2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=3.3.1&new-version=3.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    81e0eda View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump docker/build-push-action from 4.1.1 to 4.2.1 (#2720)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p>
    <blockquote>
    <h2>v4.2.1</h2>
    <blockquote>
    <p><strong>Note</strong></p>
    <p>Buildx v0.10 enables support for a minimal <a href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation, which requires support for <a href="https://github.com/opencontainers/image-spec">OCI-compliant</a> multi-platform images. This may introduce issues with registry and runtime support (e.g. <a href="https://redirect.github.com/docker/buildx/issues/1533">Google Cloud Run and AWS Lambda</a>). You can optionally disable the default provenance attestation functionality using <code>provenance: false</code>.</p>
    </blockquote>
    <ul>
    <li>warn if docker config can't be parsed by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/957">docker/build-push-action#957</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1">https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1</a></p>
    <h2>v4.2.0</h2>
    <blockquote>
    <p><strong>Note</strong></p>
    <p>Buildx v0.10 enables support for a minimal <a href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation, which requires support for <a href="https://github.com/opencontainers/image-spec">OCI-compliant</a> multi-platform images. This may introduce issues with registry and runtime support (e.g. <a href="https://redirect.github.com/docker/buildx/issues/1533">Google Cloud Run and AWS Lambda</a>). You can optionally disable the default provenance attestation functionality using <code>provenance: false</code>.</p>
    </blockquote>
    <ul>
    <li>display proxy configuration  by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/872">docker/build-push-action#872</a></li>
    <li>chore(deps): Bump <code>@​docker/actions-toolkit</code> from 0.6.0 to 0.8.0 in <a href="https://redirect.github.com/docker/build-push-action/pull/930">docker/build-push-action#930</a></li>
    <li>chore(deps): Bump word-wrap from 1.2.3 to 1.2.5 in <a href="https://redirect.github.com/docker/build-push-action/pull/925">docker/build-push-action#925</a></li>
    <li>chore(deps): Bump semver from 6.3.0 to 6.3.1 in <a href="https://redirect.github.com/docker/build-push-action/pull/902">docker/build-push-action#902</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0">https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/docker/build-push-action/commit/0a97817b6ade9f46837855d676c4cca3a2471fc9"><code>0a97817</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/957">#957</a> from crazy-max/warn-docker-config</li>
    <li><a href="https://github.com/docker/build-push-action/commit/ec39ef320c442d2af669fd8555e7f3b7ad7026bd"><code>ec39ef3</code></a> chore: update generated content</li>
    <li><a href="https://github.com/docker/build-push-action/commit/f46044b799d766d2bb3e644bd48da06b6c30a978"><code>f46044b</code></a> warn if docker config can't be parsed</li>
    <li><a href="https://github.com/docker/build-push-action/commit/4e4ee680f69700760d5620a94c020aef883043aa"><code>4e4ee68</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/951">#951</a> from crazy-max/ci-concurrency</li>
    <li><a href="https://github.com/docker/build-push-action/commit/e86cf554b69aa5dfd1179937926b6d0cf6550be7"><code>e86cf55</code></a> ci: missing concurrency checks</li>
    <li><a href="https://github.com/docker/build-push-action/commit/daa0106f78eed71cdc2a900489ce515acedeef64"><code>daa0106</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/949">#949</a> from docker/dependabot/github_actions/actions/checkout-4</li>
    <li><a href="https://github.com/docker/build-push-action/commit/ce51e905a661fc760fece3d76496f92e48beb8df"><code>ce51e90</code></a> chore(deps): Bump actions/checkout from 3 to 4</li>
    <li><a href="https://github.com/docker/build-push-action/commit/1fde16337d494a70a6a0d6c3f24486b201a6a873"><code>1fde163</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/950">#950</a> from crazy-max/fix-ci</li>
    <li><a href="https://github.com/docker/build-push-action/commit/ae311c520f6e620595e7fcb93d4f61d6a5573b5e"><code>ae311c5</code></a> ci: fix workflow</li>
    <li><a href="https://github.com/docker/build-push-action/commit/9311bf5263ae5b36f3ec67aff768790c6e2344ad"><code>9311bf5</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/932">#932</a> from crazy-max/form-templates</li>
    <li>Additional commits viewable in <a href="https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=4.1.1&new-version=4.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    86d11c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. docs: fix .md links (#2722)

    * fix md links
    
    * remove proto docs and Makefile target
    
    * fix md links
    mpoke authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a81b187 View commit details
    Browse the repository at this point in the history
  2. fix ledger-live link (#2724)

    mpoke authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    71097c8 View commit details
    Browse the repository at this point in the history
  3. fix md links (#2725)

    mpoke authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5941835 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bce773 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    a65e9c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5da6292 View commit details
    Browse the repository at this point in the history
  3. deps!: bump ICS to v2.1.0-provider-lsm (#2732)

    * bump ICS to v2.1.0-provider-lsm
    
    * add changelog entries
    mpoke authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    fad45d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. chore(deps): Bump docker/build-push-action from 4.2.1 to 5.0.0 (#2736)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 5.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p>
    <blockquote>
    <h2>v5.0.0</h2>
    <ul>
    <li>Node 20 as default runtime (requires <a href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions Runner v2.308.0</a> or later) by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/954">docker/build-push-action#954</a></li>
    <li>Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 in <a href="https://redirect.github.com/docker/build-push-action/pull/959">docker/build-push-action#959</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0">https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/docker/build-push-action/commit/0565240e2d4ab88bba5387d719585280857ece09"><code>0565240</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/959">#959</a> from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li>
    <li><a href="https://github.com/docker/build-push-action/commit/3ab07f880128dd3b47d7764b661d608b1e37712a"><code>3ab07f8</code></a> chore: update generated content</li>
    <li><a href="https://github.com/docker/build-push-action/commit/b9e7e4daec1dd1fed28b226354d2eef8aa92ca38"><code>b9e7e4d</code></a> chore(deps): Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1</li>
    <li><a href="https://github.com/docker/build-push-action/commit/04d1a3b0491bb1fbd0843d1fea3390e385bf2252"><code>04d1a3b</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/954">#954</a> from crazy-max/update-node20</li>
    <li><a href="https://github.com/docker/build-push-action/commit/1a4d1a13fb219ebf616f93930a8c4c6a9ff24155"><code>1a4d1a1</code></a> chore: node 20 as default runtime</li>
    <li><a href="https://github.com/docker/build-push-action/commit/675965c0e16f1a0f94ecafff969d8c966f92c17b"><code>675965c</code></a> chore: update generated content</li>
    <li><a href="https://github.com/docker/build-push-action/commit/58ee34cb6bad9fc3b471453afb4ed741cb0e6ff3"><code>58ee34c</code></a> chore: fix author in package.json</li>
    <li><a href="https://github.com/docker/build-push-action/commit/c97c4060bdc51e97b1b2a972eab2f77d6ae8e57a"><code>c97c406</code></a> fix ProxyConfig type when checking length</li>
    <li><a href="https://github.com/docker/build-push-action/commit/47d5369e0b15ff3b951d5787a265fbecf0fc2bac"><code>47d5369</code></a> vendor: bump <code>@​docker/actions-toolkit</code> from 0.8.0 to 0.12.0</li>
    <li><a href="https://github.com/docker/build-push-action/commit/8895c7468fbe88881dcc4c5b416553e604722cf2"><code>8895c74</code></a> chore: update dev dependencies</li>
    <li>Additional commits viewable in <a href="https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=4.2.1&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fed2f69 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump docker/login-action from 2.2.0 to 3.0.0 (#2738)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/login-action/releases">docker/login-action's releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <ul>
    <li>Node 20 as default runtime (requires <a href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions Runner v2.308.0</a> or later) by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/login-action/pull/593">docker/login-action#593</a></li>
    <li>Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 in <a href="https://redirect.github.com/docker/login-action/pull/598">docker/login-action#598</a></li>
    <li>Bump <code>@​aws-sdk/client-ecr</code> and <code>@​aws-sdk/client-ecr-public</code> to 3.410.0 in <a href="https://redirect.github.com/docker/login-action/pull/555">docker/login-action#555</a> <a href="https://redirect.github.com/docker/login-action/pull/560">docker/login-action#560</a> <a href="https://redirect.github.com/docker/login-action/pull/582">docker/login-action#582</a> <a href="https://redirect.github.com/docker/login-action/pull/599">docker/login-action#599</a></li>
    <li>Bump semver from 6.3.0 to 6.3.1 in <a href="https://redirect.github.com/docker/login-action/pull/556">docker/login-action#556</a></li>
    <li>Bump https-proxy-agent to 7.0.2 <a href="https://redirect.github.com/docker/login-action/pull/561">docker/login-action#561</a> <a href="https://redirect.github.com/docker/login-action/pull/588">docker/login-action#588</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/login-action/compare/v2.2.0...v3.0.0">https://github.com/docker/login-action/compare/v2.2.0...v3.0.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/docker/login-action/commit/343f7c4344506bcbf9b4de18042ae17996df046d"><code>343f7c4</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/599">#599</a> from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...</li>
    <li><a href="https://github.com/docker/login-action/commit/aad0f974f21dc644b324e9fa84c4e364f62acbe6"><code>aad0f97</code></a> chore: update generated content</li>
    <li><a href="https://github.com/docker/login-action/commit/2e0cd391447ec1a654ce199502a5d596fad131a2"><code>2e0cd39</code></a> build(deps): bump the aws-sdk-dependencies group with 2 updates</li>
    <li><a href="https://github.com/docker/login-action/commit/203bc9c4eff55a7fac1552bc4811dc0ea4814f2e"><code>203bc9c</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/588">#588</a> from docker/dependabot/npm_and_yarn/proxy-agent-depen...</li>
    <li><a href="https://github.com/docker/login-action/commit/2199648fc889a2592472959743a8e7d4423bcb29"><code>2199648</code></a> chore: update generated content</li>
    <li><a href="https://github.com/docker/login-action/commit/b489376173c4ff2c6e783dcb597ba8eff69245fe"><code>b489376</code></a> build(deps): bump the proxy-agent-dependencies group with 1 update</li>
    <li><a href="https://github.com/docker/login-action/commit/7c309e74e68d0a0055fd02607b10b3d96510544c"><code>7c309e7</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/598">#598</a> from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li>
    <li><a href="https://github.com/docker/login-action/commit/0ccf222961de35820c1704a0293ca7483b07d065"><code>0ccf222</code></a> chore: update generated content</li>
    <li><a href="https://github.com/docker/login-action/commit/56d703e106032867ad04c1e54d781c209f451e26"><code>56d703e</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/597">#597</a> from docker/dependabot/github_actions/aws-actions/con...</li>
    <li><a href="https://github.com/docker/login-action/commit/24d3b3519e6e369d4d0a307a02881c2f81318560"><code>24d3b35</code></a> build(deps): bump <code>@​actions/core</code> from 1.10.0 to 1.10.1</li>
    <li>Additional commits viewable in <a href="https://github.com/docker/login-action/compare/v2.2.0...v3.0.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/login-action&package-manager=github_actions&previous-version=2.2.0&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    69584ec View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump docker/metadata-action from 4.6.0 to 5.0.0 (#2737)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.6.0 to 5.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/metadata-action/releases">docker/metadata-action's releases</a>.</em></p>
    <blockquote>
    <h2>v5.0.0</h2>
    <ul>
    <li>Node 20 as default runtime (requires <a href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions Runner v2.308.0</a> or later) by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/328">docker/metadata-action#328</a></li>
    <li>Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 in <a href="https://redirect.github.com/docker/metadata-action/pull/333">docker/metadata-action#333</a></li>
    <li>Bump csv-parse from 5.4.0 to 5.5.0 in <a href="https://redirect.github.com/docker/metadata-action/pull/320">docker/metadata-action#320</a></li>
    <li>Bump semver from 7.5.1 to 7.5.2 in <a href="https://redirect.github.com/docker/metadata-action/pull/304">docker/metadata-action#304</a></li>
    <li>Bump handlebars from 4.7.7 to 4.7.8 in <a href="https://redirect.github.com/docker/metadata-action/pull/315">docker/metadata-action#315</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/metadata-action/compare/v4.6.0...v5.0.0">https://github.com/docker/metadata-action/compare/v4.6.0...v5.0.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Upgrade guide</summary>
    <p><em>Sourced from <a href="https://github.com/docker/metadata-action/blob/master/UPGRADE.md">docker/metadata-action's upgrade guide</a>.</em></p>
    <blockquote>
    <h1>Upgrade notes</h1>
    <h2>v2 to v3</h2>
    <ul>
    <li>Repository has been moved to docker org. Replace <code>crazy-max/ghaction-docker-meta@v2</code>
    with <code>docker/metadata-action@v5</code></li>
    <li>The default bake target has been changed: <code>ghaction-docker-meta</code> &gt; <code>docker-metadata-action</code></li>
    </ul>
    <h2>v1 to v2</h2>
    <ul>
    <li><a href="https://github.com/docker/metadata-action/blob/master/#inputs">inputs</a>
    <ul>
    <li><a href="https://github.com/docker/metadata-action/blob/master/#tag-sha"><code>tag-sha</code></a></li>
    <li><a href="https://github.com/docker/metadata-action/blob/master/#tag-edge--tag-edge-branch"><code>tag-edge</code> / <code>tag-edge-branch</code></a></li>
    <li><a href="https://github.com/docker/metadata-action/blob/master/#tag-semver"><code>tag-semver</code></a></li>
    <li><a href="https://github.com/docker/metadata-action/blob/master/#tag-match--tag-match-group"><code>tag-match</code> / <code>tag-match-group</code></a></li>
    <li><a href="https://github.com/docker/metadata-action/blob/master/#tag-latest"><code>tag-latest</code></a></li>
    <li><a href="https://github.com/docker/metadata-action/blob/master/#tag-schedule"><code>tag-schedule</code></a></li>
    <li><a href="https://github.com/docker/metadata-action/blob/master/#tag-custom--tag-custom-only"><code>tag-custom</code> / <code>tag-custom-only</code></a></li>
    <li><a href="https://github.com/docker/metadata-action/blob/master/#label-custom"><code>label-custom</code></a></li>
    </ul>
    </li>
    <li><a href="https://github.com/docker/metadata-action/blob/master/#basic-workflow">Basic workflow</a></li>
    <li><a href="https://github.com/docker/metadata-action/blob/master/#semver-workflow">Semver workflow</a></li>
    </ul>
    <h3>inputs</h3>
    <table>
    <thead>
    <tr>
    <th>New</th>
    <th>Unchanged</th>
    <th>Removed</th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td><code>tags</code></td>
    <td><code>images</code></td>
    <td><code>tag-sha</code></td>
    </tr>
    <tr>
    <td><code>flavor</code></td>
    <td><code>sep-tags</code></td>
    <td><code>tag-edge</code></td>
    </tr>
    <tr>
    <td><code>labels</code></td>
    <td><code>sep-labels</code></td>
    <td><code>tag-edge-branch</code></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td><code>tag-semver</code></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td><code>tag-match</code></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td><code>tag-match-group</code></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td><code>tag-latest</code></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td><code>tag-schedule</code></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td><code>tag-custom</code></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td><code>tag-custom-only</code></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td><code>label-custom</code></td>
    </tr>
    </tbody>
    </table>
    <h4><code>tag-sha</code></h4>
    <pre lang="yaml"><code>tags: |
      type=sha
    </code></pre>
    <h4><code>tag-edge</code> / <code>tag-edge-branch</code></h4>
    <pre lang="yaml"><code>tags: |
      # default branch
    &lt;/tr&gt;&lt;/table&gt; 
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/docker/metadata-action/commit/96383f45573cb7f253c731d3b3ab81c87ef81934"><code>96383f4</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/320">#320</a> from docker/dependabot/npm_and_yarn/csv-parse-5.5.0</li>
    <li><a href="https://github.com/docker/metadata-action/commit/f138b9677be8facef947d88435c8d031d8a79369"><code>f138b96</code></a> chore: update generated content</li>
    <li><a href="https://github.com/docker/metadata-action/commit/9cf7015b158c3e131ff76dce3394dab1faad5e80"><code>9cf7015</code></a> Bump csv-parse from 5.4.0 to 5.5.0</li>
    <li><a href="https://github.com/docker/metadata-action/commit/5a8a5ff8df6f0d538e271b850038e246ea183fad"><code>5a8a5ff</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/315">#315</a> from docker/dependabot/npm_and_yarn/handlebars-4.7.8</li>
    <li><a href="https://github.com/docker/metadata-action/commit/2279d9af58c689771623e3186f32ba64ddbd7f64"><code>2279d9a</code></a> chore: update generated content</li>
    <li><a href="https://github.com/docker/metadata-action/commit/c65993321368dc48142a65ec99de67a6937ec99d"><code>c659933</code></a> Bump handlebars from 4.7.7 to 4.7.8</li>
    <li><a href="https://github.com/docker/metadata-action/commit/48d23ccc0584dd6bfdd83362765262c24f6a294b"><code>48d23cc</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/333">#333</a> from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li>
    <li><a href="https://github.com/docker/metadata-action/commit/b83ffb48d66bbb5ed28a5d5a2db0c67edd743fe1"><code>b83ffb4</code></a> chore: update generated content</li>
    <li><a href="https://github.com/docker/metadata-action/commit/3207f2405ffc191c8e86fc9366a9fab616ded30e"><code>3207f24</code></a> Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1</li>
    <li><a href="https://github.com/docker/metadata-action/commit/63f4a263e5ff110c8dad55b848effaa50b9967b8"><code>63f4a26</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/328">#328</a> from crazy-max/update-node20</li>
    <li>Additional commits viewable in <a href="https://github.com/docker/metadata-action/compare/v4.6.0...v5.0.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/metadata-action&package-manager=github_actions&previous-version=4.6.0&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    662d6a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. chore(deps): Bump goreleaser/goreleaser-action from 4 to 5 (#2739)

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/goreleaser/goreleaser-action/releases">goreleaser/goreleaser-action's releases</a>.</em></p>
    <blockquote>
    <h2>v5.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>feat: node 20 as default runtime (requires <a href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions Runner v2.308.0</a> or later) by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/432">goreleaser/goreleaser-action#432</a></li>
    <li>chore(deps): bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/434">goreleaser/goreleaser-action#434</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/goreleaser/goreleaser-action/compare/v4.6.0...v5.0.0">https://github.com/goreleaser/goreleaser-action/compare/v4.6.0...v5.0.0</a></p>
    <h2>v4.6.0</h2>
    <p>Reverts the change to <code>node20</code> runtime.</p>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/goreleaser/goreleaser-action/compare/v4.5.0...v4.6.0">https://github.com/goreleaser/goreleaser-action/compare/v4.5.0...v4.6.0</a></p>
    <h2>v4.5.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>chore(deps): bump word-wrap from 1.2.3 to 1.2.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/427">goreleaser/goreleaser-action#427</a></li>
    <li>feat: bump to use node20 runtime, actions/checkout to v4 by <a href="https://github.com/kbdharun"><code>@​kbdharun</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/430">goreleaser/goreleaser-action#430</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/kbdharun"><code>@​kbdharun</code></a> made their first contribution in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/430">goreleaser/goreleaser-action#430</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/goreleaser/goreleaser-action/compare/v4.4.0...v4.5.0">https://github.com/goreleaser/goreleaser-action/compare/v4.4.0...v4.5.0</a></p>
    <h2>v4.4.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>chore(deps): bump semver from 7.5.0 to 7.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/417">goreleaser/goreleaser-action#417</a></li>
    <li>feat: support oss nightlies by <a href="https://github.com/caarlos0"><code>@​caarlos0</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/424">goreleaser/goreleaser-action#424</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/goreleaser/goreleaser-action/compare/v4.3.0...v4.4.0">https://github.com/goreleaser/goreleaser-action/compare/v4.3.0...v4.4.0</a></p>
    <h2>v4.3.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update in command examples by <a href="https://github.com/arnaduga"><code>@​arnaduga</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/393">goreleaser/goreleaser-action#393</a></li>
    <li>chore(deps): bump yargs from 17.6.2 to 17.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/395">goreleaser/goreleaser-action#395</a></li>
    <li>Improve documentation for use of <code>GITHUB_TOKEN</code> by <a href="https://github.com/jamietanna"><code>@​jamietanna</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/399">goreleaser/goreleaser-action#399</a></li>
    <li>chore(deps): bump actions/setup-go from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/403">goreleaser/goreleaser-action#403</a></li>
    <li>chore(deps): bump docker/bake-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/408">goreleaser/goreleaser-action#408</a></li>
    <li>chore(deps): bump semver from 7.3.8 to 7.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/407">goreleaser/goreleaser-action#407</a></li>
    <li>Bump setup-go action version to v4 in README by <a href="https://github.com/kishaningithub"><code>@​kishaningithub</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/411">goreleaser/goreleaser-action#411</a></li>
    <li>ci: split test and validate workflow by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/413">goreleaser/goreleaser-action#413</a></li>
    <li>chore: update yarn to 3.5.1 by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/412">goreleaser/goreleaser-action#412</a></li>
    <li>chore(deps): bump yargs from 17.7.1 to 17.7.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/410">goreleaser/goreleaser-action#410</a></li>
    <li>feat: support nightly by <a href="https://github.com/caarlos0"><code>@​caarlos0</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/419">goreleaser/goreleaser-action#419</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/arnaduga"><code>@​arnaduga</code></a> made their first contribution in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/393">goreleaser/goreleaser-action#393</a></li>
    <li><a href="https://github.com/jamietanna"><code>@​jamietanna</code></a> made their first contribution in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/399">goreleaser/goreleaser-action#399</a></li>
    <li><a href="https://github.com/kishaningithub"><code>@​kishaningithub</code></a> made their first contribution in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/411">goreleaser/goreleaser-action#411</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/goreleaser/goreleaser-action/compare/v4.2.0...v4.3.0">https://github.com/goreleaser/goreleaser-action/compare/v4.2.0...v4.3.0</a></p>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/goreleaser/goreleaser-action/commit/7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8"><code>7ec5c2b</code></a> chore(deps): bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 (<a href="https://redirect.github.com/goreleaser/goreleaser-action/issues/434">#434</a>)</li>
    <li><a href="https://github.com/goreleaser/goreleaser-action/commit/3529a650d2cb08134fe7707d27dc62a0c93bec6e"><code>3529a65</code></a> chore: node 20 as default runtime (<a href="https://redirect.github.com/goreleaser/goreleaser-action/issues/432">#432</a>)</li>
    <li><a href="https://github.com/goreleaser/goreleaser-action/commit/d2f6e33a35c9b611d80d6facefe33e5d2fe8f2db"><code>d2f6e33</code></a> chore(deps): bump crazy-max/ghaction-import-gpg from 5 to 6 (<a href="https://redirect.github.com/goreleaser/goreleaser-action/issues/433">#433</a>)</li>
    <li>See full diff in <a href="https://github.com/goreleaser/goreleaser-action/compare/v4...v5">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=goreleaser/goreleaser-action&package-manager=github_actions&previous-version=4&new-version=5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    186f504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4eb27a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    673fb7f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    eb2f5e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. chore: update main to v14 (#2749)

    * replace v13 with v14
    
    * update test.yml
    
    * add v14 upgrade handler
    mpoke authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8beddea View commit details
    Browse the repository at this point in the history
  2. docs: updating release procedure (#2751)

    * updating release procedure
    
    * Update RELEASE_PROCESS.md
    
    Co-authored-by: bernd-m <43466467+bermuell@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: bernd-m <43466467+bermuell@users.noreply.github.com>
    mpoke and bermuell authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5e3947f View commit details
    Browse the repository at this point in the history
  3. fix uninitiated bank keeper passed in crisis keeper (#2753)

    Co-authored-by: Marius Poke <marius.poke@posteo.de>
    puneet2019 and mpoke authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    01bdd32 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. docs: Added maintainability section, to include vulnerability checking (

    #2755)
    
    * Added maintainability section, to include vulnerability checking
    
    * Updated with review comments
    mmulji-ic authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    cb8f5d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    a98ff19 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. docs: Updated migration docs for v13 release (#2754)

    * Migration instructions for v13
    
    * Migration instructions for v13
    
    * Updated with review comments
    
    * Added upgrade banner + timeline
    mmulji-ic authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5f144cc View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. docs: Post v13 docs update (#2757)

    * Added post upgrade docs
    
    * Update docs/roadmap/README.md
    
    Co-authored-by: Simon Noetzlin <simon.ntz@gmail.com>
    
    * Update docs/roadmap/README.md
    
    Co-authored-by: Simon Noetzlin <simon.ntz@gmail.com>
    
    ---------
    
    Co-authored-by: Simon Noetzlin <simon.ntz@gmail.com>
    mmulji-ic and sainoe authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0b6650c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. chore(deps): Bump golang.org/x/net from 0.12.0 to 0.17.0 (#2760)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
    - [Commits](golang/net@v0.12.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a186ef3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#2759)

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.17.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e6da2cc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    b591d02 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. chore(deps): Bump github.com/docker/docker from 20.10.24+incompatible…

    … to 24.0.7+incompatible (#2777)
    
    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.24+incompatible to 24.0.7+incompatible.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p>
    <blockquote>
    <h2>v24.0.7</h2>
    <h2>24.0.7</h2>
    <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p>
    <ul>
    <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A24.0.7">docker/cli, 24.0.7 milestone</a></li>
    <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.7">moby/moby, 24.0.7 milestone</a></li>
    </ul>
    <h3>Bug fixes and enhancements</h3>
    <ul>
    <li>Write overlay2 layer metadata atomically. <a href="https://redirect.github.com/moby/moby/pull/46703">moby/moby#46703</a></li>
    <li>Fix &quot;Rootful-in-Rootless&quot; Docker-in-Docker on systemd version 250 and later. <a href="https://redirect.github.com/moby/moby/pull/46626">moby/moby#46626</a></li>
    <li>Fix <code>dockerd-rootless-setuptools.sh</code> when username contains a backslash. <a href="https://redirect.github.com/moby/moby/pull/46407">moby/moby#46407</a></li>
    <li>Fix a bug that would prevent network sandboxes to be fully deleted when stopping containers with no network attachments and when <code>dockerd --bridge=none</code> is used. <a href="https://redirect.github.com/moby/moby/pull/46702">moby/moby#46702</a></li>
    <li>Fix a bug where cancelling an API request could interrupt container restart. <a href="https://redirect.github.com/moby/moby/pull/46697">moby/moby#46697</a></li>
    <li>Fix an issue where containers would fail to start when providing <code>--ip-range</code> with a range larger than the subnet. <a href="https://redirect.github.com/docker/for-mac/issues/6870">docker/for-mac#6870</a></li>
    <li>Fix data corruption with zstd output. <a href="https://redirect.github.com/moby/moby/pull/46709">moby/moby#46709</a></li>
    <li>Fix the conditions under which the container's MAC address is applied. <a href="https://redirect.github.com/moby/moby/pull/46478">moby/moby#46478</a></li>
    <li>Improve the performance of the stats collector. <a href="https://redirect.github.com/moby/moby/pull/46448">moby/moby#46448</a></li>
    <li>Fix an issue with source policy rules ending up in the wrong order. <a href="https://redirect.github.com/moby/moby/pull/46441">moby/moby#46441</a></li>
    </ul>
    <h3>Packaging updates</h3>
    <ul>
    <li>Add support for Fedora 39 and Ubuntu 23.10. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/940">docker/docker-ce-packaging#940</a>, <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/955">docker/docker-ce-packaging#955</a></li>
    <li>Fix <code>docker.socket</code> not getting disabled when uninstalling the <code>docker-ce</code> RPM package. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/852">docker/docker-ce-packaging#852</a></li>
    <li>Upgrade Go to <code>go1.20.10</code>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/951">docker/docker-ce-packaging#951</a></li>
    <li>Upgrade containerd to <code>v1.7.6</code> (static binaries only). <a href="https://redirect.github.com/moby/moby/pull/46103">moby/moby#46103</a></li>
    <li>Upgrade the <code>containerd.io</code> package to <a href="https://github.com/containerd/containerd/releases/tag/v1.6.24"><code>v1.6.24</code></a>.</li>
    </ul>
    <h3>Security</h3>
    <ul>
    <li>Deny containers access to <code>/sys/devices/virtual/powercap</code> by default. This change hardens against <a href="https://scout.docker.com/v/CVE-2020-8694">CVE-2020-8694</a>, <a href="https://scout.docker.com/v/CVE-2020-8695">CVE-2020-8695</a>, and <a href="https://scout.docker.com/v/CVE-2020-12912">CVE-2020-12912</a>, and an attack known as <a href="https://platypusattack.com/">the PLATYPUS attack</a>. For more details, see <a href="https://github.com/moby/moby/security/advisories/GHSA-jq35-85cj-fj4p">advisory</a>, <a href="https://github.com/moby/moby/commit/c9ccbfad11a60e703e91b6cca4f48927828c7e35">commit</a>.</li>
    </ul>
    <h2>v24.0.6</h2>
    <h2>24.0.6</h2>
    <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p>
    <ul>
    <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A24.0.6">docker/cli, 24.0.6 milestone</a></li>
    <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.6">moby/moby, 24.0.6 milestone</a></li>
    </ul>
    <h3>Bug fixes and enhancements</h3>
    <ul>
    <li>containerd storage backend: Fix <code>docker ps</code> failing when a container image is no longer present in the content store. <a href="https://redirect.github.com/moby/moby/pull/46095">moby/moby#46095</a></li>
    <li>containerd storage backend: Fix <code>docker ps -s -a</code> and <code>docker container prune</code> failing when a container image config is no longer present in the content store. <a href="https://redirect.github.com/moby/moby/pull/46097">moby/moby#46097</a></li>
    <li>containerd storage backend: Fix <code>docker inspect</code> failing when a container image config is no longer (or was never) present in the content store. <a href="https://redirect.github.com/moby/moby/pull/46244">moby/moby#46244</a></li>
    <li>containerd storage backend: Fix diff and export with the <code>overlayfs</code> snapshotter by using reference-counted rootfs mounts. <a href="https://redirect.github.com/moby/moby/pull/46266">moby/moby#46266</a></li>
    <li>containerd storage backend: Fix a misleading error message when the image platforms available locally do not match the desired platform. <a href="https://redirect.github.com/moby/moby/pull/46300">moby/moby#46300</a></li>
    <li>containerd storage backend: Fix the <code>FROM scratch</code> Dockerfile instruction with the classic builder. <a href="https://redirect.github.com/moby/moby/pull/46302">moby/moby#46302</a></li>
    <li>containerd storage backend: Fix <code>mismatched image rootfs and manifest layers</code> errors with the classic builder. <a href="https://redirect.github.com/moby/moby/pull/46310">moby/moby#46310</a></li>
    </ul>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/moby/moby/commit/311b9ff0aa93aa55880e1e5f8871c4fb69583426"><code>311b9ff</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46697">#46697</a> from thaJeztah/24.0_backport_restart_nocancel</li>
    <li><a href="https://github.com/moby/moby/commit/af608045eef0b87f31a24d21fb7af80de76134aa"><code>af60804</code></a> Merge pull request from GHSA-jq35-85cj-fj4p</li>
    <li><a href="https://github.com/moby/moby/commit/3cf363e1ee33fe00dbedfdb7d6caf299990d5568"><code>3cf363e</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46709">#46709</a> from thaJeztah/24.0_backport_bump_compress</li>
    <li><a href="https://github.com/moby/moby/commit/05d7386665793b7f8398eb80b4e85adff5486035"><code>05d7386</code></a> daemon: daemon.containerRestart: don't cancel restart on context cancel</li>
    <li><a href="https://github.com/moby/moby/commit/649c9440f28c7334ee5c9f17889448a81dcc8729"><code>649c944</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46703">#46703</a> from thaJeztah/24.0_backport_atomic-layer-data-write</li>
    <li><a href="https://github.com/moby/moby/commit/9b20b1a5fe0919a79cc15f6a3f331f2cdae0a37a"><code>9b20b1a</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46702">#46702</a> from thaJeztah/24.0_backport_releaseNetwork_Network...</li>
    <li><a href="https://github.com/moby/moby/commit/dd37b0b960ec4d3da0ca2efe78fa47484d4c6380"><code>dd37b0b</code></a> vendor: github.com/klauspost/compress v1.17.2</li>
    <li><a href="https://github.com/moby/moby/commit/7058c0d24da8ac9267e52224b6a3beaa24ce5e9f"><code>7058c0d</code></a> vendor: github.com/klauspost/compress v1.16.5</li>
    <li><a href="https://github.com/moby/moby/commit/57bd38858262922b86ceea37770536ff535fa2af"><code>57bd388</code></a> daemon: overlay2: Write layer metadata atomically</li>
    <li><a href="https://github.com/moby/moby/commit/05d95fd5038a8a56ff69294a3bdd33b2d2769ba3"><code>05d95fd</code></a> daemon: release sandbox even when NetworkDisabled</li>
    <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v20.10.24...v24.0.7">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=20.10.24+incompatible&new-version=24.0.7+incompatible)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/cosmos/gaia/network/alerts).
    
    </details>
    dependabot[bot] authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    00a3cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b11af5a View commit details
    Browse the repository at this point in the history
  3. deps: bump pfm to v4.1.1 (#2779)

    * bump pfm to 4.1.1
    
    * add changelog entries
    mpoke authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8a7fdfe View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. bump ics (#2781)

    sainoe authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    66b3d87 View commit details
    Browse the repository at this point in the history
  2. fix "follwing" typo (#2782)

    Co-authored-by: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com>
    kevinheavey and p-offtermatt authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a472b29 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. deps: bump ICS (#2789)

    * bump ics
    
    * bump ics to new RC
    
    * nit
    sainoe authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0e1f003 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. chore(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#2788)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p>
    <blockquote>
    <h2>v1.8.0</h2>
    <h2>✨ Features</h2>
    <ul>
    <li>Support usage as plugin for tools like kubectl by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2018">spf13/cobra#2018</a> - this means that programs that utilize a &quot;plugin-like&quot; structure have much better support and usage (like for completions, command paths, etc.)</li>
    <li>Move documentation sources to site/content by <a href="https://github.com/umarcor"><code>@​umarcor</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1428">spf13/cobra#1428</a></li>
    <li>Add 'one required flag' group by <a href="https://github.com/marevers"><code>@​marevers</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1952">spf13/cobra#1952</a> - this includes a new <code>MarkFlagsOneRequired</code> API for flags which can be used to mark a flag group as required and cause command failure if at least one is not used when invoked.</li>
    <li>Customizable error message prefix by <a href="https://github.com/5ouma"><code>@​5ouma</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2023">spf13/cobra#2023</a> - This adds the <code>SetErrPrefix</code> and <code>ErrPrefix</code> APIs on the <code>Command</code> struct to allow for setting a custom prefix for errors</li>
    <li>feat: add getters for flag completions by <a href="https://github.com/avirtopeanu-ionos"><code>@​avirtopeanu-ionos</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1943">spf13/cobra#1943</a></li>
    <li>Feature: allow running persistent run hooks of all parents by <a href="https://github.com/vkhoroz"><code>@​vkhoroz</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2044">spf13/cobra#2044</a></li>
    <li>Improve API to get flag completion function by <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2063">spf13/cobra#2063</a></li>
    </ul>
    <h2>🐛 Bug fixes</h2>
    <ul>
    <li>Fix typo in fish completions by <a href="https://github.com/twpayne"><code>@​twpayne</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1945">spf13/cobra#1945</a></li>
    <li>Fix grammar: 'allows to' by <a href="https://github.com/supertassu"><code>@​supertassu</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1978">spf13/cobra#1978</a></li>
    <li>powershell: escape variable with curly brackets by <a href="https://github.com/Luap99"><code>@​Luap99</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1960">spf13/cobra#1960</a></li>
    <li>Don't complete --help flag when flag parsing disabled by <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2061">spf13/cobra#2061</a></li>
    <li>Replace all non-alphanumerics in active help env var program prefix by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1940">spf13/cobra#1940</a></li>
    </ul>
    <h2>🔧 Maintenance</h2>
    <ul>
    <li>build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1971">spf13/cobra#1971</a></li>
    <li>build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1976">spf13/cobra#1976</a></li>
    <li>build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2021">spf13/cobra#2021</a></li>
    <li>build(deps): bump actions/setup-go from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1934">spf13/cobra#1934</a></li>
    <li>build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2047">spf13/cobra#2047</a></li>
    <li>build(deps): bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2028">spf13/cobra#2028</a></li>
    <li>command: temporarily disable G602 due to <a href="https://redirect.github.com/securego/gosec/issues/1005">securego/gosec#1005</a> by <a href="https://github.com/umarcor"><code>@​umarcor</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2022">spf13/cobra#2022</a></li>
    </ul>
    <h2>🧪 Testing &amp; CI/CD</h2>
    <ul>
    <li>test: make fish_completions_test more robust by <a href="https://github.com/branchvincent"><code>@​branchvincent</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1980">spf13/cobra#1980</a></li>
    <li>golangci: enable 'unused' and disable deprecated replaced by it by <a href="https://github.com/umarcor"><code>@​umarcor</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1983">spf13/cobra#1983</a></li>
    <li>cleanup: minor corrections to unit tests by <a href="https://github.com/JunNishimura"><code>@​JunNishimura</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2003">spf13/cobra#2003</a></li>
    <li>ci: test golang 1.21 by <a href="https://github.com/nunoadrego"><code>@​nunoadrego</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2024">spf13/cobra#2024</a></li>
    <li>Fix linter errors by <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2052">spf13/cobra#2052</a></li>
    <li>Add tests for flag completion registration by <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2053">spf13/cobra#2053</a></li>
    </ul>
    <h2>✏️ Documentation</h2>
    <ul>
    <li>doc: fix typo, Deperecated -&gt; Deprecated by <a href="https://github.com/callthingsoff"><code>@​callthingsoff</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2000">spf13/cobra#2000</a></li>
    <li>Add notes to doc about the execution condition of *PreRun and *PostRun functions by <a href="https://github.com/haoming29"><code>@​haoming29</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2041">spf13/cobra#2041</a></li>
    </ul>
    <hr />
    <p>Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍</p>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0">https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/spf13/cobra/commit/a0a6ae020bb3899ff0276067863e50523f897370"><code>a0a6ae0</code></a> Improve API to get flag completion function (<a href="https://redirect.github.com/spf13/cobra/issues/2063">#2063</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/890302a35f578311404a462b3cdd404f34db3720"><code>890302a</code></a> Support usage as plugin for tools like kubectl (<a href="https://redirect.github.com/spf13/cobra/issues/2018">#2018</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/48cea5c87b5299b68c3f5b7f2c67ea948717276f"><code>48cea5c</code></a> build(deps): bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/spf13/cobra/issues/2028">#2028</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/22953d88453ec9343b4a78b9d67400a3326f3138"><code>22953d8</code></a> Replace all non-alphanumerics in active help env var program prefix (<a href="https://redirect.github.com/spf13/cobra/issues/1940">#1940</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/00b68a1c260eaf2b9bcb10a3178d36cec81548ca"><code>00b68a1</code></a> Add tests for flag completion registration (<a href="https://redirect.github.com/spf13/cobra/issues/2053">#2053</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/b711e8760b73c6aa1b4aa1bef3a26da5926f175d"><code>b711e87</code></a> Don't complete --help flag when flag parsing disabled (<a href="https://redirect.github.com/spf13/cobra/issues/2061">#2061</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/8b1eba47616566fc4d258a93da48d5d8741865f0"><code>8b1eba4</code></a> Fix linter errors (<a href="https://redirect.github.com/spf13/cobra/issues/2052">#2052</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/4cafa37bc4bb85633b4245aa118280fe5a9edcd5"><code>4cafa37</code></a> Allow running persistent run hooks of all parents (<a href="https://redirect.github.com/spf13/cobra/issues/2044">#2044</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/5c962a221e70fd6b12296e5d7075f28b422f98b2"><code>5c962a2</code></a> build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3 (<a href="https://redirect.github.com/spf13/cobra/issues/2047">#2047</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/efe8fa3e4453e41d6419b26c9769a51e42825632"><code>efe8fa3</code></a> build(deps): bump actions/setup-go from 3 to 4 (<a href="https://redirect.github.com/spf13/cobra/issues/1934">#1934</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cobra&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    782806a View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 (#2787)

    Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/gorilla/mux/releases">github.com/gorilla/mux's releases</a>.</em></p>
    <blockquote>
    <h2>Release v1.8.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>build: CircleCI 2.1 + build matrix by <a href="https://github.com/elithrar"><code>@​elithrar</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/595">gorilla/mux#595</a></li>
    <li>Include &quot;404&quot; and &quot;405&quot; in the docs by <a href="https://github.com/Jille"><code>@​Jille</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li>
    <li>docs: update README w.r.t new maintainer ask by <a href="https://github.com/elithrar"><code>@​elithrar</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/660">gorilla/mux#660</a></li>
    <li>regexp: use iota instead of hardcoded values for regexType* by <a href="https://github.com/michaelgrigoryan25"><code>@​michaelgrigoryan25</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li>
    <li>Fix <code>authenticationMiddleware</code> initialization in the <code>README.md</code> file by <a href="https://github.com/amustaque97"><code>@​amustaque97</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li>
    <li>Update README.md by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li>
    <li>[GPT-95] Update go version, add tools for verification and testing by <a href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li>
    <li>Delete release-drafter.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/719">gorilla/mux#719</a></li>
    <li>Delete stale.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/720">gorilla/mux#720</a></li>
    <li>Delete AUTHORS by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/721">gorilla/mux#721</a></li>
    <li>Update LICENSE by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/722">gorilla/mux#722</a></li>
    <li>Updated the logo in README.md by <a href="https://github.com/shamkarthik"><code>@​shamkarthik</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li>
    <li>Update LICENSE by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/723">gorilla/mux#723</a></li>
    <li>Update issues.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/726">gorilla/mux#726</a></li>
    <li>Update issues.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/727">gorilla/mux#727</a></li>
    <li>run go fmt with Go 1.20 by <a href="https://github.com/shogo82148"><code>@​shogo82148</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li>
    <li>Fix  <code>Single Page Application</code> example in <code>README.md</code> file by <a href="https://github.com/amustaque97"><code>@​amustaque97</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/678">gorilla/mux#678</a></li>
    <li>[BUG] Inconsistent HTTP status code on query mismatch by <a href="https://github.com/soheilrt"><code>@​soheilrt</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li>
    <li>Clarify documentation examples of Route methods by <a href="https://github.com/andrew-werdna"><code>@​andrew-werdna</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li>
    <li>changed the routeVariables text content. by <a href="https://github.com/sumanpaikdev"><code>@​sumanpaikdev</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li>
    <li>Add GetVarNames() by <a href="https://github.com/eh-steve"><code>@​eh-steve</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li>
    <li>fix SPA handler in README.md by <a href="https://github.com/sy9"><code>@​sy9</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li>
    <li>update GitHub workflows by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/734">gorilla/mux#734</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/Jille"><code>@​Jille</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li>
    <li><a href="https://github.com/michaelgrigoryan25"><code>@​michaelgrigoryan25</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li>
    <li><a href="https://github.com/amustaque97"><code>@​amustaque97</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li>
    <li><a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li>
    <li><a href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li>
    <li><a href="https://github.com/shamkarthik"><code>@​shamkarthik</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li>
    <li><a href="https://github.com/shogo82148"><code>@​shogo82148</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li>
    <li><a href="https://github.com/soheilrt"><code>@​soheilrt</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li>
    <li><a href="https://github.com/andrew-werdna"><code>@​andrew-werdna</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li>
    <li><a href="https://github.com/sumanpaikdev"><code>@​sumanpaikdev</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li>
    <li><a href="https://github.com/eh-steve"><code>@​eh-steve</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li>
    <li><a href="https://github.com/sy9"><code>@​sy9</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/gorilla/mux/commit/b4617d0b9670ad14039b2739167fd35a60f557c5"><code>b4617d0</code></a> update GitHub workflows (<a href="https://redirect.github.com/gorilla/mux/issues/734">#734</a>)</li>
    <li><a href="https://github.com/gorilla/mux/commit/3401478badc7aa55470bc806ee8cd185a16f9298"><code>3401478</code></a> fix SPA handler in README.md (<a href="https://redirect.github.com/gorilla/mux/issues/733">#733</a>)</li>
    <li><a href="https://github.com/gorilla/mux/commit/4a671cbc5162efa2ecb1b353e6a704a62737d66c"><code>4a671cb</code></a> Add GetVarNames() (<a href="https://redirect.github.com/gorilla/mux/issues/676">#676</a>)</li>
    <li><a href="https://github.com/gorilla/mux/commit/85123bf20e069b156415b871dea10517f6a8938a"><code>85123bf</code></a> changed the routeVariables text content. (<a href="https://redirect.github.com/gorilla/mux/issues/708">#708</a>)</li>
    <li><a href="https://github.com/gorilla/mux/commit/79f2f457ca5017e08de9f86ada03939a82dbf714"><code>79f2f45</code></a> Clarify documentation examples of Route methods (<a href="https://redirect.github.com/gorilla/mux/issues/672">#672</a>)</li>
    <li><a href="https://github.com/gorilla/mux/commit/395ad81d0ebffa0c5a36f3e5a2e720a7d5870d92"><code>395ad81</code></a> [BUG] Inconsistent HTTP status code on query mismatch (<a href="https://redirect.github.com/gorilla/mux/issues/712">#712</a>)</li>
    <li><a href="https://github.com/gorilla/mux/commit/24c3e7f499efd8b1429cfe789c7e6a3631357045"><code>24c3e7f</code></a> Fix  <code>Single Page Application</code> example in <code>README.md</code> file (<a href="https://redirect.github.com/gorilla/mux/issues/678">#678</a>)</li>
    <li><a href="https://github.com/gorilla/mux/commit/546dd0cc9f3ecdef8b065ac6336b4c6ed99887d4"><code>546dd0c</code></a> run go fmt with Go 1.20 (<a href="https://redirect.github.com/gorilla/mux/issues/725">#725</a>)</li>
    <li><a href="https://github.com/gorilla/mux/commit/651928c42f7b60c7942e46d5f651dd1ece444246"><code>651928c</code></a> Update issues.yml (<a href="https://redirect.github.com/gorilla/mux/issues/727">#727</a>)</li>
    <li><a href="https://github.com/gorilla/mux/commit/cfc696d6d239ff68ceb71ee35c9a4e4ef3f30ed9"><code>cfc696d</code></a> Update issues.yml (<a href="https://redirect.github.com/gorilla/mux/issues/726">#726</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gorilla/mux&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d1e61c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4113d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5426a0 View commit details
    Browse the repository at this point in the history
  5. dep: bump ics to v2.2.0-provider-lsm (#2795)

    * bump ics to v2.2.0-provider-lsm
    
    * add ICS bump to changelog
    
    * Update .changelog/unreleased/features/2781-bump-ics.md
    
    Co-authored-by: Marius Poke <marius.poke@posteo.de>
    
    * Update .changelog/unreleased/api-breaking/2781-bump-ics.md
    
    Co-authored-by: Marius Poke <marius.poke@posteo.de>
    
    ---------
    
    Co-authored-by: Marius Poke <marius.poke@posteo.de>
    sainoe and mpoke authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    75c32af View commit details
    Browse the repository at this point in the history
  6. cleanup changelog (#2796)

    mpoke authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    be7129b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    1b8d7fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f1bd74 View commit details
    Browse the repository at this point in the history
  3. docs: fix .md links (#2804)

    * fix .md links
    
    * remove false positives
    mpoke authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    82d8706 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. (deps!): bump ICS to v2.3.0-provider-lsm (#2808) (#2809)

    * bump ics
    
    * update changelog entries
    sainoe authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5f2b558 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. bump ics (#2811)

    sainoe authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e6d442f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. deps: bump ICS to v2.3.0-provider-lsm (#2814)

    * bump ICS to v2.3.0-provider-lsm
    
    * update changelog entries
    mpoke authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    adb955f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. chore(deps): Bump cosmossdk.io/math from 1.1.2 to 1.2.0 (#2806)

    Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.1.2 to 1.2.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/releases">cosmossdk.io/math's releases</a>.</em></p>
    <blockquote>
    <h2>Cosmovisor v1.2.0</h2>
    <h2>Release Notes</h2>
    <h3>New Features</h3>
    <p>With the <code>cosmovisor init</code> command, all the necessary folders for using cosmovisor are automatically created. You do not need to manually symlink the chain binary anymore.</p>
    <p>We've added a new configuration option: <code>DAEMON_RESTART_DELAY</code> (as env variable). When set, Cosmovisor will wait that delay between the node halt and backup. See the <a href="https://github.com/cosmos/cosmos-sdk/blob/main/cosmovisor/README.md#command-line-arguments-and-environment-variables">README</a> file for more details.</p>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Fix Cosmovisor binary usage for pre-upgrade. Cosmovisor was using the wrong binary when running a <code>pre-upgrade</code> command.</li>
    </ul>
    <h3>Changelog</h3>
    <p>For more details, please see the <a href="https://github.com/cosmos/cosmos-sdk/blob/cosmovisor/v1.1.0/cosmovisor/CHANGELOG.md">CHANGELOG</a>.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/c33b4db1a327a325fbf633c4fb7d0ca59c5a5ad4"><code>c33b4db</code></a> chore: prepare log 1.2.0 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17214">#17214</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/c36c86005fde7a83a05668ef1086857b3cc3e5e4"><code>c36c860</code></a> refactor(cli): remove duplicate <code>--home</code> flag (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17215">#17215</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/31f724752285e6c22be04bc1fcc746e3dcc399d8"><code>31f7247</code></a> feat(cli): <code>status</code> cmd cli support output text (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17184">#17184</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/095a64195aba917187bbb33570063bc675494bcd"><code>095a641</code></a> feat(docker): Add debuging dependencies directly into the dockerfile (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17228">#17228</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/f47749b9f02cd4d6912829dd953ecc652b052f7a"><code>f47749b</code></a> fix: text output format of <code>block-results</code> cmd cli (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17183">#17183</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/236fe4c21ece6a272dcbeb74f616cc2de4c8dc48"><code>236fe4c</code></a> docs: additional fields in context.go to be added to context.md (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17199">#17199</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/382de3311c057ac23acf5689801fb7023bbef1f4"><code>382de33</code></a> feat(testutil): adding DefaultContextWithKeys test helper (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17216">#17216</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/0b7d2d310b5a43128db44639b7d8022d6cee37ee"><code>0b7d2d3</code></a> fix(log): add fallback to <code>Stringer</code> when type do not implement `json.Marshal...</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/60ead8dd249a6dde75993f372d579ea8116aae1e"><code>60ead8d</code></a> ci: skip <code>fix_registration.go</code> when using <code>LINT_DIFF=1</code> (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17185">#17185</a>)</li>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/edba186aa3175a69566d7ccb0bba50964f68a21d"><code>edba186</code></a> refactor(keys): remove duplicate <code>--home</code> flag (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17197">#17197</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/math/v1.1.2...log/v1.2.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/math&package-manager=go_modules&previous-version=1.1.2&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    12b159c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    fbfb4c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7e6f2 View commit details
    Browse the repository at this point in the history
  3. update security policy (#2820)

    mpoke authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    486d4d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    1bb6bc9 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0 (#2822)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p>
    <blockquote>
    <h2>v5.1.0</h2>
    <ul>
    <li>Add <code>annotations</code> input by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/992">docker/build-push-action#992</a></li>
    <li>Add <code>secret-envs</code> input by <a href="https://github.com/elias-lundgren"><code>@​elias-lundgren</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/980">docker/build-push-action#980</a></li>
    <li>Bump <code>@​babel/traverse</code> from 7.17.3 to 7.23.2 in <a href="https://redirect.github.com/docker/build-push-action/pull/991">docker/build-push-action#991</a></li>
    <li>Bump <code>@​docker/actions-toolkit</code> from 0.13.0-rc.1 to 0.14.0 in <a href="https://redirect.github.com/docker/build-push-action/pull/990">docker/build-push-action#990</a> <a href="https://redirect.github.com/docker/build-push-action/pull/1006">docker/build-push-action#1006</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0">https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/docker/build-push-action/commit/4a13e500e55cf31b7a5d59a38ab2040ab0f42f56"><code>4a13e50</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1006">#1006</a> from docker/dependabot/npm_and_yarn/docker/actions-t...</li>
    <li><a href="https://github.com/docker/build-push-action/commit/74166686865cdc289a02f214871fb53447b73447"><code>7416668</code></a> chore: update generated content</li>
    <li><a href="https://github.com/docker/build-push-action/commit/b4f76a5dc6a67282180eddc6d460f23bc97bfcbc"><code>b4f76a5</code></a> chore(deps): Bump <code>@​docker/actions-toolkit</code> from 0.13.0 to 0.14.0</li>
    <li><a href="https://github.com/docker/build-push-action/commit/b7feb766fae338d85274c87a9d0f24c09690dbe2"><code>b7feb76</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1005">#1005</a> from crazy-max/ci-inspect</li>
    <li><a href="https://github.com/docker/build-push-action/commit/fae8018297c67066fff64a6e9c319c86f89b8982"><code>fae8018</code></a> ci: inspect sbom and provenance</li>
    <li><a href="https://github.com/docker/build-push-action/commit/b625868b13c3feb675cabbf9bfeb52ae94166606"><code>b625868</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1004">#1004</a> from crazy-max/ci-update-buildx</li>
    <li><a href="https://github.com/docker/build-push-action/commit/5193ef1da6ea0d66de97d22817c258b203ade96a"><code>5193ef1</code></a> ci: update buildx to latest</li>
    <li><a href="https://github.com/docker/build-push-action/commit/d3afd779e409ac26db5374fb27fe4aae9f6adb42"><code>d3afd77</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/991">#991</a> from docker/dependabot/npm_and_yarn/babel/traverse-7....</li>
    <li><a href="https://github.com/docker/build-push-action/commit/7a786bb2b9408f7f997564f677248fabd4b886d5"><code>7a786bb</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/992">#992</a> from crazy-max/annotations</li>
    <li><a href="https://github.com/docker/build-push-action/commit/c66ae3adcfbf698ecd851c6bb782654a0c6ffcae"><code>c66ae3a</code></a> chore: update generated content</li>
    <li>Additional commits viewable in <a href="https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=5.0.0&new-version=5.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    facab13 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    e9cab59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca1ba72 View commit details
    Browse the repository at this point in the history
  3. deps!: bump ICS to v2.4.0-lsm (#2825)

    * bump ICS to v2.4.0-lsm
    
    * add changelog entries and update v14.0.0 section
    
    * add changelog entry for #2821
    mpoke authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b3b4c15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3419724 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. docs: update Gaia processes (#2818)

    * update Gaia processes
    
    * Update STATE-COMPATIBILITY.md
    
    Co-authored-by: Simon Noetzlin <simon.ntz@gmail.com>
    
    * update cosmos sdk link
    
    ---------
    
    Co-authored-by: Simon Noetzlin <simon.ntz@gmail.com>
    mpoke and sainoe authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7ec28dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ab6885 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. chore(deps): Bump github.com/spf13/cast from 1.5.1 to 1.6.0 (#2835)

    Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.5.1 to 1.6.0.
    - [Release notes](https://github.com/spf13/cast/releases)
    - [Commits](spf13/cast@v1.5.1...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cast
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    daf790d View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump JamesIves/github-pages-deploy-action from 4.4.3 to …

    …4.5.0 (#2836)
    
    Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.3 to 4.5.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/jamesives/github-pages-deploy-action/releases">JamesIves/github-pages-deploy-action's releases</a>.</em></p>
    <blockquote>
    <h2>v4.5.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>The action is now built and run on Node 20.</li>
    <li>Bump <code>@​types/node</code> from 20.4.1 to 20.4.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1399">JamesIves/github-pages-deploy-action#1399</a></li>
    <li>Bump eslint-plugin-jest from 27.2.2 to 27.2.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1400">JamesIves/github-pages-deploy-action#1400</a></li>
    <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1401">JamesIves/github-pages-deploy-action#1401</a></li>
    <li>Bump eslint-config-prettier from 8.8.0 to 8.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1405">JamesIves/github-pages-deploy-action#1405</a></li>
    <li>Bump <code>@​types/node</code> from 20.4.2 to 20.4.9 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1413">JamesIves/github-pages-deploy-action#1413</a></li>
    <li>Bump eslint-config-prettier from 8.9.0 to 9.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1410">JamesIves/github-pages-deploy-action#1410</a></li>
    <li>Upgrade Node for security by <a href="https://github.com/nickmccurdy"><code>@​nickmccurdy</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1437">JamesIves/github-pages-deploy-action#1437</a></li>
    <li>doc: <code>.gitignore</code> matches not being deployed by <a href="https://github.com/sgasse"><code>@​sgasse</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1459">JamesIves/github-pages-deploy-action#1459</a></li>
    <li>build(deps): bump actions/setup-node from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1467">JamesIves/github-pages-deploy-action#1467</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.4.9 to 20.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1474">JamesIves/github-pages-deploy-action#1474</a></li>
    <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1429">JamesIves/github-pages-deploy-action#1429</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.9.0 to 20.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1479">JamesIves/github-pages-deploy-action#1479</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/sgasse"><code>@​sgasse</code></a> made their first contribution in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1459">JamesIves/github-pages-deploy-action#1459</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.3...v4.5.0">https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.3...v4.5.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/65b5dfd4f5bcd3a7403bbc2959c144256167464e"><code>65b5dfd</code></a> Deploy Production Code for Commit 32bb2a8d7bda92f28b1fd223fc5793ab27f725eb 🚀</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/32bb2a8d7bda92f28b1fd223fc5793ab27f725eb"><code>32bb2a8</code></a> Merge branch 'dev' into releases/v4</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/7879c16b183e9e4d01df2ad341ca028096570343"><code>7879c16</code></a> feat: update to Node 20</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/1c34508fa25aca02eab9acba06e496d05744d1b4"><code>1c34508</code></a> build(deps-dev): bump <code>@​types/node</code> from 20.9.0 to 20.10.0 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1479">#1479</a>)</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/b957d05c49f8a1699a3694a18f7f5ebafcd26f1b"><code>b957d05</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1429">#1429</a>)</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/3a4632deff2025662181e3731d352b4fffd4c5df"><code>3a4632d</code></a> build(deps-dev): bump <code>@​types/node</code> from 20.4.9 to 20.9.0 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1474">#1474</a>)</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/9de026908021c3f454a557024a9c44136457ff4b"><code>9de0269</code></a> build(deps): bump actions/setup-node from 3 to 4 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1467">#1467</a>)</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/810af534294f0668822498c26d1a0f3b11faa358"><code>810af53</code></a> Update README.md</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/24c1e2a9e444bcba7e87c995479bff311c3d1980"><code>24c1e2a</code></a> doc: <code>.gitignore</code> matches not being deployed (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1459">#1459</a>)</li>
    <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/0769273cc26fea2ee91b43a7f5110823f52df2c4"><code>0769273</code></a> fix: remove base.Dockerfile as it's not needed</li>
    <li>Additional commits viewable in <a href="https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.3...v4.5.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=JamesIves/github-pages-deploy-action&package-manager=github_actions&previous-version=4.4.3&new-version=4.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e79bac5 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump docker/metadata-action from 5.0.0 to 5.2.0 (#2837)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.2.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/metadata-action/releases">docker/metadata-action's releases</a>.</em></p>
    <blockquote>
    <h2>v5.2.0</h2>
    <ul>
    <li>Custom annotations support by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/361">docker/metadata-action#361</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/metadata-action/compare/v5.1.0...v5.2.0">https://github.com/docker/metadata-action/compare/v5.1.0...v5.2.0</a></p>
    <h2>v5.1.0</h2>
    <ul>
    <li>Annotations support by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/352">docker/metadata-action#352</a></li>
    <li>Split bake definition into two files by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/353">docker/metadata-action#353</a></li>
    <li>Allow images input to be empty to output bare tags by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/358">docker/metadata-action#358</a></li>
    <li>Bump <code>@​actions/github</code> from 5.1.1 to 6.0.0 in <a href="https://redirect.github.com/docker/metadata-action/pull/348">docker/metadata-action#348</a></li>
    <li>Bump <code>@​babel/traverse</code> from 7.17.3 to 7.23.2 in <a href="https://redirect.github.com/docker/metadata-action/pull/350">docker/metadata-action#350</a></li>
    <li>Bump <code>@​docker/actions-toolkit</code> from 0.12.0 to 0.14.0 in <a href="https://redirect.github.com/docker/metadata-action/pull/349">docker/metadata-action#349</a> <a href="https://redirect.github.com/docker/metadata-action/pull/357">docker/metadata-action#357</a></li>
    <li>Bump csv-parse from 5.5.0 to 5.5.2 in <a href="https://redirect.github.com/docker/metadata-action/pull/346">docker/metadata-action#346</a></li>
    <li>Bump semver from 7.5.3 to 7.5.4 in <a href="https://redirect.github.com/docker/metadata-action/pull/335">docker/metadata-action#335</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/metadata-action/compare/v5.0.0...v5.1.0">https://github.com/docker/metadata-action/compare/v5.0.0...v5.1.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/docker/metadata-action/commit/e6428a5c4e294a61438ed7f43155db912025b6b3"><code>e6428a5</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/361">#361</a> from crazy-max/custom-annotations</li>
    <li><a href="https://github.com/docker/metadata-action/commit/26b4721af7e42433d091d1c17de06a07d96a56ce"><code>26b4721</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/359">#359</a> from favonia/document-annotations</li>
    <li><a href="https://github.com/docker/metadata-action/commit/352ce8b7fe75c203f5508fd02973c9aee98eb97f"><code>352ce8b</code></a> chore: update generated content</li>
    <li><a href="https://github.com/docker/metadata-action/commit/cb0becceaf261ba58262720ea6a1eefd371389ef"><code>cb0becc</code></a> custom annotations support</li>
    <li><a href="https://github.com/docker/metadata-action/commit/91224bc1558038201ee3b954145d5bacfe8a7a7f"><code>91224bc</code></a> docs(README): add a hint about multi-arch builds</li>
    <li><a href="https://github.com/docker/metadata-action/commit/f19c3691d56f26e3f97547999df66a9ecbf0d9b0"><code>f19c369</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/358">#358</a> from crazy-max/empty-images</li>
    <li><a href="https://github.com/docker/metadata-action/commit/4066f0cede6decb1740c56ac052c99f9b38aac9c"><code>4066f0c</code></a> chore: update generated content</li>
    <li><a href="https://github.com/docker/metadata-action/commit/d6a296c454329972d9a238ca97bf3f5a25fcef56"><code>d6a296c</code></a> chore: use anonymous func to generate tags and add tests</li>
    <li><a href="https://github.com/docker/metadata-action/commit/aacea38e0789aa44870965459363710fcab5f97d"><code>aacea38</code></a> feat: allow the <code>images</code> input to be empty, to output just tags</li>
    <li><a href="https://github.com/docker/metadata-action/commit/051f7ea71b2d2fbe5b4893e33c4203f4bbbe1293"><code>051f7ea</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/357">#357</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
    <li>Additional commits viewable in <a href="https://github.com/docker/metadata-action/compare/v5.0.0...v5.2.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/metadata-action&package-manager=github_actions&previous-version=5.0.0&new-version=5.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    579b8b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. docs: Updates for Gaia v14 (aka v14.1.0) (#2839)

    * Updates for Gaia v14 (aka v14.1.0)
    
    * Some minor updates
    mmulji-ic authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    39e059f View commit details
    Browse the repository at this point in the history
  2. prepare main for v15 (#2807)

    mpoke authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    93016bd View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Update genesis.md (#2844)

    xyztoni authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8f1ac03 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump actions/stale from 8.0.0 to 9.0.0 (#2848)

    Bumps [actions/stale](https://github.com/actions/stale) from 8.0.0 to 9.0.0.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v8.0.0...v9.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    75acc3b View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump docker/metadata-action from 5.2.0 to 5.3.0 (#2849)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.2.0 to 5.3.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@v5.2.0...v5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e4122f1 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump actions/setup-go from 4 to 5 (#2850)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    513b47d View commit details
    Browse the repository at this point in the history
  5. chore(docs): typo fix (#2845)

    * typo fix
    
    * typo fix
    
    * typo fix
    
    * typo fix
    Frierened authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5896f2a View commit details
    Browse the repository at this point in the history
  6. Enhancements to Documentation Clarity and Precision (#2846)

    * Fix typo in Pull Request Templates section
    
    * Fix repeated word in release process documentation
    
    * Fix typo: change 'continous' to 'continuous'
    
    * Fix typo in documentation: correct 'before using following this section' to 'before following this section'
    
    * Fix redundant 'the' in Previous Releases section and in query.proto comment
    
    * fix grammatical errors in documentation
    
    * fix typo: change 'to makes' to 'to make' in Cosmos Hub Archives section
    
    * fix typo: change 'attacked' to 'attack' in Validator Security section
    
    * Correct typos in Fee Parameters: 'importantht', non-negative amount phrasing, and 'Node Nodes' redundancy
    
    * Fix typos in document: Correct 'Formating' to 'Formatting' and 'teh' to 'the'
    
    * fix: remove duplicate words in documentation
    
    ---------
    
    Co-authored-by: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com>
    joaolago1113 and p-offtermatt authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    613828c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    b03a2ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b72662d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bc16b8 View commit details
    Browse the repository at this point in the history
  4. chore: appease linter

    MSalopek committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9636447 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d572073 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e738346 View commit details
    Browse the repository at this point in the history