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

Add various instructions on development documentation #191

Closed
wants to merge 18 commits into from

Conversation

tomhuang12
Copy link
Contributor

This is to address #182.

Signed-off-by: Tom Huang <tom.huang@weave.works>
Copy link
Member

@relu relu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, @tomhuang12! 🙌
I left a few comments, hope it helps.

DEVELOPMENT.md Outdated Show resolved Hide resolved
DEVELOPMENT.md Outdated Show resolved Hide resolved
DEVELOPMENT.md Show resolved Hide resolved
DEVELOPMENT.md Outdated Show resolved Hide resolved
Signed-off-by: Tom Huang <tom.huang@weave.works>
@tomhuang12
Copy link
Contributor Author

@relu Thanks for the review. Please see updated changes.

DEVELOPMENT.md Outdated Show resolved Hide resolved
Signed-off-by: Tom Huang <tom.huang@weave.works>
@dholbach
Copy link
Member

Can you rebase your PR?

@tomhuang12
Copy link
Contributor Author

It is rebased now. Thanks

Copy link
Member

@kingdonb kingdonb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 but the rebase is a bit off

@tomhuang12 Your PR is still based off of: 2d05314 while head is currently: 62c06ea

I think you need to fast-forward advance your local main branch before rebasing, could you take another look at this?

(I do not have triage here, nor write access, so my review does not count)

@kingdonb kingdonb self-assigned this Jan 5, 2022
relu and others added 14 commits January 5, 2022 16:52
Cross-namespace ImageRepository resources should trigger reconciles for
ImagePolicies that refer to them. Previously, this was only done for
resources in the same namespace.

Fixes fluxcd#195

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
The imageRepoKey only contains the name of the ImageRepository resource.
This change uses the namespaced name to avoid collisions.

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Fixes a regression introduced in v0.13.1

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Pawel Rozlach <vespian@users.noreply.github.com>
- Update `github.com/aws/aws-sdk-go` to `v1.42.9`
- Update `github.com/dgraph-io/badger/v3` to `v3.2103.2`
- Update `github.com/google/go-containerregistry` to `v0.7.0`
- Update `k8s.io/*` to `v0.22.2`
- Update `sigs.k8s.io/controller-runtime` to `v0.10.2`

Signed-off-by: Hidde Beydals <hello@hidde.co>
Fix CVE-2021-41190 warning.

Signed-off-by: Hidde Beydals <hello@hidde.co>
This ensures tools like `kstatus` do not consider the resource to be in
a `Ready` state premataturely due to `generation` and
`observedGeneration` equaling to `0` for a short period of time.

Signed-off-by: Tom Huang <tom.huang@weave.works>
Signed-off-by: Hidde Beydals <hello@hidde.co>
Adds a descriptive error when an invalid image ref containing a scheme
is given to the ImageRepository.

Fixes fluxcd#146

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@tomhuang12
Copy link
Contributor Author

tomhuang12 commented Jan 5, 2022

I messed up the rebase. I am going to open another PR.

@kingdonb kingdonb removed their assignment Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants