summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2025-01-06move pkg/health out of registry-scanner (#995)Ishita Sequeira
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-12-19chore(ci): use files parameter in codecov-action instead of file, which was ↵Cheng Fang
deprecated and removed (#977)
2024-12-19Update CI to run tests for registry-scanner separately (#971)Ishita Sequeira
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-12-04Add image folder to registry scanner (#952)Ishita Sequeira
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-12-02chore(deps): bump codecov/codecov-action from 4 to 5 (#949)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-14chore(deps): upgrade golangci-lint from 1.59.1 to 1.61.0 (#937)Cheng Fang
Signed-off-by: Cheng Fang <cfang@redhat.com>
2024-11-12chore: add cherry-pick-bot (#931)Cheng Fang
Signed-off-by: Cheng Fang <cfang@redhat.com>
2024-10-23fix: pass image tag into build image command (#893)pasha-codefresh
Signed-off-by: Pasha Kostohrys <pavel@codefresh.io>
2024-08-14chore: removed unused workflow (#828)Kostis (Codefresh)
Signed-off-by: Kostis Kapelonis <kostis@codefresh.io>
2024-08-12chore(release): disable changelog generation (#826)Vadim Gusev
Signed-off-by: Vadim Gusev <vadim.gusev@codefresh.io>
2024-08-07chore(deps): upgrade golangci-lint from v1.57.2 to v1.59.1; change ↵Cheng Fang
golangci-lint vet to govet (#819) Signed-off-by: Cheng Fang <cfang@redhat.com>
2024-08-07fix(release-draft): remove unnecessary working directory in image builder (#817)Vadim Gusev
Signed-off-by: Vadim Gusev <vadim.gusev@codefresh.io>
2024-08-06Fix release draft script (#811)Vadim Gusev
2024-07-18fix(actions): add instruction and fix workflow trigger condition (#788)Vadim Gusev
2024-07-18feat(actions): add create-release-draft action (#787)Vadim Gusev
2024-07-16chore(deps): bump github/codeql-action from 2 to 3 (#777)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16chore(deps): bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#778)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15Update dependabot (#775)장준형
Signed-off-by: junhyungjang <jsy3535@dgist.ac.kr>
2024-07-12chore(build): Update GitHub actions used during CI (#774)Jann Fischer
Signed-off-by: Jann Fischer <jann@mistrust.net>
2024-06-27:test_tube: adds manifest tests (#761)Peter Soos
Signed-off-by: bpsoos <soos.peter.96@gmail.com>
2024-06-18feat: Support for signing commits with gpg and ssh (#710)Dustin Lactin
Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com>
2024-06-14build(test): Update Codecov integration (#745)Jann Fischer
Signed-off-by: jannfis <jann@mistrust.net>
2024-06-13chore(misc): Adapt owners, add codeowners (#746)Jann Fischer
* chore(misc): Adapt owners, add codeowners Signed-off-by: jannfis <jann@mistrust.net> * Remove spelling, it's annoying Signed-off-by: jannfis <jann@mistrust.net> --------- Signed-off-by: jannfis <jann@mistrust.net>
2024-06-12create github actions workflow init-release.yaml for preparing release (#740)Cheng Fang
Signed-off-by: Cheng Fang <cfang@redhat.com>
2024-05-27chore(deps): Upgrade argo-cd to v2.11.2 and bump Go to 1.22 (#724)Jann Fischer
* chore: Upgrade Argo CD dependency to v2.11.2 Signed-off-by: jannfis <jann@mistrust.net> * Update required dependencies Signed-off-by: jannfis <jann@mistrust.net> * Update go version in GH actions workflow Signed-off-by: jannfis <jann@mistrust.net> * Update go version in GH actions workflow Signed-off-by: jannfis <jann@mistrust.net> * Bump Go version Signed-off-by: jannfis <jann@mistrust.net> --------- Signed-off-by: jannfis <jann@mistrust.net>
2024-05-07fix configurations of golangci-lintJosiah Ilesanmi
Signed-off-by: Josiah Ilesanmi <ilesanmi.josiah@gmail.com>
2023-12-07feat: add support for separate GitHub app credentials (#649)Dustin Lactin
* feat: add support for separate GitHub app credentials stored as Kubernetes secrets Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com> * test: added tests for consuming GitHub app credentials from a secret Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com> * fix: added GitHub App placeholder words to expect.txt Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com> * fix: checking for errors when converting GitHub App and Installation IDs Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com> * fix: added more descriptive error messages for string-to-number conversions Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com> --------- Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com>
2023-12-04feat: multisource support (#636)David Vidal Villamide
* change: update argocd library from 2.7.9 to 2.8.4 for future multisource support Signed-off-by: David Vidal Villamide <david@askharilabs.com> * feat: added support for multisource applications. Signed-off-by: David Vidal Villamide <david@askharilabs.com> * feat: added multisource support to Git WriteBack method Signed-off-by: David Vidal Villamide <david@askharilabs.com> * changed: all Spec.Source references to enable multisource support Signed-off-by: David Vidal Villamide <david@askharilabs.com> * feat: added multisource support for write back method fix: pointer management at getApplicationSource function Signed-off-by: David Vidal Villamide <david@askharilabs.com> * feat: added write-back-target prefix to allow the use of values.yaml files These changes intend to add support for write-back-method git on multisource applications based on Helm sources and value files as Helm does. Also we tried to keep the same coding patterns and the previous features and flows untouched. Signed-off-by: David Vidal Villamide <david@askharilabs.com> * add: helmvalues word to expected dictionaries for check spelling tests Signed-off-by: David Vidal Villamide <david@askharilabs.com> * fix: readthedocs build.os parameter added and set to ubuntu-22.04 Signed-off-by: David Vidal Villamide <david@askharilabs.com> * fix: build.tools.python set to version 3.12 to create documentation Signed-off-by: David Vidal Villamide <david@askharilabs.com> * test: dded coverage for all the new code Signed-off-by: David Vidal Villamide <david@askharilabs.com> * fix: get image and tag parameter from getHelmParameterNamesFromAnnotation fix: set default values for image and tag parameters change: get application source type from Spec intead of Status values Signed-off-by: David Vidal Villamide <david@askharilabs.com> --------- Signed-off-by: David Vidal Villamide <david@askharilabs.com>
2023-07-30chore: Update to newer argocd version for better API compatibility (#594)Jesse Bye
* fix: update go mods to use newer argocd app definition Signed-off-by: Jesse Bye <8467862+jessebye@users.noreply.github.com> * fix deps and tests Signed-off-by: Jesse Bye <8467862+jessebye@users.noreply.github.com> * fix spelling Signed-off-by: Jesse Bye <8467862+jessebye@users.noreply.github.com> --------- Signed-off-by: Jesse Bye <8467862+jessebye@users.noreply.github.com>
2023-07-09ci: Fix codegen and update kustomize to post-2.0 (#590)jannfis
* ci: Fix codegen Signed-off-by: jannfis <jann@mistrust.net> * Fix tar call Signed-off-by: jannfis <jann@mistrust.net> --------- Signed-off-by: jannfis <jann@mistrust.net>
2023-07-05chore: Fix spell checking config (#577)satoru
Signed-off-by: satoru <satorulogic@gmail.com>
2023-06-08chore: bump go version to 1.20 (#564)Andre Ferraz
* bump go version to 1.20 Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com> * change golang version in actions to 1.20 Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com> * bump golangci-lint-action and setup-go to v3 Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com> * change actions/checkout to v3 Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com> * bump golangci-lint-action to v1.52.2 Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com> * these 3 linters were deprecated in favor of unused Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com> * go linter fix Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com> --------- Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com> Co-authored-by: Andre Ferraz <andre.ferraz@loggi.com>
2023-01-21chore: Upgrade Go version to 1.18 and update dependencies (#523)jannfis
* chore: Upgrade Go version to 1.18 and update dependencies Signed-off-by: jannfis <jann@mistrust.net> * go mod tidy Signed-off-by: jannfis <jann@mistrust.net> * Also update Go in Dockerfile Signed-off-by: jannfis <jann@mistrust.net> Signed-off-by: jannfis <jann@mistrust.net>
2022-11-18chore: Add words to dictionary (#499)jannfis
Signed-off-by: jannfis <jann@mistrust.net> Signed-off-by: jannfis <jann@mistrust.net>
2022-07-20chore: update golangci-lint version in CI (#457)Jaideep Rao
* update golangci-lint version * update golangci-lint to v1.46.2
2022-03-25docs: Add security policy (#408)jannfis
* docs: Add security policy * docs: Add security policy * docs: Add security policy
2022-03-14chore: Bump Go and Argo CD versions (#399)jannfis
* chore: Bump Go and Argo CD versions Signed-off-by: jannfis <jann@mistrust.net> * also bump in GitHub CI Signed-off-by: jannfis <jann@mistrust.net>
2022-03-13docs: Refactor docs (#398)jannfis
* docs: Refactor docs Signed-off-by: jannfis <jann@mistrust.net> * Fix spelling Signed-off-by: jannfis <jann@mistrust.net> * Fix spelling Signed-off-by: jannfis <jann@mistrust.net> * Sort expect Signed-off-by: jannfis <jann@mistrust.net>
2022-02-23docs: Expect some more things in spelling (#385)jannfis
* docs: Expect some more things in spelling Signed-off-by: jannfis <jann@mistrust.net> * docs: Expect some more things in spelling Signed-off-by: jannfis <jann@mistrust.net> * docs: Expect some more things in spelling Signed-off-by: jannfis <jann@mistrust.net>
2022-01-19chore: Add initial e2e test infrastructure (#358)jannfis
* This is a first throw at integrating an e2e suite Signed-off-by: jannfis <jann@mistrust.net> * Exclude test suite from spellcheck Signed-off-by: jannfis <jann@mistrust.net>
2022-01-14chore: Create codeql-analysis.yml (#348)jannfis
2022-01-10fix: Fix docker environment variable (#340)jannfis
Signed-off-by: jannfis <jann@mistrust.net>
2022-01-10chore: Multi-arch distribution (#339)jannfis
* chore: Multi-arch distribution Signed-off-by: jannfis <jann@mistrust.net> * Sync Signed-off-by: jannfis <jann@mistrust.net> * Update Makefile for multi-arch builds Signed-off-by: jannfis <jann@mistrust.net> * Add image workflow Signed-off-by: jannfis <jann@mistrust.net> * Fix repository name Signed-off-by: jannfis <jann@mistrust.net> * Fix script Signed-off-by: jannfis <jann@mistrust.net> * Fix Signed-off-by: jannfis <jann@mistrust.net> * Fix paths Signed-off-by: jannfis <jann@mistrust.net> * Fix script Signed-off-by: jannfis <jann@mistrust.net> * Disable spell checking for Makefile Signed-off-by: jannfis <jann@mistrust.net> * Always pull dependency images Signed-off-by: jannfis <jann@mistrust.net>
2021-08-14chore: New extract-binary target for easy extraction of binary (#234)jannfis
* chore: New extract-binary target for easy extraction of binary Signed-off-by: jannfis <jann@mistrust.net> * chore: New extract-binary target for easy extraction of binary Signed-off-by: jannfis <jann@mistrust.net>
2021-08-02docs: Use versioned installation manifests in install docs (#233)jannfis
* docs: Use versioned installation manifests in install docs Signed-off-by: jannfis <jann@mistrust.net> * docs: Use versioned installation manifests in install instructions Signed-off-by: jannfis <jann@mistrust.net>
2021-08-02docs: Mention support channels and some fixes (#232)jannfis
* docs: Mention support channels and some fixes Signed-off-by: jannfis <jann@mistrust.net> * docs: Mention support channels and some fixes Signed-off-by: jannfis <jann@mistrust.net>
2021-08-02chore: Upgrade Go to v1.16.5 (#229)jannfis
* chore: Upgrade Go to v1.16.5 Signed-off-by: jannfis <jann@mistrust.net> * chore: Upgrade Go to v1.16.5 Signed-off-by: jannfis <jann@mistrust.net> * chore: Upgrade Go to v1.16.5 Signed-off-by: jannfis <jann@mistrust.net>
2021-05-11feat: allow write-back to actual kustomization files (#200)noah
* feat: allow write-back to actual kustomization files #199 * fix: was not handling default path correctly default is the source path * fix: sort imports
2021-03-30docs: Update strategy docs (#178)jannfis
* docs: Some updates to strategy docs Signed-off-by: jannfis <jann@mistrust.net> * docs: Some updates to strategy docs Signed-off-by: jannfis <jann@mistrust.net> * spelling Signed-off-by: jannfis <jann@mistrust.net>
2021-03-29feat: Introduce update strategy 'digest' (#176)jannfis
* feat: Introduce update strategy 'digest' Signed-off-by: jannfis <jann@mistrust.net> * Update tests Signed-off-by: jannfis <jann@mistrust.net> * Set dummy digest for update strategy 'digest' Signed-off-by: jannfis <jann@mistrust.net> * Update docs Signed-off-by: jannfis <jann@mistrust.net> * Update spelling Signed-off-by: jannfis <jann@mistrust.net>