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

Sync upstream master #100

Merged
merged 228 commits into from
Aug 8, 2023
Merged

Sync upstream master #100

merged 228 commits into from
Aug 8, 2023

Commits on Jun 14, 2023

  1. dag: improve fuzzer

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9756716 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. add revison fuzzer

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    dbaf483 View commit details
    Browse the repository at this point in the history
  2. Add one-pager for deletion ordering

    Signed-off-by: Hasan Turken <[email protected]>
    turkenh committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6626e54 View commit details
    Browse the repository at this point in the history
  3. composite: add fuzzer

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    312b917 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. chore: linting

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e2716c4 View commit details
    Browse the repository at this point in the history
  2. Resolve comments in Usage one pager

    Signed-off-by: Hasan Turken <[email protected]>
    turkenh committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1e38ec8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    4b4100c View commit details
    Browse the repository at this point in the history
  2. Add registry option for xfn

    Signed-off-by: Bob Haddleton <[email protected]>
    bobh66 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    70e4e94 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Merge pull request #4276 from crossplane/renovate/master-docker-setup…

    …-buildx-action-digest
    
    Update docker/setup-buildx-action digest to 16c0bc4 (master)
    negz committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    312c84a View commit details
    Browse the repository at this point in the history
  2. Update module google.golang.org/protobuf to v1.31.0

    This required running `make reviewable`.
    
    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6df4a9b View commit details
    Browse the repository at this point in the history
  3. add function types

    Signed-off-by: nullable-eth <[email protected]>
    nullable-eth committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    cff5069 View commit details
    Browse the repository at this point in the history
  4. fix conversion and add test

    Signed-off-by: nullable-eth <[email protected]>
    nullable-eth committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d3a7e39 View commit details
    Browse the repository at this point in the history
  5. Fix issue in fuzzer and dag

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7591bb0 View commit details
    Browse the repository at this point in the history
  6. fix copyright and add convenience linter function

    Signed-off-by: nullable-eth <[email protected]>
    nullable-eth committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6504158 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5607f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Merge pull request #4285 from crossplane/renovate/master-github.com-b…

    …ufbuild-buf-1.x
    
    Update module github.com/bufbuild/buf to v1.23.0 (master)
    negz committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7044abf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4280 from negz/protobump

    Update module google.golang.org/protobuf to v1.31.0
    negz committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2c83606 View commit details
    Browse the repository at this point in the history
  3. modify IsFunction check to be able to remove conversion code

    Co-authored-by: Nic Cope <[email protected]>
    Signed-off-by: nullable.eth <[email protected]>
    nullable-eth and negz committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    860f954 View commit details
    Browse the repository at this point in the history
  4. remove function conversion code

    Signed-off-by: nullable-eth <[email protected]>
    nullable-eth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2c7b47e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32e8ea7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4286 from crossplane/renovate/master-github.com-b…

    …ufbuild-buf-1.x
    
    Update module github.com/bufbuild/buf to v1.23.1 (master)
    negz committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c4e38b5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4282 from nullable-eth/xfn-types

    composition function types
    negz committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3afae02 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Address review comments

    Signed-off-by: Bob Haddleton <[email protected]>
    bobh66 committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    206095b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4278 from nokia/xfnregistry

    Add registry option for xfn
    negz committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    444267e View commit details
    Browse the repository at this point in the history
  3. tests: refactor e2e to be more idiomatic

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    495795e View commit details
    Browse the repository at this point in the history
  4. tests: set helm timeout and wait through options

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    80cab49 View commit details
    Browse the repository at this point in the history
  5. tests: refactor lifecycle test

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    2f5bdb6 View commit details
    Browse the repository at this point in the history
  6. tests: use reflection to get Kind if empty not

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    9ee1b29 View commit details
    Browse the repository at this point in the history
  7. tests: minor refactor Upgrade test

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    9178fa1 View commit details
    Browse the repository at this point in the history
  8. tests: allow running e2es against existing installation

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    dff680c View commit details
    Browse the repository at this point in the history
  9. docs: update e2e guidelines

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    ff39a1e View commit details
    Browse the repository at this point in the history
  10. chore: address review comments

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    41a5968 View commit details
    Browse the repository at this point in the history
  11. chore: rename test label

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    dce1c6e View commit details
    Browse the repository at this point in the history
  12. chore: final refactor

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    ef877c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    b78c839 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4291 from crossplane/renovate/master-github-codeq…

    …l-action-digest
    
    Update github/codeql-action digest to 004c5de (master)
    jbw976 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    7b9dc30 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

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

Commits on Jul 5, 2023

  1. Merge pull request #4295 from crossplane/renovate/master-golang.org-x…

    …-sys-0.x
    
    Update module golang.org/x/sys to v0.10.0 (master)
    jbw976 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    bde5c84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4270 from phisco/e2e-framework-refactor

    tests: refactor e2e
    negz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c1b3736 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. fix: pull xfn images from registry configured with custom TLS certifi…

    …cate
    
    Additional `--ca-bundle-path` param got introduced to `xfn spark` command,
    enabling to specify path to custom root certificate, e.g. `/cert/domain.crt`
    The value can be passed as well via `CA_BUNDLE_PATH` env variable.
    
    If set, the certificate will be added to the pool of system-wide certificates
    and will be used for verifying the authority of the registry by each pull.
    
    Helm chart templates are adjusted so to that the custom certificate
    gets mounted into `crossplane-xfn` container and `CA_BUNDLE_PATH` is
    set properly.
    
    Additional changes:
    * added xfn integration tests under `test/e2e/xfn` verifying that
      `--ca-bundle-path` works as expected
    * to check if image pulling works without running the function, `--dry-run`
      param got introduced as well, simplifying the test setup
    * CI job runs the new integration tests
    
    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f9f6484 View commit details
    Browse the repository at this point in the history
  2. reverted integration tests in favor of e2e ones

    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1dc313b View commit details
    Browse the repository at this point in the history
  3. copy images using skopeo

    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a7e46ac View commit details
    Browse the repository at this point in the history
  4. Addressed reviewers comments

    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    dcaeba1 View commit details
    Browse the repository at this point in the history
  5. replace skopeo with direct usage of go-containerregistry library

    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    88d7a2c View commit details
    Browse the repository at this point in the history
  6. added unit test for WithCustomCA

    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    adfa641 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a558c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    258747f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Merge pull request #4301 from crossplane/renovate/master-google.golan…

    …g.org-grpc-1.x
    
    Update module google.golang.org/grpc to v1.56.2 (master)
    jbw976 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e35eb4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4300 from crossplane/renovate/master-github-codeq…

    …l-action-digest
    
    Update github/codeql-action digest to 46ed16d (master)
    jbw976 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a988407 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f440ce7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4303 from crossplane/renovate/master-docker-setup…

    …-buildx-action-digest
    
    Update docker/setup-buildx-action digest to 2a1a44a (master)
    jbw976 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4161b8e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Change /tmp folders permissions to allow write access

    Signed-off-by: ezgidemirel <[email protected]>
    ezgidemirel committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8435206 View commit details
    Browse the repository at this point in the history
  2. restructured xfn_test.go to match style of other files under test/e2e

    * unwrapped all setup func
    * in order to keep the style aligned with other test files,
      cert and resource getter functions moved test/e2e/utils package
    * made them public, although its reusage in other cases is
      still questionable
    
    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f15b4cf View commit details
    Browse the repository at this point in the history
  3. retry copying images if registry was not ready

    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c29524c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. guide-observability.md: don't record events on noops

    Signed-off-by: Dr. Stefan Schimanski <[email protected]>
    sttts committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9b22c22 View commit details
    Browse the repository at this point in the history
  2. added missing teardown

    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0e92bf0 View commit details
    Browse the repository at this point in the history
  3. feat(xrd) add labels and annotations

    Signed-off-by: Florian Hopfensperger <[email protected]>
    fhopfensperger committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    61d2693 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4304 from ezgidemirel/xfn-tmp

    Change /tmp folder permissions to allow write access
    turkenh committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b871c9d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4261 from pedjak/xfn-runner-custom-ca-4041

    fix: pull xfn images from registry configured with custom TLS certificate
    turkenh committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    07f103c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4310 from fhopfensperger/propagate-labels-annotat…

    …ions
    
    feat(xrd): add labels and annotations
    turkenh committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1ff5d12 View commit details
    Browse the repository at this point in the history
  7. controller/rbac/namespace: edge based events for role updates

    Signed-off-by: Dr. Stefan Schimanski <[email protected]>
    sttts committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    731d33a View commit details
    Browse the repository at this point in the history
  8. controller/rbac/provider/binding: edge based events for ClusterRoleBi…

    …nding apply
    
    Signed-off-by: Dr. Stefan Schimanski <[email protected]>
    sttts committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e9ec860 View commit details
    Browse the repository at this point in the history
  9. controller/rbac/definition: edge based events for ClusterRole apply

    Signed-off-by: Dr. Stefan Schimanski <[email protected]>
    sttts committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0702d10 View commit details
    Browse the repository at this point in the history
  10. controller/rbac/provider/roles: edge based events for ClusterRole apply

    Signed-off-by: Dr. Stefan Schimanski <[email protected]>
    sttts committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    63a3eea View commit details
    Browse the repository at this point in the history
  11. Address comments: firstNAndSomeMore

    Signed-off-by: Dr. Stefan Schimanski <[email protected]>
    sttts committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    bb58425 View commit details
    Browse the repository at this point in the history
  12. chore: rename error constants according to our standard

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    534633e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cdb04ae View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4309 from sttts/patch-1

    guide-observability.md: don't record events on noops
    negz committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5d64ca5 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4314 from crossplane/renovate/master-golang-1.x

    Update dependency golang to v1.20.6 (master)
    negz committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a17e155 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge pull request #4313 from phisco/chore/errFmtStandard

    chore: rename error constants according to our standard
    negz committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2e664bc View commit details
    Browse the repository at this point in the history
  2. Update ADOPTERS.md with SAP entry

    Signed-off-by: dee0sap <[email protected]>
    dee0sap committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5d59c3e View commit details
    Browse the repository at this point in the history
  3. Make @phisco a Crossplane maintainer

    Philippe has lead an implemented an impactful design for us in the form
    of Composition Validation. He's also proven to be pragmatic and easy to
    collaborate with, and willing to drive laborious but high-value
    processes like introducing Renovate and liasing with the security audit
    team.
    
    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d619522 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4317 from dee0sap/patch-1

    Update ADOPTERS.md with SAP entry
    negz committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c1486d6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4318 from negz/welcome-phisco

    Make @phisco a Crossplane maintainer
    negz committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0c6c1be View commit details
    Browse the repository at this point in the history
  6. guide-observability.md: add error guidelines

    Signed-off-by: Dr. Stefan Schimanski <[email protected]>
    sttts committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4a131ac View commit details
    Browse the repository at this point in the history
  7. feat: improve environment config

     * add resolve & resolution policies - support update of config references in XR
     * sort selected configs to ensure deterministig order while merging
     * enable user to specify fieldPath to values that sorting alg. compares & support float, int, string comparisons
     * add maxMatch to limit the number of selected configs refs passed to XR
    
    Signed-off-by: Matej Ohradzansky <[email protected]>
    P0t4T0o authored and phisco committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    055a46e View commit details
    Browse the repository at this point in the history
  8. address review comments

    Signed-off-by: Matej Ohradzansky <[email protected]>
    P0t4T0o authored and phisco committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    503fc45 View commit details
    Browse the repository at this point in the history
  9. error out if more than 1 env is found in Single mode

    Signed-off-by: Matej Ohradzansky <[email protected]>
    P0t4T0o authored and phisco committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b661b46 View commit details
    Browse the repository at this point in the history
  10. adjust env config logic in Multiple mode and add validation

    Signed-off-by: Matej Ohradzansky <[email protected]>
    P0t4T0o authored and phisco committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    6972e74 View commit details
    Browse the repository at this point in the history
  11. tests: APIEnvironmentFetcher defaulting tests with required true

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    86be83f View commit details
    Browse the repository at this point in the history
  12. tests: add environmentRef to actually exercise code

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    bd8bce8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5060ef View commit details
    Browse the repository at this point in the history
  14. chore: review

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9e4b5a4 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3981 from P0t4T0o/enhance-envconfig

    Multiple EnvironmentConfigs selection and resolve and resolution policy
    phisco committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a1944a9 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #4320 from crossplane/renovate/master-docker-setup…

    …-buildx-action-digest
    
    Update docker/setup-buildx-action digest to 4c0219f (master)
    negz committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    dc67029 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #4311 from sttts/patch-2

    guide-observability.md: add error guidelines
    negz committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2c143be View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. fix xfn e2e tests on osx

    when docker engine runs inside a VM, it is not possible to
    reach k8s nodes from the hosts.
    
    In order to make possible to copy images from host
    to the container registry running inside kind cluster,
    we need to add extra port mappings to the kind configuration
    as suggested in https://kind.sigs.k8s.io/docs/user/configuration/#extra-port-mappings
    
    We start kind with such configuration and later on
    when image copying is needed, we detect if our cluster is kind
    and use proper address to reach the registry. Otherwise, we fall
    back on detecting node address.
    
    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    abecd46 View commit details
    Browse the repository at this point in the history
  2. use default kind image

    Co-authored-by: Philippe Scorsolini <[email protected]>
    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak and phisco committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    699f057 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    284d6f7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4325 from crossplane/renovate/master-helm-helm-3.x

    Update dependency helm/helm to v3.12.2 (master)
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a28e252 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    071e2ca View commit details
    Browse the repository at this point in the history
  6. Design for for beta Functions

    This commit introduces an updated design for Composition Functions.
    Under this design Functions are long-running processes, like Providers.
    Crossplane makes RunFunctionRequest RPCs to a Function using gRPC.
    
    This updated design also sketches out an improved Function development
    experience, as well as a few hypothetical 'generic' Functions. A generic
    Function is a Function that works with any XR. Generic Functions extend
    Crossplane with new ways to express Composition logic without actually
    needing to develop a Function of your own.
    
    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1e10304 View commit details
    Browse the repository at this point in the history
  7. Finish the section on replacing ControllerConfig

    Forgot to hit save in my editor. :D
    
    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c7a0e19 View commit details
    Browse the repository at this point in the history
  8. Proof-reading pass

    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    65a04f7 View commit details
    Browse the repository at this point in the history
  9. Address typos caught during review

    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0688b6d View commit details
    Browse the repository at this point in the history
  10. Expand on the motivation for this new design

    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f3c6f74 View commit details
    Browse the repository at this point in the history
  11. Rename 'functions' and 'name' to 'pipeline' and 'step'

    This reduces the amount of times 'name' appears and clarifies that the
    Functions array is a pipeline of functions.
    
    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1380d34 View commit details
    Browse the repository at this point in the history
  12. Elaborate on predicted Function performance

    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a69f6bf View commit details
    Browse the repository at this point in the history
  13. Clarify goals of Function SDKs

    i.e. Be explicit that we want to asbtract away the fact that these are
    servers.
    
    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e320174 View commit details
    Browse the repository at this point in the history
  14. Highlight key differences from FunctionIO

    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b654f8d View commit details
    Browse the repository at this point in the history
  15. Add 'Installing a Function' section

    This was mostly covered already, but now easier to find and with a touch
    more detail (e.g. on dependencies).
    
    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7464618 View commit details
    Browse the repository at this point in the history
  16. Note that we could simulate observed resources

    This could be useful when running 'composition render'.
    
    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1ec0119 View commit details
    Browse the repository at this point in the history
  17. Remove mention of Function side-effects

    This was thrown in during the original design while we toyed with
    Functions as being a way to do "day two stuff" (e.g. trigger backups). I
    don't think anyone is confident that this is a good idea, so let's not
    mention it for now.
    
    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8525caf View commit details
    Browse the repository at this point in the history
  18. Note explicitly that there is no watch on Composition

    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6fd80fd View commit details
    Browse the repository at this point in the history
  19. s/idempotent/deterministic/

    Mixing up my CS terms. :)
    
    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    49cb1e5 View commit details
    Browse the repository at this point in the history
  20. Rename function 'config' to 'input'

    This better frames it as what is is - input to a particular Function
    call. The downside with calling if 'config' was that folks could mistake
    it to mean it was configuring the Function _globally_, not just
    configuring how one particular entry in one Composition's pipeline of
    steps calls a Function.
    
    Signed-off-by: Nic Cope <[email protected]>
    negz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    aa8bd83 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge pull request #4326 from crossplane/renovate/master-github.com-b…

    …ufbuild-buf-1.x
    
    Update module github.com/bufbuild/buf to v1.24.0 (master)
    jbw976 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7053ceb View commit details
    Browse the repository at this point in the history
  2. xrd/claim: event triggered composite update event

    Signed-off-by: Dr. Stefan Schimanski <[email protected]>
    sttts committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4a0bb29 View commit details
    Browse the repository at this point in the history
  3. Update usage design per feedback

    Signed-off-by: Hasan Turken <[email protected]>
    turkenh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    825f084 View commit details
    Browse the repository at this point in the history
  4. avoid hard-coding registry endpoint for image copying

    Introduced funcs.ServiceIngressEndPoint(...) that return the endpoint that
    can be used for accessing a service deployed in the cluster. If the tests
    are running against kind cluster, it consults the kind config and if
    particular port forwarding exists for given node port, it returns
    the endpoint accessible from host interfaces. Otherwise, it
    tries to detect node ip and use the obtained address and the nodeport
    to access the service.
    
    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7f18618 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0efc33f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4330 from crossplane/renovate/master-github-codeq…

    …l-action-digest
    
    Update github/codeql-action digest to 489225d (master)
    phisco committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7cb8582 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. ci: switch deprecated set-output to new format

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    dc46a46 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    6377253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c92ac View commit details
    Browse the repository at this point in the history
  3. Add reason to the Usage API

    Signed-off-by: Hasan Turken <[email protected]>
    turkenh committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1271e77 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4215 from turkenh/usage-one-pager

    Add One-Pager for Deletion Ordering
    turkenh committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6756f17 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4324 from pedjak/e2e-tests-image-copy-fix

    tests(e2e): fix xfn e2e tests on osx
    phisco committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1025692 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4332 from phisco/replace-deprecated-set-output

    ci: switch deprecated set-output to new format
    muvaf committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c229f69 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4334 from crossplane/renovate/master-mikefarah-yq…

    …-4.x
    
    Update mikefarah/yq Docker tag to v4.34.2 (master)
    negz committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    72ce62b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4333 from crossplane/renovate/master-debian-bookw…

    …orm-slim
    
    Update debian:bookworm-slim Docker digest to 9bd077d (master)
    negz committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    219b612 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4306 from negz/longer

    Composition Functions Beta: Long-running Functions
    negz committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2b5b379 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    fdcb0bb View commit details
    Browse the repository at this point in the history
  2. run make generate

    Signed-off-by: lsviben <[email protected]>
    lsviben committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    885c1cf View commit details
    Browse the repository at this point in the history
  3. fix(alpha): re-evaluating additional fields against schema

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f98fc2b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4342 from crossplane/renovate/master-github.com-c…

    …rossplane-crossplane-runtime-0.x
    
    Update module github.com/crossplane/crossplane-runtime to v0.20.0 (master)
    phisco committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2567fe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    962a91b View commit details
    Browse the repository at this point in the history
  6. fix: stop rbac manager's rule expansion on timeout

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    65fc720 View commit details
    Browse the repository at this point in the history
  7. chore: bump go-containerregistry to v0.15.3-0.20230625233257-b8504803…

    …389b
    
    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7d76b23 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    253d5ba View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4350 from crossplane/renovate/master-github-codeq…

    …l-action-digest
    
    Update github/codeql-action digest to 1813ca7 (master)
    jbw976 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5292c46 View commit details
    Browse the repository at this point in the history
  10. fix: limit max number of layers for Packages

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    abcc64e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4348 from phisco/fix/limit-max-package-layers

    fix: limit max number of layers for Packages
    phisco committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d90f626 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4349 from phisco/bump-go-containerregistry-master

    chore: bump go-containerregistry to v0.15.3-0.20230625233257-b8504803…
    phisco committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    667d231 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge pull request #4347 from phisco/fix/stop-rbac-manager-expansion-…

    …timeout
    
    fix: stop rbac manager's rule expansion on timeout
    phisco committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a2cc86c View commit details
    Browse the repository at this point in the history
  2. Update internal/dag/dag.go

    Co-authored-by: Philippe Scorsolini <[email protected]>
    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz and phisco committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2c2d6c3 View commit details
    Browse the repository at this point in the history
  3. Add e2e test for XFN /tmp write access

    Signed-off-by: ezgidemirel <[email protected]>
    ezgidemirel committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    71fcb58 View commit details
    Browse the repository at this point in the history
  4. fix image script, add CopyImageToRegistry helper

    Signed-off-by: ezgidemirel <[email protected]>
    ezgidemirel committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9555ef3 View commit details
    Browse the repository at this point in the history
  5. introduce a new helper ClaimsManagedResourcesHaveLabel to reduce co…

    …de duplication
    
    Signed-off-by: ezgidemirel <[email protected]>
    ezgidemirel committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0d74128 View commit details
    Browse the repository at this point in the history
  6. refactor helper to make it more generic

    Signed-off-by: ezgidemirel <[email protected]>
    ezgidemirel committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    52363e4 View commit details
    Browse the repository at this point in the history
  7. add filtering mechanism to ManagedResourcesOfClaimHaveFieldValueWithi…

    …n helper
    
    Signed-off-by: ezgidemirel <[email protected]>
    ezgidemirel committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0badac5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4346 from phisco/fix/environmentconfig-schema-val…

    …idation
    
    fix(alpha): re-evaluating additional fields against schema
    phisco committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    387feb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. fix: max size of package parsed limited to 200MB

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e44f73f View commit details
    Browse the repository at this point in the history
  2. fix: properly handle annotations schema aware validation

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b7d7d44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ea448 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4361 from phisco/fix/schema-aware-validation-seco…

    …nd-take
    
    fix: properly handle annotations schema aware validation
    phisco committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    73cde01 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4358 from phisco/fix/max-package-parsed-size-limit

    fix: max size of package parsed limited to 200MB
    phisco committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8ba905f View commit details
    Browse the repository at this point in the history
  6. empty commit for 1.13

    Signed-off-by: ezgidemirel <[email protected]>
    ezgidemirel committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3a96733 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddb42ee View commit details
    Browse the repository at this point in the history
  8. fix: omitempty environmentConfigs label selector fields

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    03b1b4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    19ea23e View commit details
    Browse the repository at this point in the history
  10. Add SIG info in readme

    Signed-off-by: Carlos Santana <[email protected]>
    csantanapr committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    25e8750 View commit details
    Browse the repository at this point in the history
  11. wrap line at 80

    Signed-off-by: Carlos Santana <[email protected]>
    csantanapr committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    7515f96 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

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

Commits on Jul 24, 2023

  1. Merge pull request #4198 from AdamKorcz/master

    composite: add fuzzer
    phisco committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    772e4a6 View commit details
    Browse the repository at this point in the history
  2. fix: validate Package images against manifest on pull

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4feb58e View commit details
    Browse the repository at this point in the history
  3. tests: remove successfull package fetch test case

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2c3db49 View commit details
    Browse the repository at this point in the history
  4. tests that fail because of #4129

    Signed-off-by: Matt Bush <[email protected]>
    mbbush committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7c9bab1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    679d85d View commit details
    Browse the repository at this point in the history
  2. composite: fix nil-dereference

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0cd9fd3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4380 from AdamKorcz/july-fix-1

    composite: fix nil-dereference
    phisco committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    696f398 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Add failing test

    Signed-off-by: Miguel Ángel Ducanto Hadad <[email protected]>
    dukanto committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4db45cd View commit details
    Browse the repository at this point in the history
  2. do not filter out compositionRevisionRef is updatePolicy is Manual

    Signed-off-by: Miguel Ángel Ducanto Hadad <[email protected]>
    dukanto committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2638840 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    686e8f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Merge pull request #4388 from crossplane/renovate/master-google.golan…

    …g.org-grpc-1.x
    
    Update module google.golang.org/grpc to v1.57.0 (master)
    jbw976 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    151da7c View commit details
    Browse the repository at this point in the history
  2. Add Crossplane 2023 security audit report

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    46fe0db View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4390 from AdamKorcz/add-2023-security-audit-report

    Add Crossplane 2023 security audit report
    phisco committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ac8b24f View commit details
    Browse the repository at this point in the history
  4. ci: add cleanup disk step before publish

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a89cf4d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4394 from phisco/ci/cleanup-step-publish

    ci: add cleanup disk step before publish
    phisco committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bf7c63d View commit details
    Browse the repository at this point in the history
  6. Update release table and base branches for v1.13

    Signed-off-by: ezgidemirel <[email protected]>
    ezgidemirel committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1a8a15f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4395 from ezgidemirel/update-release-table-1.13

    Update release table and base branches for v1.13
    jbw976 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    be72cc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. injected noop logger by default to ctrl-runtime

    Signed-off-by: lsviben <[email protected]>
    lsviben committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3c13dee View commit details
    Browse the repository at this point in the history
  2. intializer: update storage version of CompositionRevision CRs in etcd

    Signed-off-by: Philippe Scorsolini <[email protected]>
    Signed-off-by: Dr. Stefan Schimanski <[email protected]>
    Co-authored-by: Philippe Scorsolini <[email protected]>
    sttts and phisco committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d63ea37 View commit details
    Browse the repository at this point in the history
  3. fix: check that storeVersions ONLY contain the storageVersion after w…

    …e updated it
    
    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9cf338c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4386 from dukanto/bugfix/propagate-composition-re…

    …vision-ref
    
    Bugfix/propagate composition revision ref
    turkenh committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    16bce82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8f77a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa958bc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4402 from sttts/sttts-composition-revision-v1alph…

    …a1-storage-version
    
    fix(intializer): update storage version of CompositionRevision CRs in etcd
    turkenh committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a25252e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f591e4e View commit details
    Browse the repository at this point in the history
  9. Add test for empty XRD

    Signed-off-by: Matt Bush <[email protected]>
    mbbush committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9f5384a View commit details
    Browse the repository at this point in the history
  10. fix: Pass description fields in XRDs into CRDs

    Signed-off-by: Matt Bush <[email protected]>
    mbbush committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4344780 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    8d17fae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4307 from sttts/sttts-namespace-reconciler-rbac-e…

    …vent
    
    [DevEx] controller/rbac: edge based events for applies
    turkenh committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    91a1e06 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4411 from crossplane/renovate/master-mikefarah-yq…

    …-4.x
    
    Update mikefarah/yq Docker tag to v4.34.2 (master)
    phisco committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a4b6014 View commit details
    Browse the repository at this point in the history
  4. Add Predrag as reviewer

    Signed-off-by: Predrag Knezevic <[email protected]>
    pedjak committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    11e7740 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4420 from pedjak/predrag-as-reviewer

    Add Predrag as reviewer
    jbw976 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    880fd40 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge pull request #4371 from spanio/openapi-schema

    fix: Include top-level description in CRDs generated from XRDs
    turkenh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e46317c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4340 from crossplane/renovate/master-github.com-b…

    …ufbuild-buf-1.x
    
    Update module github.com/bufbuild/buf to v1.25.0 (master)
    turkenh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    494c2dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4199 from AdamKorcz/fuzz-improvements-1

    add revision fuzzer
    turkenh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a946d1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4200 from AdamKorcz/fuzz-improvements-2

    dag: improve fuzzer
    turkenh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ad0ff7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ea88b6 View commit details
    Browse the repository at this point in the history
  6. fix: improve validation example in test

    Signed-off-by: Amund Tenstad <[email protected]>
    tenstad committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    fbcce5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    396d658 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a9b80d View commit details
    Browse the repository at this point in the history
  9. Update ADOPTERS.md

    Signed-off-by: diouze <[email protected]>
    duizabojul committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2cdc117 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4425 from duizabojul/patch-1

    Add Airnity to adopters
    jbw976 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    104b1b7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d03b316 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Merge pull request #4426 from crossplane/renovate/master-golang-1.x

    Update dependency golang to v1.20.7 (master)
    phisco committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6a7a203 View commit details
    Browse the repository at this point in the history
  2. Introduce Function CRDs

    Signed-off-by: ezgidemirel <[email protected]>
    ezgidemirel committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c39785e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4421 from lsviben/update-gmp-designs-status

    Update the status of observe-only and ignore-changes design docs
    turkenh committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2df2202 View commit details
    Browse the repository at this point in the history
  4. feat: add xfn v1beta1 grpc interface

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    df99182 View commit details
    Browse the repository at this point in the history
  5. Move hasheddan to emeritus maintainers

    Serving as a Crossplane maintainer has been a true honor. Moving
    forward, I will not be able to commit the time and focus that is
    expected of a maintainer, and other folks have stepped up to own the
    areas that I have previously been leading. I am excited to step aside
    and watch them continue to grow and improve the project.
    
    Thank you for allowing me to be a leader in this community.
    
    Signed-off-by: Daniel Mangum <[email protected]>
    hasheddan committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    581e60e View commit details
    Browse the repository at this point in the history
  6. Remove hasheddan from CODEOWNERS

    Replaces hasheddan with turkenh for package manager ownership, and
    hasheddan with negz for crank ownership.
    
    Signed-off-by: Daniel Mangum <[email protected]>
    hasheddan committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3dec8d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0aee12a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge pull request #4434 from hasheddan/hasheddan-emeritus

    Move hasheddan to emeritus maintainers
    jbw976 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    06e678e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4435 from crossplane/renovate/master-github.com-b…

    …ufbuild-buf-1.x
    
    Update module github.com/bufbuild/buf to v1.25.1 (master)
    jbw976 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    343b01a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa947a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4437 from crossplane/renovate/master-github.com-g…

    …oogle-go-containerregistry-0.x
    phisco committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    67f5b0c View commit details
    Browse the repository at this point in the history
  5. chore: added docs reminder to PR checklist

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8a6264c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da3942e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4441 from phisco/dev/4415

    chore: added docs reminder to PR checklist
    phisco committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    00823dc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4430 from ezgidemirel/function-types

    Introduce Function CRDs
    turkenh committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    03ec23d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. fix(crds): add crd migration for locks.pkg.crossplane.io v1alpha1

    Signed-off-by: Christopher Haar <[email protected]>
    haarchri committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    47f5886 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6165d86 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4424 from tenstad/spec-x-kubernetes-validation

    fix: copy x-kubernetes-validations from spec to composite/claim CRDs
    phisco committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    de0bf59 View commit details
    Browse the repository at this point in the history
  4. fix: avoid panics due to reflect.TypeOf usage

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f0b3768 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    321c41d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Merge pull request #4453 from crossplane/renovate/master-golang.org-x…

    …-sys-0.x
    
    Update module golang.org/x/sys to v0.11.0 (master)
    jbw976 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    9108eb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. docs: add further details to release issue template

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8bcf05d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4389 from phisco/fix/nil-dereference-reflect-type-of

    fix: avoid panics due to reflect.TypeOf usage
    phisco committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    239a7cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    607a72b View commit details
    Browse the repository at this point in the history
  4. chore(renovate): enable conventional commits

    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    15c83cb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4459 from crossplane/renovate/master-github.com-c…

    …rossplane-crossplane-runtime-0.x
    
    Update module github.com/crossplane/crossplane-runtime to v0.20.1 (master)
    phisco committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d06f620 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4460 from phisco/renovate-conventional-commits

    chore(renovate): enable conventional commits
    phisco committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f6e7296 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4456 from phisco/release-issues-add-details

    docs: add further details to release issue template
    phisco committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5dfe8b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ffb22c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4439 from crossplane/renovate/master-go-golang.or…

    …g/x/net-vulnerability
    
    chore(deps): update module golang.org/x/net to v0.13.0 [security] (master)
    phisco committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f483293 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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