Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vshn/billing-collector-cloudservices
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c52bbb882145b4695b4eb42baecab101e61e7aee
Choose a base ref
..
head repository: vshn/billing-collector-cloudservices
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c4333a074a771f36c768a5fddf9cc52969317eb7
Choose a head ref
2 changes: 1 addition & 1 deletion component/class/defaults.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ parameters:
collector:
registry: 'ghcr.io'
repository: 'vshn/billing-collector-cloudservices'
tag: 'v1.0.1'
tag: v1.0.2

exoscale:
enabled: false
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ spec:
envFrom:
- secretRef:
name: credentials-cloudscale-metrics-collector
image: ghcr.io/vshn/billing-collector-cloudservices:v1.0.1
image: ghcr.io/vshn/billing-collector-cloudservices:v1.0.2
name: billing-collector-cloudservices-backfill
resources: {}
restartPolicy: OnFailure
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ spec:
envFrom:
- secretRef:
name: credentials-collector-cloudscale-lpg-2
image: ghcr.io/vshn/billing-collector-cloudservices:v1.0.1
image: ghcr.io/vshn/billing-collector-cloudservices:v1.0.2
name: billing-collector-cloudservices-backfill
resources: {}
restartPolicy: OnFailure
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ spec:
envFrom:
- secretRef:
name: credentials-exoscale-metrics-collector
image: ghcr.io/vshn/billing-collector-cloudservices:v1.0.1
image: ghcr.io/vshn/billing-collector-cloudservices:v1.0.2
name: billing-collector-cloudservices-backfill
resources: {}
restartPolicy: OnFailure
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ spec:
envFrom:
- secretRef:
name: credentials-exoscale-metrics-collector
image: ghcr.io/vshn/billing-collector-cloudservices:v1.0.1
image: ghcr.io/vshn/billing-collector-cloudservices:v1.0.2
name: billing-collector-cloudservices-backfill
resources: {}
restartPolicy: OnFailure
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ go 1.19
require (
github.com/appuio/appuio-cloud-reporting v0.10.0
github.com/cloudscale-ch/cloudscale-go-sdk/v2 v2.1.0
github.com/exoscale/egoscale v0.97.0
github.com/exoscale/egoscale v0.98.0
github.com/go-logr/logr v1.2.3
github.com/go-logr/zapr v1.2.3
github.com/google/uuid v1.3.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -97,8 +97,8 @@ github.com/evanphx/json-patch v0.5.2/go.mod h1:ZWS5hhDbVDyob71nXKNL0+PWn6ToqBHMi
github.com/evanphx/json-patch v4.12.0+incompatible h1:4onqiflcdA9EOZ4RxV643DvftH5pOlLGNtQ5lPWQu84=
github.com/evanphx/json-patch/v5 v5.6.0 h1:b91NhWfaz02IuVxO9faSllyAtNXHMPkC5J8sJCLunww=
github.com/evanphx/json-patch/v5 v5.6.0/go.mod h1:G79N1coSVB93tBe7j6PhzjmR3/2VvlbKOFpnXhI9Bw4=
github.com/exoscale/egoscale v0.97.0 h1:9DRSdFxepQrm/BOX/tvMXmfeN7d1row9N/+D9wrFp8E=
github.com/exoscale/egoscale v0.97.0/go.mod h1:BAb9p4rmyU+Wl400CJZO5270H2sXtdsZjLcm5xMKkz4=
github.com/exoscale/egoscale v0.98.0 h1:XCmY0mRYUJMR4tmf9CHxocGRP+g4IhLUv9KUf4M/o00=
github.com/exoscale/egoscale v0.98.0/go.mod h1:BAb9p4rmyU+Wl400CJZO5270H2sXtdsZjLcm5xMKkz4=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
github.com/flowstack/go-jsonschema v0.1.1/go.mod h1:yL7fNggx1o8rm9RlgXv7hTBWxdBM0rVwpMwimd3F3N0=