b73546356c 
								
							 
						 
						
							
							
								
								feat: upgrade to k8s version to a supported version for security compliance ( #1686 )  
							
							
							
						 
						
							2024-09-01 20:01:23 +08:00  
				
					
						
							
							
								 
						
							
								e4936dcec9 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 ( #1684 )  
							
							... 
							
							
							
							Bumps [github.com/Masterminds/sprig/v3](https://github.com/Masterminds/sprig ) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/Masterminds/sprig/releases )
- [Changelog](https://github.com/Masterminds/sprig/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Masterminds/sprig/compare/v3.2.3...v3.3.0 )
---
updated-dependencies:
- dependency-name: github.com/Masterminds/sprig/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-08-31 07:45:10 +08:00  
				
					
						
							
							
								 
						
							
								9ecdbd4105 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 ( #1683 )  
							
							... 
							
							
							
							Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver ) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/Masterminds/semver/releases )
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Masterminds/semver/compare/v3.2.1...v3.3.0 )
---
updated-dependencies:
- dependency-name: github.com/Masterminds/semver/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-08-29 10:10:08 +08:00  
				
					
						
							
							
								 
						
							
								04a258dc15 
								
							 
						 
						
							
							
								
								feat: skip chart prep for local ( #1681 )  
							
							... 
							
							
							
							* skip chart prep for local
Signed-off-by: zhaque44 <haque.zubair@gmail.com>
* rm whitespace
Signed-off-by: zhaque44 <haque.zubair@gmail.com>
* update based on linting comments
Signed-off-by: zhaque44 <haque.zubair@gmail.com>
* use func
Signed-off-by: zhaque44 <haque.zubair@gmail.com>
* update slices & handle concurrency
Signed-off-by: zhaque44 <haque.zubair@gmail.com>
* rm misc comment
Signed-off-by: zhaque44 <haque.zubair@gmail.com>
* default to 1 value
Signed-off-by: zhaque44 <haque.zubair@gmail.com>
* rm concurrency handling
Signed-off-by: zhaque44 <haque.zubair@gmail.com>
---------
Signed-off-by: zhaque44 <haque.zubair@gmail.com> 
							
						 
						
							2024-08-28 09:06:43 +08:00  
				
					
						
							
							
								 
						
							
								2cc995e508 
								
							 
						 
						
							
							
								
								feat: adding ability for for charts to be pulled with plain HTTP ( #1672 )  
							
							... 
							
							
							
							* eat: adding ability for for charts to be pulled without HTTPS
accomplished by:
- Adding PlainHttp attribute to RepositorySpec., HelmDefault, ReleaseSpec
- Adding UnitTests for getOCIChart Flags.
- Adding funciton and unitTests for getChartDownload
- Changing and refactoring how Flags are added to getOCIChart.
Resolves  #1224 
Signed-off-by: Peter Halliday <peter.halliday@servicenow.com>
* Pass PlainHttp to OCI repo options, fix unit test
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Fix doc
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Use repository fields in non-OCI chart download options
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Update hashes in TestGenerateID
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Make sure repo exists when using its options
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Do not add TLS options if PlainHttp is set, adapt unit tests
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Fix doc
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Remove 'else if' from appendChartDownloadFlags
Signed-off-by: Pascal Rivard <privard@rbbn.com>
---------
Signed-off-by: Peter Halliday <peter.halliday@servicenow.com>
Signed-off-by: Pascal Rivard <privard@rbbn.com>
Co-authored-by: Peter Halliday <peter.halliday@servicenow.com>
Co-authored-by: Pascal Rivard <privard@rbbn.com> 
							
						 
						
							2024-08-27 08:00:20 +08:00  
				
					
						
							
							
								 
						
							
								ebba6a0452 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 ( #1679 )  
							
							... 
							
							
							
							Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl ) from 2.21.0 to 2.22.0.
- [Release notes](https://github.com/hashicorp/hcl/releases )
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/hcl/compare/v2.21.0...v2.22.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-08-27 07:10:32 +08:00  
				
					
						
							
							
								 
						
							
								55681c206c 
								
							 
						 
						
							
							
								
								feat: update kustomize version ( #1677 )  
							
							
							
						 
						
							2024-08-26 06:26:26 +08:00  
				
					
						
							
							
								 
						
							
								bd63dc2752 
								
							 
						 
						
							
							
								
								Add RightCapital to USERS.md ( #1676 )  
							
							
							
						 
						
							2024-08-24 05:14:38 +08:00  
				
					
						
							
							
								 
						
							
								b520e429de 
								
							 
						 
						
							
							
								
								fix: _*.tpl files add whitespace to empty Namespace ( #1674 )  
							
							
							
						 
						
							2024-08-22 05:22:45 +08:00  
				
					
						
							
							
								 
						
							
								4a90fd687b 
								
							 
						 
						
							
							
								
								chore: update dockerfile based on CI warnings ( #1675 )  
							
							
							
						 
						
							2024-08-22 05:20:12 +08:00  
				
					
						
							
							
								 
						
							
								6374c6368d 
								
							 
						 
						
							
							
								
								fix: CI linting issues with dockerfiles ( #1671 )  
							
							
							
						 
						
							2024-08-18 05:50:28 +08:00  
				
					
						
							
							
								 
						
							
								12f380ae59 
								
							 
						 
						
							
							
								
								build(deps): bump k8s.io/apimachinery from 0.30.3 to 0.31.0 ( #1665 )  
							
							
							
						 
						
							2024-08-16 04:31:57 +00:00  
				
					
						
							
							
								 
						
							
								6dcd65ad19 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/hashicorp/go-getter from 1.7.5 to 1.7.6 ( #1666 )  
							
							... 
							
							
							
							Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter ) from 1.7.5 to 1.7.6.
- [Release notes](https://github.com/hashicorp/go-getter/releases )
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml )
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.7.5...v1.7.6 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-08-16 12:31:26 +08:00  
				
					
						
							
							
								 
						
							
								118b949787 
								
							 
						 
						
							
							
								
								build(deps): update Helm version to v3.15.4 ( #1668 )  
							
							
							
						 
						
							2024-08-16 10:07:39 +08:00  
				
					
						
							
							
								 
						
							
								c542044d41 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible ( #1662 )  
							
							
							
						 
						
							2024-08-12 00:23:26 +00:00  
				
					
						
							
							
								 
						
							
								39454f825f 
								
							 
						 
						
							
							
								
								build(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 ( #1658 )  
							
							
							
						 
						
							2024-08-07 09:18:57 +08:00  
				
					
						
							
							
								 
						
							
								505da8a31c 
								
							 
						 
						
							
							
								
								feat: add isDir template function ( #1657 )  
							
							
							
						 
						
							2024-08-06 21:39:00 +08:00  
				
					
						
							
							
								 
						
							
								5d8598a7d7 
								
							 
						 
						
							
							
								
								build(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 ( #1655 )  
							
							... 
							
							
							
							Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-08-06 15:21:42 +08:00  
				
					
						
							
							
								 
						
							
								dc5c4a80ba 
								
							 
						 
						
							
							
								
								chore: enhance TopKeys function & adding test cases for malformed lines scenario in TopKeys func  ( #1654 )  
							
							
							
						 
						
							2024-08-05 09:27:42 +08:00  
				
					
						
							
							
								 
						
							
								86664f57f6 
								
							 
						 
						
							
							
								
								build(deps): helm-s3: v0.16.0 -> v0.16.2 ( #1652 )  
							
							... 
							
							
							
							build(deps): update helm plugins to latest versions
Update the versions of the helm plugins in the Dockerfile to the latest stable versions:
- helm-s3: v0.16.0 -> v0.16.2
This update ensures that the Docker image is using the most up-to-date versions of the helm plugins s3.
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2024-08-03 08:53:06 +09:00  
				
					
						
							
							
								 
						
							
								b8ff1f242a 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/aws/aws-sdk-go from 1.55.4 to 1.55.5 ( #1651 )  
							
							... 
							
							
							
							Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.55.4 to 1.55.5.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.55.4...v1.55.5 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-08-01 11:18:22 +08:00  
				
					
						
							
							
								 
						
							
								066a558303 
								
							 
						 
						
							
							
								
								fix(oci): use output-dir-template in path if specified ( #1648 )  
							
							... 
							
							
							
							* fix(oci): use output-dir-template in path if specified
Signed-off-by: Henrik Huitti <henrik.huitti@henhu.fi> 
							
						 
						
							2024-07-31 07:32:09 +08:00  
				
					
						
							
							
								 
						
							
								54b7ab4a14 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/aws/aws-sdk-go from 1.55.3 to 1.55.4 ( #1649 )  
							
							... 
							
							
							
							Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.55.3 to 1.55.4.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.55.3...v1.55.4 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-31 07:30:28 +08:00  
				
					
						
							
							
								 
						
							
								e640e0cb36 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/docker/docker from 27.0.1+incompatible to 27.1.0+incompatible ( #1647 )  
							
							
							
						 
						
							2024-07-30 19:17:44 +08:00  
				
					
						
							
							
								 
						
							
								75ad24e6dc 
								
							 
						 
						
							
							
								
								feat: use helm status to find helm release ( #1640 )  
							
							... 
							
							
							
							* feat: use helm status to find helm release
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2024-07-30 13:40:44 +08:00  
				
					
						
							
							
								 
						
							
								8f44f12f07 
								
							 
						 
						
							
							
								
								chore: remove unecessary check in HandleExitCoder function and streamline logic ( #1646 )  
							
							... 
							
							
							
							* rm unecessary check and streamline logic
Signed-off-by: zhaque44 <haque.zubair@gmail.com>
* rm else and addressing PR comments
Signed-off-by: zhaque44 <haque.zubair@gmail.com>
---------
Signed-off-by: zhaque44 <haque.zubair@gmail.com> 
							
						 
						
							2024-07-28 11:34:27 +08:00  
				
					
						
							
							
								 
						
							
								522945707a 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/aws/aws-sdk-go from 1.55.2 to 1.55.3 ( #1645 )  
							
							... 
							
							
							
							Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.55.2 to 1.55.3.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.55.2...v1.55.3 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-27 07:23:55 +08:00  
				
					
						
							
							
								 
						
							
								93feccfe0f 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/aws/aws-sdk-go from 1.54.20 to 1.55.2 ( #1644 )  
							
							... 
							
							
							
							Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.54.20 to 1.55.2.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.54.20...v1.55.2 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-26 08:19:58 +08:00  
				
					
						
							
							
								 
						
							
								fb7046292b 
								
							 
						 
						
							
							
								
								chore: documentation updates: grammar & rm whitespace ( #1639 )  
							
							
							
						 
						
							2024-07-21 13:31:41 +08:00  
				
					
						
							
							
								 
						
							
								a1326d6971 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 ( #1631 )  
							
							... 
							
							
							
							Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml ) from 1.11.3 to 1.12.0.
- [Release notes](https://github.com/goccy/go-yaml/releases )
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/goccy/go-yaml/compare/v1.11.3...v1.12.0 )
---
updated-dependencies:
- dependency-name: github.com/goccy/go-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-21 09:21:51 +08:00  
				
					
						
							
							
								 
						
							
								d58311de90 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/aws/aws-sdk-go from 1.54.19 to 1.54.20 ( #1638 )  
							
							... 
							
							
							
							Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.54.19 to 1.54.20.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.54.19...v1.54.20 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-21 09:17:42 +08:00  
				
					
						
							
							
								 
						
							
								369ad70b22 
								
							 
						 
						
							
							
								
								build(deps): bump k8s.io/apimachinery from 0.30.2 to 0.30.3 ( #1635 )  
							
							... 
							
							
							
							Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) from 0.30.2 to 0.30.3.
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.30.2...v0.30.3 )
---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-19 10:22:13 +08:00  
				
					
						
							
							
								 
						
							
								fec88ed9d8 
								
							 
						 
						
							
							
								
								feat: Update sops version 3.9.0 ( #1634 )  
							
							
							
						 
						
							2024-07-18 10:30:53 +08:00  
				
					
						
							
							
								 
						
							
								35c3f3c904 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 ( #1632 )  
							
							... 
							
							
							
							Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty ) from 1.14.4 to 1.15.0.
- [Release notes](https://github.com/zclconf/go-cty/releases )
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md )
- [Commits](https://github.com/zclconf/go-cty/compare/v1.14.4...v1.15.0 )
---
updated-dependencies:
- dependency-name: github.com/zclconf/go-cty
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-17 13:44:34 +08:00  
				
					
						
							
							
								 
						
							
								a684d1424d 
								
							 
						 
						
							
							
								
								feat: add support for OCI auth through registry-config flag ( #1630 )  
							
							... 
							
							
							
							Signed-off-by: Adam Talbot <adam.talbot@venafi.com> 
							
						 
						
							2024-07-17 12:34:04 +08:00  
				
					
						
							
							
								 
						
							
								06407b31b8 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/aws/aws-sdk-go from 1.54.18 to 1.54.19 ( #1628 )  
							
							
							
						 
						
							2024-07-16 09:47:25 +08:00  
				
					
						
							
							
								 
						
							
								56dad58180 
								
							 
						 
						
							
							
								
								feat: add namespace info in syncRelease and diffRelease ( #1609 )  
							
							
							
						 
						
							2024-07-16 09:47:00 +08:00  
				
					
						
							
							
								 
						
							
								45e7681b1e 
								
							 
						 
						
							
							
								
								chore: add tests for release filters ( #1629 )  
							
							
							
						 
						
							2024-07-16 09:45:42 +08:00  
				
					
						
							
							
								 
						
							
								f77dc3d5b2 
								
							 
						 
						
							
							
								
								fix: inject KubeVersion and ApiVersions in Chartify rendering ( #1624 )  
							
							... 
							
							
							
							* fix: inject KubeVersion and ApiVersions in Chartify rendering
fixes  #1623 
Signed-off-by: Thomas Loubiou <thomas.loubiou@mirakl.com>
* test: appendApiVersionsFlags
Signed-off-by: Thomas Loubiou <thomas.loubiou@mirakl.com>
* test: add case for appendApiVersionsFlags
Signed-off-by: Thomas Loubiou <thomas.loubiou@mirakl.com>
---------
Signed-off-by: Thomas Loubiou <thomas.loubiou@mirakl.com> 
							
						 
						
							2024-07-12 22:28:20 +08:00  
				
					
						
							
							
								 
						
							
								d61df9253d 
								
							 
						 
						
							
							
								
								feat: bump helm to 3.15.3 ( #1627 )  
							
							
							
						 
						
							2024-07-12 08:45:21 +08:00  
				
					
						
							
							
								 
						
							
								b5a9314ea6 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/aws/aws-sdk-go from 1.54.17 to 1.54.18 ( #1625 )  
							
							... 
							
							
							
							Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.54.17 to 1.54.18.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.54.17...v1.54.18 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-12 07:11:12 +08:00  
				
					
						
							
							
								 
						
							
								4277eca83a 
								
							 
						 
						
							
							
								
								build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 ( #1621 )  
							
							... 
							
							
							
							Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.64.0 to 1.64.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-11 22:05:33 +08:00  
				
					
						
							
							
								 
						
							
								d5e2aac216 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/aws/aws-sdk-go from 1.54.15 to 1.54.17 ( #1622 )  
							
							... 
							
							
							
							Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.54.15 to 1.54.17.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.54.15...v1.54.17 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-11 22:05:02 +08:00  
				
					
						
							
							
								 
						
							
								744c3f5f32 
								
							 
						 
						
							
							
								
								build(deps): bump zipp from 3.7.0 to 3.19.1 in /docs ( #1620 )  
							
							... 
							
							
							
							Bumps [zipp](https://github.com/jaraco/zipp ) from 3.7.0 to 3.19.1.
- [Release notes](https://github.com/jaraco/zipp/releases )
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/zipp/compare/v3.7.0...v3.19.1 )
---
updated-dependencies:
- dependency-name: zipp
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-11 22:04:40 +08:00  
				
					
						
							
							
								 
						
							
								84e0713788 
								
							 
						 
						
							
							
								
								Fix broken links in status section of README.md ( #1618 )  
							
							... 
							
							
							
							* Update README.md
Broken links in Status section
Signed-off-by: Jonathan Manton <jonathan@manton.com>
* Update README.md
Broken links in Status section
Signed-off-by: Jonathan Manton <jonathan@manton.com>
* Update README.md
Broken links in Status section
Signed-off-by: Jonathan Manton <jonathan@manton.com>
---------
Signed-off-by: Jonathan Manton <jonathan@manton.com> 
							
						 
						
							2024-07-09 10:51:46 +08:00  
				
					
						
							
							
								 
						
							
								3267cff832 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/aws/aws-sdk-go from 1.54.14 to 1.54.15 ( #1617 )  
							
							... 
							
							
							
							Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.54.14 to 1.54.15.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.54.14...v1.54.15 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-09 07:13:24 +08:00  
				
					
						
							
							
								 
						
							
								73a4a2950e 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/aws/aws-sdk-go from 1.54.13 to 1.54.14 ( #1612 )  
							
							... 
							
							
							
							Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.54.13 to 1.54.14.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.54.13...v1.54.14 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-06 07:20:27 +08:00  
				
					
						
							
							
								 
						
							
								ed7b6468bf 
								
							 
						 
						
							
							
								
								build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 ( #1616 )  
							
							... 
							
							
							
							Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.21.0 to 0.22.0.
- [Commits](https://github.com/golang/term/compare/v0.21.0...v0.22.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-06 07:20:06 +08:00  
				
					
						
							
							
								 
						
							
								824e5a8b92 
								
							 
						 
						
							
							
								
								Use logger for helm output ( #1585 )  
							
							... 
							
							
							
							* use logger for helm output
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
* update integration test output
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
* make logging output configurable
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
* also compare stderr in integration tests
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
---------
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> 
							
						 
						
							2024-07-04 13:53:31 +09:00  
				
					
						
							
							
								 
						
							
								f98d0673b8 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/aws/aws-sdk-go from 1.54.12 to 1.54.13 ( #1611 )  
							
							
							
						 
						
							2024-07-04 00:02:06 +00:00