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

Merge master #657

Merged
merged 102 commits into from
Nov 22, 2021
Merged

Conversation

mengqiy
Copy link
Contributor

@mengqiy mengqiy commented Nov 22, 2021

No description provided.

snyk-bot and others added 30 commits August 5, 2021 11:56
Add support for longer format that matches the path,
so that it works with go get.
It can handle both the short and long format.
* update contributing guide

* address comments
* Add set-project-id function.

* Addressed comments.

* Update go functions Makefile.

* Add processing of Kptfiles in sub-packages.

* Seatch for Kptfile by kind.

* Update set-project-id-simple example.

* Fix golangci-lint error.

* Add advanced example with sub-package.

* Update test diffs.

Co-authored-by: Andrey Udovenko <andu@google.com>
…oogleContainerTools#525)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tainerTools#524)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rTools#523)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…art (GoogleContainerTools#522)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add support for GCP-tagged functions.

* Add globbing logic for contrib functions.
…ainerTools#540)

* Add gob merging to site creation.

* Add gob merging to site checking.

* Update checkSite.yml

* Update firebase-hosting-merge.yml
* e2e tests for inflate helm chart

* test for remote values file

* skip crds test

* code review

* different chart for remote values file test

* add inline values example to readme

* rename inflate-helm-chart to render-helm-chart

* move kustomize example out of function readme

* fix ci failure

* code review

* run make generate

* suggested changes

* more code review
…ls#555)

* fix(list-setters): do not error for no setters

* removed failed from error message
…ntainerTools#533)

Function input parameters can be taken from
ConfigMap and Secret matching jsonpath expression.

Added test for kpt v1
…ls#528)

* Add instructions of how to easily update expected

* Add when to update diff
snyk-bot and others added 21 commits October 15, 2021 15:44
…gleContainerTools#625)

* feat:adds set-enforcement-action function for policy constraints

* minor code changes and a comment for warn

* removed setters in example resources

* fixed diffpatch

* readme changes and warn constants addition

Co-authored-by: Awais Malik <awmalik@google.com>
* Upsert resource improvements

* Update docs and examples

* UpdateMetaData

* Fix checks

* Update example names

* Suggested changes

* Suggested changes

* Update tests

* Suggested changes

* Remove typo

* Skip test
…oogleContainerTools#644)

* upgrade dep for affected functions

* use kpt from HEAD for testing
…oogleContainerTools#636)

Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0.
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@13.6.0...13.7.0)

---
updated-dependencies:
- dependency-name: validator
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…Tools#635)

Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0.
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@13.6.0...13.7.0)

---
updated-dependencies:
- dependency-name: validator
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add support for ConstraintTemplate v1

* use versionless interface
@google-cla google-cla bot added the cla: no Google CLA needed label Nov 22, 2021
@mengqiy mengqiy added cla: yes Google CLA OK and removed cla: no Google CLA needed labels Nov 22, 2021
@mengqiy
Copy link
Contributor Author

mengqiy commented Nov 22, 2021

Adding cla/yes label, since the commits are already on master.

@mengqiy mengqiy merged commit 48a2948 into GoogleContainerTools:gatekeeper/v0.2 Nov 22, 2021
@mengqiy mengqiy deleted the gatekeeper/v0.2 branch November 22, 2021 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA OK
Projects
None yet
Development

Successfully merging this pull request may close these issues.