Skip to content

Releases: jerus-org/ci-container

v0.1.11

05 Oct 11:05
3d3d6fd
Compare
Choose a tag to compare

What's Changed

Security

  • Dependencies: update dependency nextsv to v0.8.19(pr [#135])
  • Dependencies: update dependency pcu to v0.4.9(pr [#136])
  • Dependencies: update cimg/base docker tag to v2024.10(pr [#137])

v0.1.10

25 Sep 13:25
cb68f1e
Compare
Choose a tag to compare

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

  • Dependencies: update dependency pcu to v0.4.8(pr [#129])
  • Dependencies: update dependency cargo-release to v0.25.11(pr [#131])
  • Dependencies: update dependency nextsv to v0.8.18(pr [#132])
  • Dependencies: update dependency wasmtime-cli to v25.0.1(pr [#133])

v0.1.9

22 Sep 08:05
0f26fff
Compare
Choose a tag to compare

What's Changed

Changed

  • chore(Dockerfile)-add unzip to base image and remove redundant packages from final stage(pr [#121])

v0.1.8

21 Sep 05:30
92a6075
Compare
Choose a tag to compare

What's Changed

Security

  • Dependencies: update dependency wasmtime-cli to v25(pr [#120])

v0.1.7

13 Sep 14:34
b43c7a7
Compare
Choose a tag to compare

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

13 Sep 06:11
d646f1c
Compare
Choose a tag to compare

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

12 Sep 16:32
92a0356
Compare
Choose a tag to compare

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

17 Aug 05:29
eb8f7e1
Compare
Choose a tag to compare

What's Changed

Changed

  • ci-upgrade toolkit version from 0.27.0 to 1.0.0(pr [#100])
  • chore-update nextsv and pcu versions in cargo binstall command(pr [#101])

v0.1.3

10 Aug 05:29
b5a19b7
Compare
Choose a tag to compare

What's Changed

Security

  • Dependencies: update cimg/base docker tag to v2024.08(pr [#98])
  • Dependencies: update rust docker tag to v1.80.1(pr [#99])

v0.1.2

02 Aug 16:29
df98919
Compare
Choose a tag to compare

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])