Releases: jlewi/hydros
Releases · jlewi/hydros
v0.0.9
v0.0.8
What's Changed
- Support logging to GCP directly by @jlewi in #104
- files pkg has moved to the monogo repository by @jlewi in #105
- Add a function to convert ArtifactImage to DockerImageRef by @jlewi in #106
- Automatically recover if git repository is corrupted by @jlewi in #107
- Fix two bugs in the default apply code path by @jlewi in #108
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Create a ReplicatedImage resource by @jlewi in #86
- Refactor: Rename app package to ghapp by @jlewi in #87
- Use cobra to manage configuration by @jlewi in #88
- GitHubReleaser resource by @jlewi in #92
- Fix file extension. by @jlewi in #94
- Create a registry for resources and update the RepoConfig to use it. by @jlewi in #97
- Fix image builds; properly add kustomize to the image context by @jlewi in #100
- Revert "Fix image builds; properly add kustomize to the image context… by @jlewi in #101
- Fix kustomize in hydros docker image by @jlewi in #102
- Add the label env release. by @jlewi in #103
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Fix a bunch of places where URI is used rather than image; probably a… by @jlewi in #77
- Change the domain for resources to hydros.dev by @jlewi in #80
- Fix image build for relative paths. by @jlewi in #83
- Remove all references to GCP projects, artifact registries, repositories that should no longer be used as part of development by @jlewi in #85
Full Changelog: v0.0.5...v0.0.6
v0.0.5
v0.0.4
What's Changed
Full Changelog: v0.0.3...v0.0.4
What's Changed
- Create a repo controller by @jlewi in #59
- Fix threading issue by @jlewi in #63
- Image should support pulling artifacts from docker images to build the context by @jlewi in #64
- Fix logging - add kustomize to the image by @jlewi in #68
- Takeover should pause reconciliation by @jlewi in #70
- Temporarily disable releasing windows binaries because we started get… by @jlewi in #72
Full Changelog: v0.0.2...v0.0.4
v0.0.2
v0.0.1-pre1
goreleaser test
v0.0.1
Changelog
- bcedf3e Add a GitHub action workflow to run gotests.
- 933642d Add a Register function to allow functions to be added to the dispatch table (#44)
- 1d14fc2 Add a goreleaser configuration. (#54)
- a175a98 Add a policy bot and bulldozer config.
- dad172a CLI command to clone repositories (#43)
- 898efa8 Change package to github.com/jlewi/hydros (#1)
- 3682e2f Clone should support using environment variables (#49)
- bb7b10e Create a files.Read function (#39)
- a2b233f Deal with race condition in merging PRs. (#16)
- 7b48b34 Don't initialize an AWS session by default. (#37)
- 8d1d5ba Fix 2 bugs with RepoHelper (#8)
- 6650d25 Fix a bug in AddGitIgnore preventing .gitignore from being respected (#36)
- 1e90dca Fix lint issues and enable lint in GHA (#45)
- 17d1614 Fix some typos. (#14)
- a63b7ff Fix the docs. (#34)
- 2034660 Fix the docs. (#35)
- aae0be5 Fix the ko build command (#48)
- b99d9ee Generative AI For Configuration (#25)
- e6c8e6d Improved handling of PR merging (#22)
- 3e01edd Initial codedump of hydros for open source release.
- d9ee2da Initial commit
- c09836e Libraries to support using go-git (#6)
- 653ae57 Make takeover work with relative paths (#51)
- 8927cb4 Merge existing PRs. (#18)
- 990aa00 Remove dependency on skaffold (#40)
- 62fb81a Rename policy.yml -> policy.yaml (#6)
- 2213054 Support developers taking over the dev environment. (#11)
- 00edb64 Support loading GitHub secrets from GCPSecretManager (#2)
- 3933b1d Support mutable tag strategy for GCP Artifact Registry (#52)
- 711c7de Syncer should automatically merge PRs or enable auto merge (#15)
- 8f88a5d Update the README with some instructions on how Hydros works. (#41)
- 08f0824 Update the workflow.
- d1adcae Upgrade skaffold version & K8s client (#38)
- 04c1fe8 clone should support checking out references (#47)
- c2ae7e5 initial GitHubApp for Hydros AI (#30)