Releases: jerus-org/ci-container
Releases · jerus-org/ci-container
v0.1.11
v0.1.10
What's Changed
Added
- update renovate regex manager to handle additional Dockerfile and Containerfile patterns(pr [#125])
Changed
- chore(Dockerfile)-update renovate configuration to include versioning for cargo dependencies(pr [#122])
- ci(circleci)-update toolkit orb version and add security context(pr [#124])
- chore-update VSCode settings and simplify renovate custom managers(pr [#127])
- chore-update versioning scheme for pcu package in Dockerfile(pr [#128])
- chore-update versioning strategy for dependencies in Dockerfile(pr [#130])
Fixed
- correct regex pattern in renovate.json for matching version strings(pr [#123])
Security
v0.1.9
v0.1.8
v0.1.7
What's Changed
Added
- add support for publishing Rust WASI environment(pr [#116])
- add support for multiple Rust toolchains and WASI target(pr [#118])
Changed
- ci-add label_option to CircleCI config and rangeStrategy to Renovate config(pr [#112])
- chore(circleci)-update Docker image to default in config(pr [#113])
- ci(circleci)-update toolkit orb to v1.6.0 and modify workflows(pr [#114])
- chore-update changelog for version 0.1.6(pr [#115])
- chore(ci)-remove unsupported Rust version from CircleCI config(pr [#119])
Fixed
- Dockerfile: add wasm32-wasip1 target to rustup(pr [#117])
v0.1.6
What's Changed
- fix(Dockerfile): add wasm32-wasip1 target to rustup by @gortavoher in #117
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- chore: update versions of cargo-audit, nextsv, and pcu in cargo binstall commands by @gortavoher in #102
- ci: add version 1.78 to workflows by @gortavoher in #103
- feat: add support for rustc version 1.79 by @gortavoher in #104
- chore: update CircleCI toolkit orb and pcu version in Dockerfile by @gortavoher in #105
- chore(deps): update cimg/base docker tag to v2024.09 by @renovate in #106
- chore(deps): update rust docker tag to v1.81.0 by @renovate in #107
- feat(dockerfile): add environment variables for cargo tools versions and update renovate config by @gortavoher in #108
- chore(Dockerfile): update renovate config to include depName for cargo dependencies by @gortavoher in #109
- chore: update datasource from cargo to crate in Dockerfile by @gortavoher in #110
- style: remove trailing spaces in Dockerfile by @gortavoher in #111
- ci: add label_option to CircleCI config and rangeStrategy to Renovate config by @gortavoher in #112
- chore(circleci): update Docker image to default in config by @gortavoher in #113
- ci(circleci): update toolkit orb to v1.6.0 and modify workflows by @gortavoher in #114
- chore: update changelog for version 0.1.6 by @gortavoher in #115
- feat(ci): add support for publishing Rust WASI environment by @gortavoher in #116
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
v0.1.2
What's Changed
Added
- add version 1.70 to workflows(pr [#90])
Changed
- docs-update version from Unreleased to 0.1.1 and update release link(pr [#89])
- chore-update versions of cargo-release, nextsv, and pcu in Dockerfile(pr [#91])
- ci-remove make_release job and replace it with toolkit/make_release in workflows(pr [#93])
- ci-add cargo_release parameter with false value(pr [#94])
- ci-update to toolkit 0.25.0 and enable tag_log in release workflow(pr [#95])
- chore-add pcu_verbosity and pcu_update parameters to workflows(pr [#96])
- ci-update toolkit version from 0.25.0 to 0.27.0 and set pcu_update_changelog to true(pr [#97])
Security
- Dependencies: update rust docker tag to v1.80.0(pr [#92])