Releases: fluxcd/source-watcher
Release list
v2.2.1
What's Changed
- [release/v2.2.x] Add categories to the ArtifactGenerator CRD by @fluxcdbot in #352
- [release/v2.2.x] Fix sharding flags not being honored by @fluxcdbot in #353
- Update fluxcd/pkg dependencies by @fluxcdbot in #356
- [release/v2.2.x] Document controller options by @fluxcdbot in #357
- Release v2.2.1 by @matheuscscp in #359
Full Changelog: v2.2.0...v2.2.1
Container images
docker.io/fluxcd/source-watcher:v2.2.1ghcr.io/fluxcd/source-watcher:v2.2.1
Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the security documentation.
v2.2.0
What's Changed
- Release/v2.1.x by @matheuscscp in #317
- Add backport:release/v2.1.x label by @matheuscscp in #318
- Remove no longer needed workaround for Flux 2.8 by @matheuscscp in #319
- Update fluxcd/pkg dependencies by @fluxcdbot in #323
- Pick changelog for v2.1.1 by @matheuscscp in #326
- Add AI Agents guidance by @stefanprodan in #329
- Add .spec.commonMetadata to Artifact Generator by @vocarista in #333
- Fix copy exclude pattern matching by @stefanprodan in #334
- Update to Kubernetes 1.36 and Go 1.26 by @stefanprodan in #335
- Update fluxcd/pkg dependencies by @fluxcdbot in #336
- build: target host arch for local builds/envtest by @stealthybox in #337
- Update fluxcd/pkg dependencies by @fluxcdbot in #338
- Bump the ci group with 6 updates by @dependabot[bot] in #339
- Update fluxcd/pkg dependencies by @fluxcdbot in #340
- Upgrade source-controller API to v1.9.0 by @matheuscscp in #342
- Add PathPattern (directory discovery) to ArtifactGenerator by @vocarista in #341
- Release v2.2.0 by @matheuscscp in #347
New Contributors
- @vocarista made their first contribution in #333
- @stealthybox made their first contribution in #337
Full Changelog: v2.1.0...v2.2.0
Container images
docker.io/fluxcd/source-watcher:v2.2.0ghcr.io/fluxcd/source-watcher:v2.2.0
Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the security documentation.
v2.1.1
What's Changed
- [release/v2.1.x] Remove no longer needed workaround for Flux 2.8 by @fluxcdbot in #320
- Update fluxcd/pkg dependencies by @fluxcdbot in #324
- Release v2.1.1 by @matheuscscp in #325
Full Changelog: v2.1.0...v2.1.1
Container images
docker.io/fluxcd/source-watcher:v2.1.1ghcr.io/fluxcd/source-watcher:v2.1.1
Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the security documentation.
v2.1.0
What's Changed
- Release/v2.0.x by @stefanprodan in #263
- ci: Add
sync-labelsworkflow and backport label by @stefanprodan in #264 - ci: Add
backportworkflow by @stefanprodan in #266 - ci: Set token in
backportworkflow by @stefanprodan in #267 - ci: Use
GITHUB_TOKENin the backport workflow by @stefanprodan in #268 - ci: Add
code-scanworkflow by @stefanprodan in #270 - ci: Refactor CI with
fluxcd/gha-workflowsby @stefanprodan in #271 - Bump fluxcd/gha-workflows from 0.3.0 to 0.4.0 in the ci group by @dependabot[bot] in #272
- Fix release workflow by @matheuscscp in #273
- Add
securityContext.fsGroupto deployment by @stefanprodan in #275 - Add changelog entry for v2.0.1 by @matheuscscp in #278
- Update dependencies to Kubernetes v1.34.1 and Go 1.25.2 by @stefanprodan in #280
- Add changelog entry for v2.0.2 by @matheuscscp in #283
- Fix changelog for 2.0.2 by @matheuscscp in #284
- Restore GitHub PAT for backports by @matheuscscp in #286
- docs: Add bootstrap command to prerequisites by @stefanprodan in #287
- Upgrade k8s to 1.34.2 and c-r to 0.22.4 by @matheuscscp in #292
- Add changelog entry for v2.0.3 by @matheuscscp in #296
- Add HelmChart support by @renatovassao in #297
- Add support for using ExternalArtifact as an ArtifactGenerator source. by @renatovassao in #300
- Extend copy operations with tarball extraction capabilities by @chris-morandi in #302
- Bump the ci group with 5 updates by @dependabot[bot] in #298
- Update dependencies to Kubernetes v1.35.0 by @stefanprodan in #308
- Adds GitOps Toolkit EventRecorder to ArtifactGenerator reconciler by @renatovassaomb in #310
- Build with Go 1.26 by @stefanprodan in #313
- Add
DirectSourceFetchfeature gate to bypass cache for source objects by @dipti-pai in #314 - Introduce workflow for bumping fluxcd/pkg deps by @matheuscscp in #315
- Release v2.1.0 by @matheuscscp in #316
New Contributors
- @renatovassao made their first contribution in #297
- @chris-morandi made their first contribution in #302
- @renatovassaomb made their first contribution in #310
- @dipti-pai made their first contribution in #314
Full Changelog: v2.0.0...v2.1.0
Container images
docker.io/fluxcd/source-watcher:v2.1.0ghcr.io/fluxcd/source-watcher:v2.1.0
Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the security documentation.
v2.0.3
What's Changed
- [release/v2.0.x] Fix changelog for 2.0.2 by @github-actions[bot] in #285
- [release/v2.0.x] Upgrade k8s to 1.34.2 and c-r to 0.22.4 by @fluxcdbot in #293
- Release v2.0.3 by @matheuscscp in #295
New Contributors
- @fluxcdbot made their first contribution in #293
Full Changelog: v2.0.2...v2.0.3
Container images
docker.io/fluxcd/source-watcher:v2.0.3ghcr.io/fluxcd/source-watcher:v2.0.3
Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the security documentation.
v2.0.2
What's Changed
- [release/v2.0.x] Update dependencies to Kubernetes v1.34.1 and Go 1.25.2 by @matheuscscp in #281
- Release v2.0.2 by @matheuscscp in #282
Full Changelog: v2.0.1...v2.0.2
Container images
docker.io/fluxcd/source-watcher:v2.0.2ghcr.io/fluxcd/source-watcher:v2.0.2
Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the security documentation.
v2.0.1
What's Changed
- [release/v2.0.x] Fix release workflow by @matheuscscp in #274
- [release/v2.0.x] Add
securityContext.fsGroupto deployment by @github-actions[bot] in #276 - Release v2.0.1 by @matheuscscp in #277
New Contributors
- @github-actions[bot] made their first contribution in #276
Full Changelog: v2.0.0...v2.0.1
Container images
docker.io/fluxcd/source-watcher:v2.0.1ghcr.io/fluxcd/source-watcher:v2.0.1
Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the security documentation.
v2.0.0
What's Changed
- Introduce ArtifactGenerator API by @stefanprodan in #255
- Conform with GitOps Toolkit standards by @stefanprodan in #257
- Prepare for v2 release by @stefanprodan in #258
- Update source-controller API to v1.7.0 by @stefanprodan in #261
- Release v2.0.0 by @stefanprodan in #262
Full Changelog: v1.3.0...v2.0.0
Container images
docker.io/fluxcd/source-watcher:v2.0.0ghcr.io/fluxcd/source-watcher:v2.0.0
Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the security documentation.
v2.0.0-rc.2
What's Changed
- Conform with GitOps Toolkit standards by @stefanprodan in #257
- Prepare for v2 release by @stefanprodan in #258
Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2
Container images
docker.io/fluxcd/source-watcher:v2.0.0-rc.2ghcr.io/fluxcd/source-watcher:v2.0.0-rc.2
Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the security documentation.
v2.0.0-rc.1
What's Changed
- Introduce ArtifactGenerator API by @stefanprodan in #255
Full Changelog: v1.3.0...v2.0.0-rc.1
Container images
docker.io/fluxcd/source-watcher:v2.0.0-rc.1ghcr.io/fluxcd/source-watcher:v2.0.0-rc.1
Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the security documentation.