commit
						9b5db2df12
					
				|  | @ -2,6 +2,11 @@ | ||||||
| 
 | 
 | ||||||
| All notable changes to this project are documented in this file. | All notable changes to this project are documented in this file. | ||||||
| 
 | 
 | ||||||
|  | ## 0.0.7 (2020-09-04) | ||||||
|  | 
 | ||||||
|  | This prerelease comes with documentation fixes. | ||||||
|  | Container images for linux/amd64 and linux/arm64 are published to GHCR. | ||||||
|  | 
 | ||||||
| ## 0.0.6 (2020-09-02) | ## 0.0.6 (2020-09-02) | ||||||
| 
 | 
 | ||||||
| This prerelease adds support for Helm charts from `GitRepository` sources, | This prerelease adds support for Helm charts from `GitRepository` sources, | ||||||
|  |  | ||||||
|  | @ -5,4 +5,4 @@ resources: | ||||||
| images: | images: | ||||||
|   - name: fluxcd/helm-controller |   - name: fluxcd/helm-controller | ||||||
|     newName: fluxcd/helm-controller |     newName: fluxcd/helm-controller | ||||||
|     newTag: v0.0.6 |     newTag: v0.0.7 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								go.mod
								
								
								
								
							
							
						
						
									
										2
									
								
								go.mod
								
								
								
								
							|  | @ -5,7 +5,7 @@ go 1.14 | ||||||
| replace github.com/fluxcd/helm-controller/api => ./api | replace github.com/fluxcd/helm-controller/api => ./api | ||||||
| 
 | 
 | ||||||
| require ( | require ( | ||||||
| 	github.com/fluxcd/helm-controller/api v0.0.5 | 	github.com/fluxcd/helm-controller/api v0.0.7 | ||||||
| 	github.com/fluxcd/pkg/lockedfile v0.0.5 | 	github.com/fluxcd/pkg/lockedfile v0.0.5 | ||||||
| 	github.com/fluxcd/pkg/recorder v0.0.5 | 	github.com/fluxcd/pkg/recorder v0.0.5 | ||||||
| 	github.com/fluxcd/source-controller/api v0.0.13 | 	github.com/fluxcd/source-controller/api v0.0.13 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue