Skip to content

Commit

Permalink
v0.2.0 (#86)
Browse files Browse the repository at this point in the history
* v0.2.0
* fixed brew upgrade
  • Loading branch information
ATGardner authored Jun 7, 2021
1 parent 9034b05 commit 5bbc9d2
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog:

# v0.2.0

### Breaking Changes:
* Combined `--repo`, `--installation-path` and `--revision` into a single url, set by `--repo` with the following syntax:
```
argocd-autopilot <command> --repo https://github.com/owner/name/path/to/installation_path?ref=branch
```
The `REPO_URL` environment variable also uses the new syntax

### Bug fixes:
* failed to build bootstrap manifests [#82](https://github.com/argoproj-labs/argocd-autopilot/issues/82)
* Adding two applications with the same ns causes sync ping-pong [#23](https://github.com/argoproj-labs/argocd-autopilot/issues/23)

### Additional changes:
* The `RunRepoCreate` func now returns `(*git.CloneOptions, error)`

# v0.1.10

### Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.1.10
VERSION=v0.2.0
OUT_DIR=dist

CLI_NAME?=argocd-autopilot
Expand Down
2 changes: 1 addition & 1 deletion build/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ steps:
bump_brew_formula:
stage: Release
title: bump brew formula version
image: linuxbrew/linuxbrew:latest
image: linuxbrew/brew:latest
environment:
- HOMEBREW_GITHUB_API_TOKEN=${{GITHUB_TOKEN}}
commands:
Expand Down
14 changes: 12 additions & 2 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
### Bug fixes:
### Breaking Changes:
* Combined `--repo`, `--installation-path` and `--revision` into a single url, set by `--repo` with the following syntax:
```
argocd-autopilot <command> --repo https://github.com/owner/name/path/to/installation_path?ref=branch
```
The `REPO_URL` environment variable also uses the new syntax

* removed dependency on `packr` for compiling source with additional assets required by argo-cd dependency.
### Bug fixes:
* failed to build bootstrap manifests [#82](https://github.com/argoproj-labs/argocd-autopilot/issues/82)
* Adding two applications with the same ns causes sync ping-pong [#23](https://github.com/argoproj-labs/argocd-autopilot/issues/23)

### Additional changes:
* The `RunRepoCreate` func now returns `(*git.CloneOptions, error)` dependency on `packr` for compiling source with additional assets required by argo-cd dependency.

### Contributors:
- Roi Kramer ([@roi-codefresh](https://github.com/roi-codefresh))
- Noam Gal ([@noam-codefresh](https://github.com/noam-codefresh))

## Installation:

Expand Down

0 comments on commit 5bbc9d2

Please sign in to comment.