Skip to content

Releases: falcosecurity/peribolos-syncer

v0.2.2

12 Apr 12:26
Compare
Choose a tag to compare

Changelog

  • b7f9773 chore(cmd/sync/github): sanitize gh token from file

v0.2.1

12 Apr 07:26
Compare
Choose a tag to compare

Changelog

  • a524611 ci(.goreleaser.yaml): add git dep to container image

v0.2.0

05 Jan 16:05
Compare
Choose a tag to compare

Changelog

  • 3068aff Update OWNERS
  • 6050002 chore(ci): updated cosign-installer action.
  • 5393203 chore(makefile): remove unused variables
  • 677866e chore: add owners file
  • d50264c chore: update license header
  • 68e9724 ci(release): get go version from go.mod
  • e3a7c37 ci(release/cosign): upgrade cosign-installer action to 3.3.0
  • b7f37e3 ci: bump golangci-lint action and binary
  • 16f55bd clean(.golangci.yml): update self module packages section
  • 8106c38 clean(.goreleaser.yaml): update oci repository url
  • 41c6752 clean(cmd/sync/github): update tool signature
  • 7e74dd8 clean: remove license header from files
  • 3d1c471 clean: rename go module
  • 8893a1e docs(redame.md): update people source of truth
  • 865f8a6 docs(release.md): document release process
  • c718728 feat(owners): add ability to load complex owners hierarchy
  • 777b7ce fix(cmd/sync): remove typo on package name
  • f508bf6 refactor: lint code

v0.1.0

01 May 18:20
Compare
Choose a tag to compare

Changelog

  • f744834 Initial commit
  • cfbd0cf chore(.github): rename ci workflow to integration
  • 8fbc355 chore(github): expose package
  • cfb1a74 chore: add license header
  • ed60556 ci(.goreleaser.yaml): sign all the artifacts
  • 1781759 ci(dockerfile): disable cgo
  • 096628d ci: add initial ci stack
  • 4e042dc ci: fix gh package and oci image name
  • 40b7266 ci: introduce support for sbom generation and signatures
  • db305b6 clean(internal/github): cleanup unused functions
  • 691f0f8 docs(readme): update sync github flags and descriptions
  • 1bd9b79 docs(readme.md): add command descriptions
  • acefd74 docs(readme.md): update synopsis and introduction
  • 4d75279 docs(readme.md): update usage and examples
  • 4dfebc0 docs: add documentation generation and ci
  • 411104d feat(cmd): add version command
  • 75c879a feat(cmd/sync/github): add support for forking of the config repository
  • 48f6f73 feat: add initial support for remote sync
  • 9961b12 feat: add support for gpg signing
  • 5981c12 fix(cmd/sync/github): propagate error loading owners
  • e0c3c6e initial commit
  • f245c04 refactor(cmd/sync): move internal logics to packages
  • e77b948 refactor(cmd/sync): split local and github commands
  • 7585146 refactor(cmd/sync/github): cleanup command run function
  • d84fa17 refactor(cmd/sync/github): use specified github host for prs
  • d166cd5 refactor(pkg): set base refs consts and update flags consistently
  • fefc3f0 refactor: add tests and refactor packages
  • 0a125bb style(cmd/sync/github): rename with simpler naming
  • 0d4abad style: lint code
  • 07d72b7 style: rename git reference options
  • d4a17c1 sytle(cmd/version): lint code