rukpak
rukpak copied to clipboard
RukPak runs in a Kubernetes cluster and defines APIs for installing cloud native content
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.23.0. Commits 905d78a go.mod: update golang.org/x dependencies ebb717d ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response 0da2a6a openpgp: fix function name in comment 5defcc1 sha3: fix...
**Description**: - This updates rukpak's image source unpack process to be similar to catalogd's by using a direct image registry client for pulling and unpacking bundle contents. Most of the...
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.23.0 to 0.24.0. Release notes Sourced from github.com/operator-framework/api's releases. v0.24.0 What's Changed build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in operator-framework/api#321 K8s 1.30 version update...
Hacking a bit on rukpak BundleDeployment to put the following new required fields in the spec: - installNamespace - serviceAccountName In the reconciler, I've removed all cluster-admin-like permissions and replaced...
Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base) from 0.29.3 to 0.30.0. Commits 98e79b8 Update dependencies to v0.30.0 tag 0ac84ef Merge remote-tracking branch 'origin/master' into release-1.30 2e27a0c Update x/net for CVE-2023-45288 ecbd1b6 Merge pull request #123732...
is updated to 1\.58\+ https://github.com/operator-framework/rukpak/blob/40c8ba190e2cb2901fb51befbfddd2a82e7b0e7a/.golangci.yaml#L48 ```yaml - whitespace linters-settings: gci: sections: - standard - dot - default - prefix(github.com/operator-framework) # TODO: change this to `localmodule` when golangci-lint # is updated...
\#\#\#\#\#\#\# https://github.com/operator-framework/rukpak/blob/40c8ba190e2cb2901fb51befbfddd2a82e7b0e7a/.golangci.yaml#L13 ```yaml ######## # NOTE # # This file is duplicated in the following repos: # - operator-framework/kubectl-operator # - operator-framework/catalogd # - operator-framework/operator-controller # - operator-framework/rukpak # #...
It has been mentioned in the past that my team's operator is [less than ideal.](https://github.com/operator-framework/operator-sdk/issues/6616#:~:text=it%20seems%20less%20then%20ideal%20to%20have%20an%20operator%20install%20another%20operator%20and%20manage%20the%20dependent%20CRD%27s.) > it seems less then ideal to have an operator install another operator and manage...
https://github.com/operator-framework/rukpak/pull/802 introduced a field in bundledeployment spec named `watchNamespaces` wherein users can specify the namespaces the operator needs to be configured to watch. Based on certain validations that evaluate if...