Skip to content

Commit

Permalink
fix: pipeline issue and rust lib update
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed Jan 21, 2025
1 parent 302bae1 commit 7f86a46
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 41 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ target/

# Idea
**/.idea/

# tarpolin output
cobertura.xml
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: public.ecr.aws/r3m4q3r9/qovery-ci:engine-2024-03-29T11-14-26
image: public.ecr.aws/r3m4q3r9/qovery-ci:engine-2025-01-03T13-54-40

services:
- docker:dind
Expand Down
68 changes: 34 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "iam-eks-user-mapper"
version = "0.5.1"
version = "0.5.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.26", features = ["derive", "env"] }
clap = { version = "4.5.27", features = ["derive", "env"] }
humantime = "2.1.0"
serde = "1.0.217"
serde_yaml = "0.9.25"
Expand All @@ -23,6 +23,6 @@ k8s-openapi = { version = "0.24.0", default-features = false, features = [
] }

# AWS
aws-config = "1.1.9"
aws-sdk-iam = "1.18.0"
aws-sdk-sts = "1.18.0"
aws-config = "1.5.14"
aws-sdk-iam = "1.57.0"
aws-sdk-sts = "1.55.0"
2 changes: 1 addition & 1 deletion charts/iam-eks-user-mapper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.5.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.5.1"
appVersion: "0.5.2"
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.83.0

0 comments on commit 7f86a46

Please sign in to comment.