Giter VIP home page Giter VIP logo

crossplane's Introduction

crossplane's People

Contributors

adamkorcz avatar avalanche123 avatar bassam avatar bobh66 avatar displague avatar ezgidemirel avatar hasheddan avatar ichekrygin avatar jbw976 avatar jeanduplessis avatar khos2ow avatar lsviben avatar luebken avatar lukeweber avatar mcbenjemaa avatar mistermx avatar muvaf avatar negz avatar nullable-eth avatar pedjak avatar phisco avatar plumbis avatar prasek avatar psinghal20 avatar renovate[bot] avatar stevendborrelli avatar sttts avatar suskin avatar turkenh avatar ulucinar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crossplane's Issues

Replace GH Workflows

What problem are you facing?

The current CI workflows are trying to publish to OSS crossplane locations. They are fortunately failing because we haven't provided credentials.

How could Crossplane help solve your problem?

We should likely remove all of the publishing workflows for now and replace them when we have packaging figured out.

/cc @muvaf @turkenh

Cut v1.11.2-up.1 Release on March 9, 2023

This issue can be closed when we have completed the following steps (in order).
Please ensure all artifacts (PRs, workflow runs, Tweets, etc) are linked from
this issue for posterity. Refer to this prior release issue for
examples of each step.

  • Updated all version information in the documentation on the relevant release branch.
  • Run the Tag workflow on the relevant release branch with the proper release version.
  • Run the CI workflow on the release branch and verified that the tagged build version exists on the releases.crossplane.io build channel..
  • Run the Configurations workflow on the release branch and verified that version exists on xpkg.upbound.io for all getting started packages.
    • xp/getting-started-with-aws
    • xp/getting-started-with-with-with-vpc
    • xp/getting-started-with-azure
    • xp/getting-started-with-gcp
  • Run the Promote workflow with channel stable on the release branch and verified that the tagged build version exists on the releases.crossplane.io stable channel.
  • Published a new release for the tagged version, with the same name as the version and descriptive release notes.
  • Update the crossplane/test repo test workflows to ensure the checkout release branch and helm install version(s) point at the new release
  • Ensured that users have been notified of the release on all communication channels:
    • Slack
    • Twitter

Diff test to make sure all changes on top of upstream are in place before merging a PR

What problem are you facing?

Humans may miss to have the Upbound-specific changes in place or the diff commits may not be up-to-date.

How could Crossplane help solve your problem?

@hasheddan suggested that we can have a required test that would be updated by each Upbound-specific PR together with the change they're making so that authors can make sure the change ends up in releases.

Context from Slack https://upboundio.slack.com/archives/C01PK1SMYNN/p1659916654410789

Update Readme

What problem are you facing?

Readme is same as crossplane/crossplane right now. We need to update it.

How could Crossplane help solve your problem?

Update readme with enough details on what this repo is about.

Configuration GitHub workflow is failing

What happened?

The Github action for Configurations has been failing for a while: https://github.com/upbound/crossplane/actions/workflows/configurations.yml

Run [ -f kubectl-crossplane ] || curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh
[15](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:17)
kubectl plugin downloaded successfully! Run the following commands to finish installing it:
[16](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:18)

[17](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:19)
sudo mv kubectl-crossplane /usr/local/bin
[18](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:20)
kubectl crossplane --help
[19](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:21)

[20](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:22)
Visit https://crossplane.io/ to get started. ๐Ÿš€
[21](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:23)
Have a nice day! ๐Ÿ‘‹
[22](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:24)

[23](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:25)
Run ./kubectl-crossplane build configuration -f docs/snippets/package/aws --name=getting-started-with-aws.xpkg
[24](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:26)
  ./kubectl-crossplane build configuration -f docs/snippets/package/aws --name=getting-started-with-aws.xpkg
[25](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:27)
  shell: /bin/bash --noprofile --norc -e -o pipefail {0}
[26](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:28)
  env:
[27](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:5:29)
    DOCKER_USR: 
Push
0s
[1](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:1)
Run crossplane-contrib/[email protected]
[2](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:2)
  with:
[3](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:3)
    command: push configuration -f docs/snippets/package/aws/getting-started-with-aws.xpkg registry.upbound.io/xp/getting-started-with-aws:v1.9.0-up.2.4.g31194b1d
[4](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:4)
    channel: stable
[5](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:5)
    version: current
[6](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:6)
  env:
[7](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:7)
    DOCKER_USR: 
[8](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:9)
Run [ -f kubectl-crossplane ] || curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh
[9](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:10)
  [ -f kubectl-crossplane ] || curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh
[10](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:11)
  shell: /bin/bash --noprofile --norc -e -o pipefail {0}
[11](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:12)
  env:
[12](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:13)
    DOCKER_USR: 
[13](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:14)
    CHANNEL: stable
[14](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:15)
    VERSION: current
[15](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:17)
Run ./kubectl-crossplane push configuration -f docs/snippets/package/aws/getting-started-with-aws.xpkg registry.upbound.io/xp/getting-started-with-aws:v1.9.0-up.2.4.g31194b1d
[16](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:18)
  ./kubectl-crossplane push configuration -f docs/snippets/package/aws/getting-started-with-aws.xpkg registry.upbound.io/xp/getting-started-with-aws:v1.9.0-up.2.4.g31194b1d
[17](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:19)
  shell: /bin/bash --noprofile --norc -e -o pipefail {0}
[18](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:20)
  env:
[19](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:21)
    DOCKER_USR: 
[20](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:23)
kubectl crossplane: error: stream error: stream ID 9; PROTOCOL_ERROR; received from peer
[21](https://github.com/upbound/crossplane/runs/7907820509?check_suite_focus=true#step:6:24)
Error: Process completed with exit code 1.

What environment did it happen in?

See Above link. It does not seem like it has ever run.

publishConnectionDetails support for Azure KV?

Hi there,

I am trying to understand the external secret store design and implementation, and have some questions I was hoping I could get an answer for.

In the external secret store design doc, it mentions you can publish connection details to AWS Secret Manager via this configuration:

spec:
  publishConnectionDetailsTo:
    name: my-db-connection
    metadata:
      tags:
        environment: production
    configRef:
      name: aws-secret-manager-prod

However, there is no mention of what the aws-secret-manager-prod Secret looks like or how it's formatted. Is there any support for Azure KV?

What would the StoreConfig look like for AWS Secret Manager/Azure KV?

Any help would be greatly appreciated.

Thank you!

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Unable to read vulnerability information

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update gcr.io/distroless/static docker digest to 9be3fcc (master)
  • chore(deps): update github/codeql-action digest to 4759df8 (master)
  • chore(deps): update mheap/require-checklist-action digest to 01fe247 (master)
  • fix(deps): update github.com/upbound/up-sdk-go digest to 2d00664 (master)
  • chore(deps): update dependency golang to v1.21.6 (master)
  • fix(deps): update module github.com/docker/docker to v24.0.7+incompatible (master)
  • fix(deps): update module github.com/docker/docker-credential-helpers to v0.8.1 (master)
  • fix(deps): update module github.com/emicklei/dot to v1.6.1 (master)
  • chore(deps): update aquasecurity/trivy-action action to v0.16.1 (master)
  • chore(deps): update dependency golangci/golangci-lint to v1.55.2 (master)
  • chore(deps): update dependency helm/helm to v3.14.0 (master)
  • fix(deps): update module github.com/aws/smithy-go to v1.19.0 (master)
  • fix(deps): update module github.com/bufbuild/buf to v1.28.1 (master)
  • fix(deps): update module github.com/docker/go-connections to v0.5.0 (master)
  • fix(deps): update module github.com/go-git/go-git/v5 to v5.11.0 (master)
  • fix(deps): update module github.com/go-logr/logr to v1.4.1 (master)
  • fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.0 (master)
  • fix(deps): update module github.com/google/go-containerregistry to v0.18.0 (master)
  • fix(deps): update module github.com/google/go-containerregistry/pkg/authn/k8schain to v0.18.0 (master)
  • fix(deps): update module github.com/google/uuid to v1.5.0 (master)
  • fix(deps): update module github.com/spf13/afero to v1.11.0 (master)
  • fix(deps): update module golang.org/x/sync to v0.6.0 (master)
  • fix(deps): update module golang.org/x/term to v0.16.0 (master)
  • fix(deps): update module google.golang.org/grpc to v1.60.1 (master)
  • fix(deps): update module google.golang.org/protobuf to v1.32.0 (master)
  • chore(deps): update actions/cache action to v4 (master)
  • chore(deps): update actions/setup-go action to v5 (master)
  • chore(deps): update actions/stale action to v9 (master)
  • chore(deps): update actions/upload-artifact action to v4 (master)
  • chore(deps): update github/codeql-action action to v3 (master)
  • chore(deps): update zeebe-io/backport-action action to v2 (master)
  • fix(deps): update module github.com/docker/docker to v25 (master)
  • fix(deps): update module github.com/jmattheis/goverter to v1 (master)
  • chore(deps): update debian:bookworm-slim docker digest to f4a83aa (release-1.12)
  • chore(deps): update gcr.io/distroless/static docker digest to 9be3fcc (release-1.12)
  • chore(deps): update debian:bookworm-slim docker digest to f4a83aa (release-1.13)
  • chore(deps): update gcr.io/distroless/static docker digest to 9be3fcc (release-1.13)
  • chore(deps): update mikefarah/yq docker tag to v4.40.5 (release-1.13)
  • chore(deps): update gcr.io/distroless/static docker digest to 9be3fcc (release-1.14)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

Branch master
dockerfile
cluster/images/crossplane/Dockerfile
  • gcr.io/distroless/static sha256:6706c73aae2afaa8201d63cc3dda48753c09bcd6c300762251065c0f7e602b25
github-actions
.github/workflows/backport.yml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • zeebe-io/backport-action v1.4.0@bd68141f079bd036e45ea8149bc9d174d5a04703
  • ubuntu 22.04
.github/workflows/ci.yml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-go v4@93397bea11091df50f3d7e59dc26a7711a8bcfbe
  • actions/cache v3@704facf57e6136b1bc63b828d79edcd491f0ee84
  • actions/cache v3@704facf57e6136b1bc63b828d79edcd491f0ee84
  • fkirc/skip-duplicate-actions v5.3.1@f75f66ce1886f00957d99748a42c724f4330bdcf
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-go v4@93397bea11091df50f3d7e59dc26a7711a8bcfbe
  • actions/cache v3@704facf57e6136b1bc63b828d79edcd491f0ee84
  • actions/cache v3@704facf57e6136b1bc63b828d79edcd491f0ee84
  • golangci/golangci-lint-action v3@3a919529898de77ec3da873e3063ca4b10e7f5cc
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-go v4@93397bea11091df50f3d7e59dc26a7711a8bcfbe
  • actions/cache v3@704facf57e6136b1bc63b828d79edcd491f0ee84
  • actions/cache v3@704facf57e6136b1bc63b828d79edcd491f0ee84
  • github/codeql-action v2@49abf0ba24d0b7953cb586944e918a0b92074c80
  • github/codeql-action v2@49abf0ba24d0b7953cb586944e918a0b92074c80
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • aquasecurity/trivy-action 0.13.0@b77b85c0254bba6789e787844f0585cde1e56320
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-go v4@93397bea11091df50f3d7e59dc26a7711a8bcfbe
  • actions/cache v3@704facf57e6136b1bc63b828d79edcd491f0ee84
  • actions/cache v3@704facf57e6136b1bc63b828d79edcd491f0ee84
  • codecov/codecov-action v3@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
  • docker/setup-qemu-action v3@68827325e0b33c7199eb31dd4e31fbe9023e06e3
  • docker/setup-buildx-action v3@f95db51fddba0c2d1ec667646a06c2ce06100226
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-go v4@93397bea11091df50f3d7e59dc26a7711a8bcfbe
  • actions/cache v3@704facf57e6136b1bc63b828d79edcd491f0ee84
  • actions/cache v3@704facf57e6136b1bc63b828d79edcd491f0ee84
  • actions/upload-artifact v3@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
  • jlumbroso/free-disk-space v1.3.1@54081f138730dfa15788a46383842cd2f914a1be
  • docker/setup-qemu-action v3@68827325e0b33c7199eb31dd4e31fbe9023e06e3
  • docker/setup-buildx-action v3@f95db51fddba0c2d1ec667646a06c2ce06100226
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-go v4@93397bea11091df50f3d7e59dc26a7711a8bcfbe
  • actions/cache v3@704facf57e6136b1bc63b828d79edcd491f0ee84
  • actions/cache v3@704facf57e6136b1bc63b828d79edcd491f0ee84
  • actions/upload-artifact v3@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
  • docker/login-action v3@343f7c4344506bcbf9b4de18042ae17996df046d
  • docker/login-action v3@343f7c4344506bcbf9b4de18042ae17996df046d
  • actions/upload-artifact v3@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • bufbuild/buf-setup-action v1
  • bufbuild/buf-lint-action v1
  • bufbuild/buf-breaking-action v1
  • bufbuild/buf-push-action v1
  • ubuntu 22.04
  • ubuntu 22.04
  • ubuntu 22.04
  • ubuntu 22.04
  • ubuntu 22.04
  • ubuntu 22.04
  • ubuntu 22.04
  • ubuntu 22.04
  • ubuntu 22.04
  • ubuntu 22.04
.github/workflows/commands.yml
  • xt0rted/slash-command-action v2@bf51f8f5f4ea3d58abc7eca58f77104182b23e88
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • zeebe-io/backport-action v1.4.0@bd68141f079bd036e45ea8149bc9d174d5a04703
  • ubuntu 22.04
.github/workflows/pr.yml
  • mheap/require-checklist-action v2@1baf7cfc5be24da7bb1939c4034eecf928a56492
  • ubuntu 22.04
.github/workflows/promote.yml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-go v4@93397bea11091df50f3d7e59dc26a7711a8bcfbe
  • docker/login-action v3@343f7c4344506bcbf9b4de18042ae17996df046d
  • docker/login-action v3@343f7c4344506bcbf9b4de18042ae17996df046d
  • ubuntu 22.04
.github/workflows/scan.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • docker/login-action v3@343f7c4344506bcbf9b4de18042ae17996df046d
  • aquasecurity/trivy-action 0.13.0@b77b85c0254bba6789e787844f0585cde1e56320
  • actions/upload-artifact v3@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
  • github/codeql-action v2@49abf0ba24d0b7953cb586944e918a0b92074c80
.github/workflows/stale.yml
  • actions/stale v8@1160a2240286f5da8ec72b1c0816ce2481aabf84
  • ubuntu 22.04
.github/workflows/tag.yml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • negz/create-tag v1@39bae1e0932567a58c20dea5a1a0d18358503320
  • ubuntu 22.04
gomod
go.mod
  • go 1.20
  • dario.cat/mergo v1.0.0
  • github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24@ced1acdcaa24
  • github.com/Masterminds/semver v1.5.0
  • github.com/alecthomas/kong v0.8.1
  • github.com/bufbuild/buf v1.27.1
  • github.com/crossplane/crossplane-runtime v1.15.0-rc.0
  • github.com/docker/docker v24.0.6+incompatible
  • github.com/docker/go-connections v0.4.0
  • github.com/emicklei/dot v1.6.0
  • github.com/go-git/go-billy/v5 v5.5.0
  • github.com/go-git/go-git/v5 v5.10.0
  • github.com/golang-jwt/jwt/v5 v5.0.0
  • github.com/google/go-cmp v0.6.0
  • github.com/google/go-containerregistry v0.16.1
  • github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20230919002926-dbcd01c402b2@dbcd01c402b2
  • github.com/jmattheis/goverter v0.18.0
  • github.com/pkg/errors v0.9.1
  • github.com/sirupsen/logrus v1.9.3
  • github.com/spf13/afero v1.10.0
  • github.com/upbound/up-sdk-go v0.1.1-0.20230405182644-366f20e6aa5f@366f20e6aa5f
  • golang.org/x/sync v0.4.0
  • google.golang.org/grpc v1.59.0
  • google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
  • google.golang.org/protobuf v1.31.0
  • github.com/aws/smithy-go v1.13.5
  • github.com/docker/docker-credential-helpers v0.8.0
  • github.com/go-logr/logr v1.2.4
  • github.com/google/uuid v1.3.1
  • golang.org/x/term v0.13.0
helm-values
cluster/charts/crossplane/values.yaml
regex
.github/workflows/ci.yml
  • golang 1.21.3
.github/workflows/promote.yml
  • golang 1.21.3
.github/workflows/ci.yml
  • golangci/golangci-lint 1.54.2
Makefile
  • golangci/golangci-lint 1.54.2
Makefile
  • helm/helm v3.13.1
Makefile
  • kubernetes-sigs/kind v0.20.0
Branch release-1.12
dockerfile
cluster/images/crossplane/Dockerfile
  • gcr.io/distroless/static sha256:7198a357ff3a8ef750b041324873960cf2153c11cc50abb9d8d5f8bb089f6b4e
cluster/images/xfn/Dockerfile
  • debian bookworm-slim@sha256:9bd077d2f77c754f4f7f5ee9e6ded9ff1dff92c6dce877754da21b917c122c77
github-actions
.github/workflows/backport.yml
.github/workflows/ci.yml
.github/workflows/commands.yml
.github/workflows/promote.yml
.github/workflows/scan.yaml
.github/workflows/stale.yml
.github/workflows/tag.yml
gomod
go.mod
helm-values
cluster/charts/crossplane/values.yaml
regex
.github/workflows/ci.yml
.github/workflows/promote.yml
.github/workflows/ci.yml
Makefile
Makefile
Branch release-1.13
dockerfile
cluster/images/crossplane/Dockerfile
  • gcr.io/distroless/static sha256:7198a357ff3a8ef750b041324873960cf2153c11cc50abb9d8d5f8bb089f6b4e
cluster/images/xfn/Dockerfile
  • debian bookworm-slim@sha256:9bd077d2f77c754f4f7f5ee9e6ded9ff1dff92c6dce877754da21b917c122c77
test/e2e/testdata/images/labelizer/Dockerfile
  • mikefarah/yq 4.34.2
test/e2e/testdata/images/tmp-writer/Dockerfile
  • mikefarah/yq 4.34.1
github-actions
.github/workflows/backport.yml
.github/workflows/ci.yml
.github/workflows/commands.yml
.github/workflows/pr.yml
.github/workflows/promote.yml
.github/workflows/scan.yaml
.github/workflows/stale.yml
.github/workflows/tag.yml
gomod
go.mod
helm-values
cluster/charts/crossplane/values.yaml
regex
.github/workflows/ci.yml
.github/workflows/promote.yml
.github/workflows/ci.yml
Makefile
Makefile
Makefile
Branch release-1.14
dockerfile
cluster/images/crossplane/Dockerfile
  • gcr.io/distroless/static sha256:6706c73aae2afaa8201d63cc3dda48753c09bcd6c300762251065c0f7e602b25
github-actions
.github/workflows/backport.yml
.github/workflows/ci.yml
.github/workflows/commands.yml
.github/workflows/pr.yml
.github/workflows/promote.yml
.github/workflows/scan.yaml
.github/workflows/stale.yml
.github/workflows/tag.yml
gomod
go.mod
helm-values
cluster/charts/crossplane/values.yaml
regex
.github/workflows/ci.yml
.github/workflows/promote.yml
.github/workflows/ci.yml
Makefile
Makefile
Makefile

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.