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

Syncing latest changes from upstream master for rook #690

Merged
merged 10 commits into from
Aug 1, 2024

Commits on Jul 22, 2024

  1. object: add hosting.advertiseEndpoint config

    Add CephObjectStore spec.hosting.advertiseEndpoint configuration. This
    provides a clear documented default for which endpoint Rook "advertises"
    to dependent resources like CephObjectStores, OBCs, and COSI
    Buckets/Accesses and allows users to override the default behavior if
    desired.
    
    The current default is to round-robin an endpoint from
    spec.hosting.dnsNames, which has proven to be troublesome for some
    users' object store configurations. This change provides much-needed
    disambiguation for users.
    
    This may be a breaking change for some existing spec.hosting.dnsNames
    users. This is unexpected but is documented.
    
    Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
    BlaineEXE committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a2b0b64 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. ci: fix the permissions of the assign action

    Fixes: rook#14518
    
    A recent change seems to have broken the permissions of the auto-assign
    action.
    
    This tries to fix this by making permissions more specific.
    
    Signed-off-by: Michael Adam <obnox@samba.org>
    obnoxxx committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c57a21a View commit details
    Browse the repository at this point in the history
  2. Merge pull request rook#14519 from obnoxxx/fix-auto-assign

    ci: fix the permissions of the assign action
    travisn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0d83cd5 View commit details
    Browse the repository at this point in the history
  3. ci: fix syntax of auto-assign action

    Fixes: rook#14518
    
    The previous attempt to fix the auto-assign action
    
    has introduced an indentation error in the workflow yaml file.
    
    This should finally fix it, hopefully.
    
    Signed-off-by: Michael Adam <obnox@samba.org>
    obnoxxx committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0d01341 View commit details
    Browse the repository at this point in the history
  4. ci: add 1.15 branch to mergify rules

    With the creation of the 1.15 branch, add the branch
    to the mergify rules. Also remove the 1.10 backport
    rules since no longer needed.
    
    Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
    travisn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5198691 View commit details
    Browse the repository at this point in the history
  5. Merge pull request rook#14522 from travisn/mergify-1.15

    ci: Add 1.15 branch to mergify rules
    travisn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e92656c View commit details
    Browse the repository at this point in the history
  6. Merge pull request rook#14520 from obnoxxx/fix-auto-assign-2

    ci: fix syntax of auto-assign action
    travisn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1c720b1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request rook#14467 from BlaineEXE/object-advertise-endpoint

    object: add hosting.advertiseEndpoint config
    BlaineEXE committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b76631a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge commit 'b76631ace997b36fc9a939b4ddf5b7101312b767' into sync_us-…

    …-master
    
    Signed-off-by: Ceph Jenkins <ceph-jenkins@redhat.com>
    Ceph Jenkins committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4112108 View commit details
    Browse the repository at this point in the history
  2. csv: add additional csv changes that other commits bring

    add generated csv changes
    
    Signed-off-by: Ceph Jenkins <ceph-jenkins@redhat.com>
    Ceph Jenkins committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    fd46f29 View commit details
    Browse the repository at this point in the history