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

Preparation for 4.0.10 (stable-4.0) #13704

Merged
merged 87 commits into from
Jul 10, 2024

Commits on Jul 5, 2024

  1. lxd/devlxd: Don't expand format strings

    This must have been around a long time but only became visible now that
    cloud-init is making use of /dev/lxd.
    
    Closes canonical#10231
    
    Signed-off-by: Stéphane Graber <[email protected]>
    (cherry picked from commit 2c5b007)
    Signed-off-by: Simon Deziel <[email protected]>
    stgraber authored and simondeziel committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d46d4ac View commit details
    Browse the repository at this point in the history
  2. lxd/instance/qemu: Set spawn=allow

    spawn=allow is required when QEMU is asked to daemonize.
    
    Previous QEMU versions would incorrectly block `fork` when spawn=deny
    was passed while allowing clone to succeed.
    
    This was then making it possible for us to use daemnize thanks to most
    Linux distributions using the clone syscall to implement fork.
    
    Current QEMU has fixed their seccomp profile to block both fork and
    clone, preventing -daemonize when spawn=deny is passed.
    
    Signed-off-by: Stéphane Graber <[email protected]>
    (cherry picked from commit af5c49e)
    Signed-off-by: Simon Deziel <[email protected]>
    stgraber authored and simondeziel committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    bc8f74f View commit details
    Browse the repository at this point in the history
  3. *: mass rename github.com/lxc/lxd -> github.com/canonical/lxd

    ```
    for f in $(git grep -lF github.com/lxc/lxd); do
        sed -i 's|github.com/lxc/lxd|github.com/canonical/lxd|g' "${f}"
    done
    ```
    
    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b7478f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Makefile: Pin xgettext-go to working version

    Signed-off-by: Stéphane Graber <[email protected]>
    (cherry picked from commit 033ae33)
    stgraber authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f7bda31 View commit details
    Browse the repository at this point in the history
  2. Makefile: pin raft to a specific SHA1 commit

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    55ab7ee View commit details
    Browse the repository at this point in the history
  3. Makefile: pin dqlite to a specific SHA1 commit

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fce9cee View commit details
    Browse the repository at this point in the history
  4. lxd: Update instance types URL

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e6d6c2b View commit details
    Browse the repository at this point in the history
  5. github: the sphinx config moved to doc/

    This was done in canonical#11837
    
    Signed-off-by: Simon Deziel <[email protected]>
    (cherry picked from commit 6ad0451)
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d815ef9 View commit details
    Browse the repository at this point in the history
  6. github: Update for new labeler

    Signed-off-by: Stéphane Graber <[email protected]>
    Signed-off-by: Simon Deziel <[email protected]>
    (cherry picked from commit d2d26de)
    stgraber authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1d1db47 View commit details
    Browse the repository at this point in the history
  7. github: add labels when PRs target LTS branches

    Signed-off-by: Simon Deziel <[email protected]>
    (cherry picked from commit 9323bd2)
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b18b7a1 View commit details
    Browse the repository at this point in the history
  8. lxc/config/default: Remove images remote

    Signed-off-by: Din Music <[email protected]>
    (cherry picked from commit 9ee4559)
    Signed-off-by: Simon Deziel <[email protected]>
    MusicDin authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    136efff View commit details
    Browse the repository at this point in the history
  9. lxc/config/default: Add images remote for images.lxd.canonical.com

    Signed-off-by: Thomas Parrott <[email protected]>
    (cherry picked from commit ed8073c)
    Signed-off-by: Simon Deziel <[email protected]>
    tomponline authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    36f2e94 View commit details
    Browse the repository at this point in the history
  10. lxd/config/default: Add images to DefaultRemotes

    Same as the other ubuntu remotes.
    
    Signed-off-by: Thomas Parrott <[email protected]>
    (cherry picked from commit 9eabc9c)
    Signed-off-by: Simon Deziel <[email protected]>
    tomponline authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7dfc58d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cfbdeef View commit details
    Browse the repository at this point in the history
  12. test: Flush routes on lo interface left over from liblxc ipvlan bug

    Later versions appear to be setting up routes on container start,
    but leaving them behind on container stop.
    
    LXD doesn't use liblxc's route management in later versions so this
    is just to get the test suite passing.
    
    Signed-off-by: Thomas Parrott <[email protected]>
    (cherry picked from commit 29a04eb)
    Signed-off-by: Simon Deziel <[email protected]>
    tomponline authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bb5213c View commit details
    Browse the repository at this point in the history
  13. test: Fix container devices nic bridged filtering tests on recent ver…

    …sions of nftables
    
    Signed-off-by: Thomas Parrott <[email protected]>
    (cherry picked from commit 68e2d75)
    Signed-off-by: Simon Deziel <[email protected]>
    tomponline authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ccebbda View commit details
    Browse the repository at this point in the history
  14. lxd/instance/drivers/driver/lxc: Add support for disabling idmapped m…

    …ounts via LXD_IDMAPPED_MOUNTS_DISABLE env var
    
    Signed-off-by: Thomas Parrott <[email protected]>
    (cherry picked from commit 27713f6)
    Signed-off-by: Simon Deziel <[email protected]>
    tomponline authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    91d9fc3 View commit details
    Browse the repository at this point in the history
  15. test: Fix manual shifting protection tests by disabling kernel shifting

    Signed-off-by: Thomas Parrott <[email protected]>
    (cherry picked from commit c6db003)
    Signed-off-by: Simon Deziel <[email protected]>
    tomponline authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    45e5640 View commit details
    Browse the repository at this point in the history
  16. test: Order client dependencies alphabetically.

    Signed-off-by: Mark Laing <[email protected]>
    (cherry picked from commit ecc9eff)
    Signed-off-by: Simon Deziel <[email protected]>
    markylaing authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fd484ee View commit details
    Browse the repository at this point in the history
  17. *: Runs gofmt -w -s ./.

    This is required for static analysis to pass.
    
    Signed-off-by: Mark Laing <[email protected]>
    (cherry picked from commit 3631eb6)
    Signed-off-by: Simon Deziel <[email protected]>
    markylaing authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    23945a9 View commit details
    Browse the repository at this point in the history
  18. github: adapt snap build job from main branch

    Signed-off-by: Simon Deziel <[email protected]>
    (cherry picked from commit 671b748)
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e8ffa10 View commit details
    Browse the repository at this point in the history
  19. lxd/config: Add ubuntu-minimal and ubuntu-minimal-daily remotes

    Signed-off-by: Din Music <[email protected]>
    (cherry picked from commit b365672)
    Signed-off-by: Simon Deziel <[email protected]>
    MusicDin authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c5efb78 View commit details
    Browse the repository at this point in the history
  20. lxd-benchmark: Use image from ubuntu remote in description

    Signed-off-by: Din Music <[email protected]>
    (cherry picked from commit 413b8c5)
    Signed-off-by: Simon Deziel <[email protected]>
    MusicDin authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2c7a5b7 View commit details
    Browse the repository at this point in the history
  21. github: Update for current min Go version (1.16)

    Signed-off-by: Stéphane Graber <[email protected]>
    (cherry picked from commit b15a9cf)
    Signed-off-by: Simon Deziel <[email protected]>
    stgraber authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    21b5121 View commit details
    Browse the repository at this point in the history
  22. doc: Clarify multiple GPU device passthrough for VMs.

    Signed-off-by: Mark Laing <[email protected]>
    (cherry picked from commit 71f6e9a)
    Signed-off-by: Simon Deziel <[email protected]>
    markylaing authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0ff6cda View commit details
    Browse the repository at this point in the history
  23. doc: Add basic instance exec information

    Closes canonical#9862
    
    Signed-off-by: Stéphane Graber <[email protected]>
    (cherry picked from commit c8de72c)
    Signed-off-by: Simon Deziel <[email protected]>
    stgraber authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ea61107 View commit details
    Browse the repository at this point in the history
  24. doc: use local image

    Use local image instead of online image.
    
    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 5de8c07)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bda5281 View commit details
    Browse the repository at this point in the history
  25. doc/instances: Removes trailing whitespace

    Signed-off-by: Thomas Parrott <[email protected]>
    (cherry picked from commit 4dfd401)
    Signed-off-by: Simon Deziel <[email protected]>
    tomponline authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    eeb02ce View commit details
    Browse the repository at this point in the history
  26. doc: Update for new myst_parser

    Signed-off-by: Stéphane Graber <[email protected]>
    (cherry picked from commit da11c62)
    Signed-off-by: Simon Deziel <[email protected]>
    stgraber authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4eaa8d1 View commit details
    Browse the repository at this point in the history
  27. doc: move .sphinx directory and conf.py file

    Move the Sphinx configuration files to a more standard location.
    
    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit ef0923e)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8856638 View commit details
    Browse the repository at this point in the history
  28. doc: add a .readthedocs.yaml file

    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 6af2af6)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d2122fd View commit details
    Browse the repository at this point in the history
  29. doc: move requirement setup from the Makefile to conf.py

    RTD doesn't use Makefiles.
    
    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 6265705)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b3162a8 View commit details
    Browse the repository at this point in the history
  30. doc: hide the version selector on RTD

    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 85d0c17)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0baf35a View commit details
    Browse the repository at this point in the history
  31. doc: fix styling of version box on RTD

    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit c24496a)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    99d2a44 View commit details
    Browse the repository at this point in the history
  32. doc: add a 404 page

    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit befbe8a)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3fbe256 View commit details
    Browse the repository at this point in the history
  33. doc: update header

    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 7362c2b)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    32d3da1 View commit details
    Browse the repository at this point in the history
  34. doc: update links

    Fix broken links to linuxcontainers and update the GitHub links.
    Also get rid of some doc scripts and files that aren't needed
    anymore on RTD.
    
    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit f5c68cf)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9bb208c View commit details
    Browse the repository at this point in the history
  35. doc: update header for mobile compatibility

    Signed-off-by: David Edler <[email protected]>
    (cherry picked from commit f5fc65b)
    Signed-off-by: Simon Deziel <[email protected]>
    edlerd authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9a5a2e4 View commit details
    Browse the repository at this point in the history
  36. doc: Update links to new locations

    Signed-off-by: Thomas Parrott <[email protected]>
    (cherry picked from commit 72f0d67)
    Signed-off-by: Simon Deziel <[email protected]>
    tomponline authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d3d0ec4 View commit details
    Browse the repository at this point in the history
  37. doc: changes to make the build work

    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 93f56a8)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a4dd659 View commit details
    Browse the repository at this point in the history
  38. doc: fix symbolic link to rest-api.yaml after moving the directory

    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 818fe78)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1e10787 View commit details
    Browse the repository at this point in the history
  39. doc: fix indentation in rest-api.yaml

    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 19de036)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5e10ce3 View commit details
    Browse the repository at this point in the history
  40. doc: add doc output to "make dist"

    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit acbbae5)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f613cf4 View commit details
    Browse the repository at this point in the history
  41. doc: use newer Sphinx version

    Python 3.10 isn't compatible with Sphinx 4.1.2.
    
    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 956c6f6)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    31c5ede View commit details
    Browse the repository at this point in the history
  42. doc: fix the footer

    The footer in Furo has been updated (see
    pradyunsg/furo@29d65fd
    ).
    Adapt our footer accordingly.
    
    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 3780fd9)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    433d193 View commit details
    Browse the repository at this point in the history
  43. doc: update footer to display correctly

    Update the footer to match what has been changed in the Furo theme:
    pradyunsg/furo@8eba649
    
    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 2fdd931)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    567b658 View commit details
    Browse the repository at this point in the history
  44. code of conduct: update email address

    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 479b7eb)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    02a4061 View commit details
    Browse the repository at this point in the history
  45. build(deps): bump actions/labeler from 3 to 4

    Bumps [actions/labeler](https://github.com/actions/labeler) from 3 to 4.
    - [Release notes](https://github.com/actions/labeler/releases)
    - [Commits](actions/labeler@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/labeler
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit b38b732)
    Signed-off-by: Simon Deziel <[email protected]>
    dependabot[bot] authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    80f290e View commit details
    Browse the repository at this point in the history
  46. build(deps): bump actions/upload-artifact from 2 to 3

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 940d299)
    Signed-off-by: Simon Deziel <[email protected]>
    dependabot[bot] authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e307876 View commit details
    Browse the repository at this point in the history
  47. build(deps): bump actions/setup-go from 2 to 4

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 8139aa7)
    Signed-off-by: Simon Deziel <[email protected]>
    dependabot[bot] authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e19c420 View commit details
    Browse the repository at this point in the history
  48. build(deps): bump actions/checkout from 2 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 1b35338)
    Signed-off-by: Simon Deziel <[email protected]>
    dependabot[bot] authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    291d513 View commit details
    Browse the repository at this point in the history
  49. build(deps): bump actions/labeler from 4 to 5

    Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
    - [Release notes](https://github.com/actions/labeler/releases)
    - [Commits](actions/labeler@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/labeler
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 7c511ad)
    Signed-off-by: Simon Deziel <[email protected]>
    dependabot[bot] authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9f369f0 View commit details
    Browse the repository at this point in the history
  50. build(deps): bump actions/setup-go from 4 to 5

    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] <[email protected]>
    (cherry picked from commit e494c2d)
    Signed-off-by: Simon Deziel <[email protected]>
    dependabot[bot] authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7cfe797 View commit details
    Browse the repository at this point in the history
  51. build(deps): bump actions/upload-artifact from 3 to 4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit c2f8ae7)
    Signed-off-by: Simon Deziel <[email protected]>
    dependabot[bot] authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a64a116 View commit details
    Browse the repository at this point in the history
  52. README: change the branch for the GitHub badges

    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit e9b00d8)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d78f86b View commit details
    Browse the repository at this point in the history
  53. README: remove link to CII Best Practices

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    894ea3e View commit details
    Browse the repository at this point in the history
  54. README: update link to tests status badge

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8266c03 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    3a485ab View commit details
    Browse the repository at this point in the history
  56. SECURITY.md: update security policy

    Signed-off-by: Ruth Fuchss <[email protected]>
    (cherry picked from commit 0967087)
    Signed-off-by: Simon Deziel <[email protected]>
    ru-fu authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0d4292c View commit details
    Browse the repository at this point in the history
  57. lxd/migrate: update link to doc (new path and branch name)

    Signed-off-by: Simon Deziel <[email protected]>
    (cherry picked from commit 0c0f1b8)
    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0537e9f View commit details
    Browse the repository at this point in the history
  58. doc/security: update link for main branch

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b12476e View commit details
    Browse the repository at this point in the history
  59. CONTRIBUTING: update link for main branch

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b63bb53 View commit details
    Browse the repository at this point in the history
  60. Makefile: Update translation bugs email address.

    Signed-off-by: Mark Laing <[email protected]>
    (cherry picked from commit 0a0a823)
    Signed-off-by: Simon Deziel <[email protected]>
    markylaing authored and simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fe799c6 View commit details
    Browse the repository at this point in the history
  61. Makefile: support setting a custom version for make dist

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2caf285 View commit details
    Browse the repository at this point in the history
  62. Makefile: use go install instead of go get

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    15a9081 View commit details
    Browse the repository at this point in the history
  63. po: Run LXD_OFFLINE=1 make update-pot

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7fc3603 View commit details
    Browse the repository at this point in the history
  64. po: Run make update-po

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    259846e View commit details
    Browse the repository at this point in the history
  65. doc/metadata: Drop now unused file

    Signed-off-by: Simon Deziel <[email protected]>
    (cherry picked from commit 5c60a70)
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    dd2a7c9 View commit details
    Browse the repository at this point in the history
  66. doc/requirements: bump Go min to 1.16

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    144c1ea View commit details
    Browse the repository at this point in the history
  67. test: drop dependency on uuidgen

    uuidgen was used to generate a single placeholder remote name.
    If we ever want a UUID generator back, we should use:
    
      `systemd-id128 new -u`
    
    Which doesn't depend on an additional package.
    
    Signed-off-by: Simon Deziel <[email protected]>
    (cherry picked from commit 32b92f6)
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0b3fcdc View commit details
    Browse the repository at this point in the history
  68. test/backends: sync with main branch

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    82d084e View commit details
    Browse the repository at this point in the history
  69. test/backends/lvm: use bigger loop dev to accomodate for metadata LV

    On LXD 4.0, the metadata LV is hardcoded to 1G so we need a bigger pool to have
    space for data LVs. Later LXD versions changed this to be dynamic and/or
    configurable.
    
    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8d6a60c View commit details
    Browse the repository at this point in the history
  70. test/includes: sync with main branch

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2514af5 View commit details
    Browse the repository at this point in the history
  71. test/main: sync with main branch

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f202888 View commit details
    Browse the repository at this point in the history
  72. github: sync triage workflow with main branch

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9f475d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. github: sync tests workflow with main branch

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3493ec8 View commit details
    Browse the repository at this point in the history
  2. github: remove sphinx workflow (moved to tests)

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    22cec9f View commit details
    Browse the repository at this point in the history
  3. test: update shellcheck disable code

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a412902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0debb9a View commit details
    Browse the repository at this point in the history
  5. test/suites/static_analysis: disable go vet

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e173b9e View commit details
    Browse the repository at this point in the history
  6. test/suites/static_analysis: skip doc/ directory

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6fa1631 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec3cfa4 View commit details
    Browse the repository at this point in the history
  8. test/suites/storage: tune quota values

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e3bb6da View commit details
    Browse the repository at this point in the history
  9. test/suites/migration: skip optimized btrfs->btrfs migration

    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    cb3ec71 View commit details
    Browse the repository at this point in the history
  10. test: BTRFS nospace_cache usage was failing to mount on 5.19.0-43-gen…

    …eric
    
    Signed-off-by: Thomas Parrott <[email protected]>
    (cherry picked from commit a13b571)
    Signed-off-by: Simon Deziel <[email protected]>
    tomponline authored and simondeziel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5815123 View commit details
    Browse the repository at this point in the history
  11. test/suites/storage_driver_btrfs: don't test copy between pools

    Fails on GitHub runners with: `ERROR: cannot find parent subvolume`
    
    Signed-off-by: Simon Deziel <[email protected]>
    simondeziel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e7a6c3b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b31ae68 View commit details
    Browse the repository at this point in the history