Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/5.1.3 #652

Merged
merged 32 commits into from
May 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c746275
Merge pull request #626 from catenax-ng/chore/596-DS-Guardrails-R24.5
ds-jhartmann May 13, 2024
675565f
Merge pull request #627 from catenax-ng/fix/533-fix-nullpointer-in-in…
ds-jhartmann May 13, 2024
e78fb6c
Revert "Merge pull request #611 from catenax-ng/feat/510-dont-filter-…
ds-jhartmann May 13, 2024
ac6053f
chore(dependencies): Update irs-registry-client to 2.0.2
ds-jhartmann May 13, 2024
3692ddd
chore(docs): Prepare docs for hotfix release 5.1.2
ds-jhartmann May 14, 2024
02a3407
Revert "chore(docs): Prepare docs for hotfix release 5.1.2"
ds-jhartmann May 14, 2024
ebd1f9a
chore(docs): Preparation for hotfix release 5.1.2
ds-jhartmann May 14, 2024
14ba755
feat(impl):[#619] default pull policy adjutment
ds-ext-kmassalski May 14, 2024
1d65177
Merge pull request #636 from catenax-ng/feat/619-default-policy-trg-fix
ds-jhartmann May 14, 2024
f35aa6e
chore(docs): #618: replace jpg with svg
dsmf May 14, 2024
f3d6fb7
chore(docs): #618: fix anchor
dsmf May 14, 2024
bd9cc3c
chore(docs): #618: add note concerning creation of the svg
dsmf May 14, 2024
aa8c67d
chore(docs): #618: adapt formatting
dsmf May 14, 2024
e4aded1
Merge pull request #646 from catenax-ng/chore/618-based-on-hotfix-5.1.3
ds-jhartmann May 15, 2024
d348322
feat(registry):[#616] Add new filter type for digital twin registry c…
ds-jhartmann May 15, 2024
5760941
feat(edc-client):[#616] Fix policy transformation and add missing nam…
ds-jhartmann May 15, 2024
2778349
feat(edc-client):[#616] Add missing tests
ds-jhartmann May 15, 2024
095e237
feat(edc-client):[#616] Add missing tests
ds-jhartmann May 15, 2024
2398066
chore(docs):[#616] update changelog
ds-jhartmann May 15, 2024
1715a3a
chore(docs):[#616] fix sonar issues
ds-jhartmann May 16, 2024
dfc3e9c
chore(docs):[#616] remove "odrl:" prefix from action type
ds-jhartmann May 16, 2024
819667e
feat(edc-client):[#616] fix namespaces
ds-jhartmann May 16, 2024
eb934b0
feat(testdata):[#616] fix namespaces and action type
ds-jhartmann May 16, 2024
c817df1
feat(testdata):[#616] fix dct:type for registry asset creation
ds-jhartmann May 16, 2024
a5fcb50
feat(policy-store):[#616] fix action in policy creation
ds-jhartmann May 16, 2024
446ec3f
feat(edc-client):[#616] refactoring after review
ds-jhartmann May 17, 2024
5354f73
Merge pull request #647 from eclipse-tractusx/feature/#616-Outdated-t…
ds-jhartmann May 17, 2024
7ace683
chore(docs): prepare hotfix release 5.1.3 docu
ds-jhartmann May 17, 2024
3af6d06
chore(docs): prepare hotfix release 5.1.3 docu
ds-jhartmann May 17, 2024
7cd3c53
Merge branch 'main' into hotfix/5.1.3
ds-jhartmann May 17, 2024
5ffd59c
Reapply "Merge pull request #611 from catenax-ng/feat/510-dont-filter…
ds-jhartmann May 17, 2024
c2abb09
chore(docs): fix changelog merge
ds-jhartmann May 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(impl):[#619] default pull policy adjutment
ds-ext-kmassalski committed May 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 14ba755e49a85437596238352a7d3751217c7353
2 changes: 1 addition & 1 deletion charts/item-relationship-service/values.yaml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ replicaCount: 1

image:
repository: tractusx/irs-api
pullPolicy: Always
pullPolicy: IfNotPresent

imagePullSecrets: []