Releases: bitnami/charts-syncer
Releases · bitnami/charts-syncer
v2.1.5
Changelog
- 494a913 Fix link to disconnected documentation. (#269)
- b5bd155 Update distribution-tooling-for-helm to version v0.4.9 (#275)
- 9ec8e32 [github-actions] Release bitnami/charts-syncer image from release workflow (#262)
- 0d21c2c chore(deps): bump actions/setup-go from 5 to 6 (#268)
- a8097da chore(deps): bump docker/build-push-action from 3.2.0 to 6.18.0 (#264)
- c890a9e chore(deps): bump docker/login-action from 2.0.0 to 3.5.0 (#265)
- 002850f chore(deps): bump docker/metadata-action from 4.0.1 to 5.8.0 (#272)
- 8a119ca chore(deps): bump docker/setup-buildx-action from 2.0.0 to 3.11.1 (#271)
- e68022a chore(deps): bump docker/setup-qemu-action from 2.0.0 to 3.6.0 (#267)
- a6c8aa9 🔄 synced local '.github/workflows/' with remote 'workflows/' (#270)
v2.1.4
Changelog
- 4254aea Simplify integration tests to avoid heavy Harbor deployment (#260)
- f1e4cdb chore(deps): bump actions/checkout from 4 to 5 (#259)
- cbe9537 chore(deps): bump actions/download-artifact from 4 to 5 (#254)
- e94d531 chore(deps): bump azure/setup-helm from 4.3.0 to 4.3.1 (#258)
- 1285e5a chore(deps): bump the go_modules group across 1 directory with 2 updates (#255)
- c682aad chore(deps): bump the go_modules group across 1 directory with 2 updates (#261)
v2.1.3
v2.1.2
Changelog
- 7d92b5a Add Issue templates
- 541a631 Create PULL_REQUEST_TEMPLATE.md
- f287869 Update kubernetes cronjob deployment (#245)
- 7136c6d chore(deps): bump golang.org/x/net (#240)
- 2905646 chore: improve dry-run output (#248)
- d429321 chore: remove yaml.v3 package replace and update go version (#247)
- 81ebb9a 🔄 synced local '.github/workflows/' with remote 'workflows/' (#241)
v2.1.1
v2.1.0
Changelog
- 8024eb7 Adding skipImages option (#218)
- a423b5b Create dependabot.yml
- 52f5c7e Update README.md (#221)
- ed6eb16 Update README.md with logging instructions (#232)
- f4a79d5 Update copyright year
- 623f00f Update test config to do an OCI to OCI sync (#230)
- 2932b98 chore(deps): bump actions/checkout from 2 to 4 (#225)
- 091cc60 chore(deps): bump actions/setup-go from 4 to 5 (#226)
- 0cab3e4 chore(deps): bump azure/setup-helm from 3.5 to 4 (#228)
- e075682 chore(deps): bump azure/setup-helm from 4.2.0 to 4.3.0 (#233)
- adf0f12 chore(deps): bump docker/login-action from 1 to 3 (#227)
- 6aa59ba chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in the go_modules group across 1 directory (#234)
- 549f34c chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#224)
- a24c2f6 chore(deps): bump the go_modules group across 1 directory with 2 updates (#229)
- 563c9b8 chore: remove gcr image publishing (#235)
v2.0.2
v2.0.1
v2.0.0
Changelog
- 77968fe Add a MaxDecompressionSize variable
- 8fa3203 Add blackbox tests
- 76420b7 Add doc comments to exported functions and variables
- be40188 Add doc comments to packages
- 834de19 Added .golanci-lint
- 9685444 Added badges (#202)
- f5ae574 Check for successful runtime.Caller execution
- 78f1890 Fix script permissions
- 0f21c78 Fixed linter
- 15f7c23 Fixed release CI (#203)
- ae7f86d Follow naming conventions
- 973b020 Handle errors assigned but unchecked
- c181591 Handle unassigned errors
- ada58e4 Ignore gosec's G401 and G505 where needed
- ae76ccc Ignore gosec's G402 where appropiate
- cdd8905 Implemented new charts-syncer version using wrap/unwrap commands
- 5962b9d Improve cleaning up and creating of test OCI server
- 6397fb4 Missing blank line separator
- b30427d Move from CircleCI to GithubActions
- a10200b Refactor Untar to reduce cyclomatic complexity
- edf5bd3 Remove deprecated references
- d3a6fb0 Remove empty case
- 30c4b30 Remove github.com/bitnami-labs/pbjson dependency
- 1e765c1 Remove github.com/mkmik/multierror dependency
- 522ddf4 Remove unneeded else statement
- 6e8db8f Remove unneeded type declarations
- 251475d Remove unused functions
- fc120a5 Remove unused parameters
- 918fa23 Replace deprecated methods
- 04e5790 Sanitize untar paths
- 8e250fb Simplify expressions
- 9a06c41 Support configuring separate target registries for containers and charts
- 6ec5ea4 Support limiting the container platfoms to sync
- 77edda3 Support skipping artifacts synchronization
- c7aca61 Typo in comment
- 9e36106 Update README.md
- 4340380 Update dependencies