Skip to content

Releases: jlewi/hydros

v0.0.7

03 May 20:18
6ebc0e1
Compare
Choose a tag to compare

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

04 Apr 22:39
fdce4ef
Compare
Choose a tag to compare

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

01 Feb 19:10
7987df4
Compare
Choose a tag to compare

What's Changed

  • Better support for dev takeover by @jlewi in #75

Full Changelog: v0.0.4...v0.0.5

v0.0.4

31 Jan 04:00
a1ca1dc
Compare
Choose a tag to compare

What's Changed

  • Temporarily disable releasing windows binaries because we started get… by @jlewi in #72

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

26 Jan 19:30
863a85e
Compare
Choose a tag to compare

Latest release

v0.0.1-pre1

15 Dec 05:14
Compare
Choose a tag to compare

goreleaser test

v0.0.1

30 Dec 23:22
1d14fc2
Compare
Choose a tag to compare

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)