muhlba91 / fh-burgenland-bswe-assignment-infrastructure

FH Burgenland - BSWE: Assignment Infrastructure
GNU General Public License v3.0
0 stars 3 forks source link

chore(deps): update dependency @pulumi/pulumi to v3.137.0 #23

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pulumi/pulumi (source) 3.133.0 -> 3.137.0 age adoption passing confidence

Release Notes

pulumi/pulumi (@​pulumi/pulumi) ### [`v3.137.0`](https://redirect.github.com/pulumi/pulumi/compare/v3.136.1...v3.137.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.136.1...v3.137.0) ### [`v3.136.1`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31361-2024-10-08) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.136.0...v3.136.1) ##### Miscellaneous - \[sdkgen/{nodejs,python}] Bump minimum required SDK version to v3.136.0 [#​17501](https://redirect.github.com/pulumi/pulumi/pull/17501) ### [`v3.136.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31360-2024-10-07) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.135.1...v3.136.0) ##### Features - \[cli/engine] Allow cancelling operations with SIGTERM [#​17467](https://redirect.github.com/pulumi/pulumi/pull/17467) - \[cli/state] Introduce the `state repair` command [#​17445](https://redirect.github.com/pulumi/pulumi/pull/17445) ##### Bug Fixes - \[cli/display] Hide --show-secrets with --save-plan [#​17444](https://redirect.github.com/pulumi/pulumi/pull/17444) - \[sdk/nodejs] Maintain secretness and input dependencies of output invokes [#​17479](https://redirect.github.com/pulumi/pulumi/pull/17479) - \[sdk/python] Send plain values to the engine in output invokes and keep track of input dependencies and secrets [#​17460](https://redirect.github.com/pulumi/pulumi/pull/17460) - \[sdk/python] Handle nested structures properly when unwrapping secrets from invoke inputs [#​17482](https://redirect.github.com/pulumi/pulumi/pull/17482) - \[sdk/python] Significantly reduce the number of debug log calls [#​17489](https://redirect.github.com/pulumi/pulumi/pull/17489) - \[sdk/python] Target Python 3.8 for linting SDK [#​17495](https://redirect.github.com/pulumi/pulumi/pull/17495) ##### Miscellaneous - \[sdk/nodejs] Exclude tests from the nodejs npm package [#​17488](https://redirect.github.com/pulumi/pulumi/pull/17488) - \[sdk/python] Update python grpcio to 1.66.2 [#​17487](https://redirect.github.com/pulumi/pulumi/pull/17487) ### [`v3.135.1`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31351-2024-10-04) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.135.0...v3.135.1) ##### Features - \[sdk/nodejs] Enable better error messsages to be returned from provider construct failures [#​17325](https://redirect.github.com/pulumi/pulumi/pull/17325) ##### Bug Fixes - \[auto] Fix regression in automation API for deployments where events for a Pulumi operation are not received [#​17334](https://redirect.github.com/pulumi/pulumi/pull/17334) - \[cli/new] Respect existing stack configuration when initialising secret managers [#​17465](https://redirect.github.com/pulumi/pulumi/pull/17465) - \[sdk/yaml] Fix pulumi config set behaviour to append to end of file [#​17452](https://redirect.github.com/pulumi/pulumi/pull/17452) ### [`v3.135.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31350-2024-10-01) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.134.1...v3.135.0) ##### Features - \[backend/{diy,service}] Send secrets managers as initial state when creating stacks [#​17387](https://redirect.github.com/pulumi/pulumi/pull/17387) - \[sdk/python] Search upwards for pyproject.toml when using Poetry [#​17388](https://redirect.github.com/pulumi/pulumi/pull/17388) ##### Bug Fixes - \[cli/config] Improve usage string for config env add/rm commands [#​17407](https://redirect.github.com/pulumi/pulumi/pull/17407) - \[cli/new] Check zipped templates for `Pulumi.yaml` files [#​17437](https://redirect.github.com/pulumi/pulumi/pull/17437) - \[engine] Disable the enviromental GITHUB_TOKEN on 401 responses [#​17351](https://redirect.github.com/pulumi/pulumi/pull/17351) - \[engine] Fix a panic when multiple component provider construct calls fail [#​17439](https://redirect.github.com/pulumi/pulumi/pull/17439) - \[sdkgen/go] Fix nested string map map map properties [#​17417](https://redirect.github.com/pulumi/pulumi/pull/17417) - \[sdk/nodejs] Fix dependency installation for nodejs projects with a main property [#​17391](https://redirect.github.com/pulumi/pulumi/pull/17391) - \[sdk/python] Add missing package_ref paramater to ProviderResource [#​17432](https://redirect.github.com/pulumi/pulumi/pull/17432) ##### Miscellaneous - \[sdkgen] Validate schema version is provided when package supports packing [#​17420](https://redirect.github.com/pulumi/pulumi/pull/17420) - \[sdk/python] Replace asyncio.ensure_future with create_task [#​17406](https://redirect.github.com/pulumi/pulumi/pull/17406) - \[sdkgen/{nodejs,python}] Bump minimum valid SDK version to v3.134.1 so that output-invokes work and maintain secrets [#​17390](https://redirect.github.com/pulumi/pulumi/pull/17390) ### [`v3.134.1`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31341-2024-09-25) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.134.0...v3.134.1) ##### Features - \[engine] Allow providers to return errors from construct and format them nicely [#​17306](https://redirect.github.com/pulumi/pulumi/pull/17306) ##### Bug Fixes - \[engine] Add input keys from diff during import step to warning and error message [#​17312](https://redirect.github.com/pulumi/pulumi/pull/17312) - \[sdk/nodejs] Short-circuit output invokes if inputs contains unknowns [#​17353](https://redirect.github.com/pulumi/pulumi/pull/17353) - \[sdk/python] Always unwrap value from InvokeResult in invoke_async [#​17349](https://redirect.github.com/pulumi/pulumi/pull/17349) ### [`v3.134.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31340-2024-09-23) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.133.0...v3.134.0) ##### Features - \[engine] Generated and matched aliases are written to debug logs [#​17280](https://redirect.github.com/pulumi/pulumi/pull/17280) - \[cli/display] Show the count of unchanged resources [#​17257](https://redirect.github.com/pulumi/pulumi/pull/17257) - \[auto/nodejs] Support an abort channel for gracefully canceling operations [#​16783](https://redirect.github.com/pulumi/pulumi/pull/16783) - \[auto/{nodejs,python}] Support refresh consistently in up/preview/destroy [#​17209](https://redirect.github.com/pulumi/pulumi/pull/17209) - \[cli/state] Support falling back to snapshot secret managers when PULUMI_FALLBACK_TO_STATE_SECRETS_MANAGER is set [#​17236](https://redirect.github.com/pulumi/pulumi/pull/17236) - \[sdkgen/python] First-class output-versioned invokes that maintain secrets in Python [#​17275](https://redirect.github.com/pulumi/pulumi/pull/17275) ##### Bug Fixes - \[engine] Fix token expired errors due to network issues [#​17127](https://redirect.github.com/pulumi/pulumi/pull/17127) - \[engine] Fix dependency traversal for untargeted skipped creates [#​17340](https://redirect.github.com/pulumi/pulumi/pull/17340) - \[engine] Retry token refresh errors immediately [#​17338](https://redirect.github.com/pulumi/pulumi/pull/17338) - \[cli/config] Fix help text for `config set` command [#​17319](https://redirect.github.com/pulumi/pulumi/pull/17319) - \[sdk/nodejs] Allow 'pulumi about' in nodejs projects to resolve dependencies from package files by walking up the file tree [#​17239](https://redirect.github.com/pulumi/pulumi/pull/17239) - \[sdkgen/python] Fully generate TypedDict input types by default [#​17296](https://redirect.github.com/pulumi/pulumi/pull/17296) - \[sdkgen/python] Fix sdk-gen for parameterized providers [#​17303](https://redirect.github.com/pulumi/pulumi/pull/17303) - \[sdkgen/python] Fix python defaulting to generating typed dicts for input types [#​17322](https://redirect.github.com/pulumi/pulumi/pull/17322) ##### Miscellaneous - \[yaml] Update YAML to 1.10.3 [#​17304](https://redirect.github.com/pulumi/pulumi/pull/17304) - \[sdkgen/nodejs] Bump valid nodejs version to v3.133 the one that contains invokeOutput and friends [#​17316](https://redirect.github.com/pulumi/pulumi/pull/17316)

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 2 weeks ago

:tropical_drink: preview on fh-burgenland-bswe-assignment-infrastructure/dev

Pulumi report
   Previewing update (dev)

View Live: https://app.pulumi.com/dmuehlbachler-fh-burgenland/fh-burgenland-bswe-assignment-infrastructure/dev/previews/df0cabfc-d41a-4ec2-873b-1611588a8337

@ Previewing update........
Downloading plugin time-0.1.0: starting
Downloading plugin vault-6.3.0: starting
Downloading plugin github-6.3.0: starting
Downloading plugin random-4.16.5: starting
Downloading plugin pulumiservice-0.26.0: starting
Downloading plugin aws-6.52.0: starting
Downloading plugin pulumiservice-0.26.0: done
Downloading plugin time-0.1.0: done
Downloading plugin github-6.3.0: done
Installing plugin pulumiservice-0.26.0: starting
Downloading plugin vault-6.3.0: done
Installing plugin time-0.1.0: starting
Downloading plugin random-4.16.5: done
Installing plugin github-6.3.0: starting
@ Previewing update....
Installing plugin vault-6.3.0: starting
Installing plugin random-4.16.5: starting
Installing plugin pulumiservice-0.26.0: done
Installing plugin time-0.1.0: done
Installing plugin github-6.3.0: done
Installing plugin vault-6.3.0: done
Installing plugin random-4.16.5: done
Downloading plugin aws-6.52.0: done
@ Previewing update....
Installing plugin aws-6.52.0: starting
@ Previewing update.......
Installing plugin aws-6.52.0: done

~  pulumi:pulumi:Stack fh-burgenland-bswe-assignment-infrastructure-dev refreshing 
~  github:index:Team github-team-dmuehlbachler refreshing 
~  github:index:TeamRepository github-team-repository-swm2-dev-test-repository-dmuehlbachler refreshing 
~  github:index:TeamMembership github-team-membership-dmuehlbachler-muhlba91 refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-test-repository refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-dev-test-repository refreshing 
~  github:index:Repository github-repo-test-repository refreshing 
~  pulumi:pulumi:Stack fh-burgenland-bswe-assignment-infrastructure-dev refreshing 
@ Previewing update....
~  github:index:TeamRepository github-team-repository-swm2-dev-test-repository-dmuehlbachler refresh 
~  github:index:TeamMembership github-team-membership-dmuehlbachler-muhlba91 refresh 
~  github:index:Team github-team-dmuehlbachler refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-dev-test-repository refresh 
~  github:index:RepositoryCollaborator github-repository-admin-test-repository refresh 
~  github:index:Repository github-repo-test-repository refresh 
   pulumi:pulumi:Stack fh-burgenland-bswe-assignment-infrastructure-dev running 
@ Previewing update....
   github:index:Team github-team-dmuehlbachler  
   github:index:Repository github-repo-test-repository  
   github:index:TeamMembership github-team-membership-dmuehlbachler-muhlba91  
   github:index:RepositoryCollaborator github-repository-admin-test-repository  
   github:index:RepositoryRuleset github-repository-ruleset-dev-test-repository  
   github:index:TeamRepository github-team-repository-swm2-dev-test-repository-dmuehlbachler  
   pulumi:pulumi:Stack fh-burgenland-bswe-assignment-infrastructure-dev  
Resources:
   7 unchanged

   
github-actions[bot] commented 2 weeks ago

:tropical_drink: preview on fh-burgenland-bswe-assignment-infrastructure/ws2024

Pulumi report
   Previewing update (ws2024)

View Live: https://app.pulumi.com/dmuehlbachler-fh-burgenland/fh-burgenland-bswe-assignment-infrastructure/ws2024/previews/40748f43-b807-41d6-ab7c-a970bc4f0ee9

@ Previewing update......
Downloading plugin time-0.1.0: starting
Downloading plugin aws-6.52.0: starting
Downloading plugin github-6.3.2: starting
Downloading plugin vault-6.3.0: starting
Downloading plugin github-6.3.0: starting
Downloading plugin random-4.16.5: starting
Downloading plugin pulumiservice-0.26.0: starting
Downloading plugin pulumiservice-0.26.0: done
Downloading plugin time-0.1.0: done
Downloading plugin github-6.3.0: done
Downloading plugin github-6.3.2: done
Installing plugin pulumiservice-0.26.0: starting
Installing plugin time-0.1.0: starting
Downloading plugin vault-6.3.0: done
Installing plugin github-6.3.0: starting
Installing plugin github-6.3.2: starting
Downloading plugin random-4.16.5: done
Installing plugin vault-6.3.0: starting
Installing plugin random-4.16.5: starting
Installing plugin pulumiservice-0.26.0: done
@ Previewing update....
Installing plugin time-0.1.0: done
Installing plugin github-6.3.0: done
Installing plugin github-6.3.2: done
Installing plugin vault-6.3.0: done
Installing plugin random-4.16.5: done
Downloading plugin aws-6.52.0: done
Installing plugin aws-6.52.0: starting
@ Previewing update........
Installing plugin aws-6.52.0: done

~  github:index:Team github-team-group-b refreshing 
~  github:index:Team github-team-group-h refreshing 
~  github:index:Repository github-repo-group-a-transactions refreshing 
~  github:index:Team github-team-group-j refreshing 
~  github:index:Team github-team-group-i refreshing 
~  github:index:Repository github-repo-group-k-accounts refreshing 
~  github:index:Repository github-repo-group-g-accounts refreshing 
~  github:index:Team github-team-group-g refreshing 
~  github:index:Repository github-repo-group-b-accounts refreshing 
~  github:index:Repository github-repo-kubernetes-applications refreshing 
~  github:index:Repository github-repo-group-c-transactions refreshing 
~  github:index:Repository github-repo-group-g-transactions refreshing 
~  pulumi:pulumi:Stack fh-burgenland-bswe-assignment-infrastructure-ws2024 refreshing 
~  github:index:Repository github-repo-group-gl-broker refreshing 
~  github:index:Repository github-repo-group-a-accounts refreshing 
~  github:index:Repository github-repo-group-k-transactions refreshing 
~  pulumi:pulumi:Stack fh-burgenland-bswe-assignment-infrastructure-ws2024 refreshing 
~  github:index:Repository github-repo-group-aj-broker refreshing 
~  github:index:Team github-team-group-j refresh 
~  github:index:Repository github-repo-group-di-broker refreshing 
~  github:index:Team github-team-group-i refresh 
~  github:index:Repository github-repo-group-h-transactions refreshing 
~  github:index:Team github-team-group-g refresh 
~  github:index:Team github-team-group-a refreshing 
@ Previewing update.....
~  github:index:Team github-team-group-b refresh 
~  github:index:Repository github-repo-group-d-accounts refreshing 
~  github:index:Team github-team-group-h refresh 
~  github:index:Team github-team-group-l refreshing 
@ Previewing update....
~  github:index:Team github-team-group-a refresh 
~  github:index:Repository github-repo-group-i-accounts refreshing 
~  github:index:Repository github-repo-group-a-transactions refresh 
~  github:index:Team github-team-group-c refreshing 
~  github:index:Repository github-repo-group-k-accounts refresh 
~  github:index:Repository github-repo-group-l-accounts refreshing 
~  github:index:Repository github-repo-group-aj-broker refresh 
~  github:index:Team github-team-group-d refreshing 
~  github:index:Repository github-repo-group-g-accounts refresh 
~  github:index:Repository github-repo-group-bc-broker refreshing 
~  github:index:Repository github-repo-group-gl-broker refresh 
~  github:index:Team github-team-group-e refreshing 
~  github:index:Repository github-repo-group-g-transactions refresh 
~  github:index:Repository github-repo-group-b-transactions refreshing 
~  github:index:Repository github-repo-group-k-transactions refresh 
~  github:index:Team github-team-group-k refreshing 
~  github:index:Team github-team-group-l refresh 
~  github:index:Repository github-repo-group-h-accounts refreshing 
~  github:index:Repository github-repo-kubernetes-applications refresh 
~  github:index:Repository github-repo-group-hk-broker refreshing 
~  github:index:Repository github-repo-group-c-transactions refresh 
~  github:index:Repository github-repo-group-i-transactions refreshing 
@ Previewing update....
~  github:index:Repository github-repo-group-a-accounts refresh 
~  github:index:Repository github-repo-api-specifications refreshing 
~  github:index:Repository github-repo-group-b-accounts refresh 
~  github:index:Team github-team-group-f refreshing 
~  github:index:Repository github-repo-group-di-broker refresh 
~  github:index:Repository github-repo-group-d-transactions refreshing 
~  github:index:Repository github-repo-group-h-transactions refresh 
~  github:index:Repository github-repo-group-e-transactions refreshing 
~  github:index:Team github-team-group-c refresh 
~  github:index:Repository github-repo-group-f-transactions refreshing 
~  github:index:Team github-team-group-d refresh 
~  github:index:Repository github-repo-group-c-accounts refreshing 
~  github:index:Team github-team-group-e refresh 
~  github:index:Repository github-repo-group-l-transactions refreshing 
~  github:index:Team github-team-group-k refresh 
~  github:index:Repository github-repo-group-j-transactions refreshing 
@ Previewing update....
~  github:index:Repository github-repo-group-d-accounts refresh 
~  github:index:Repository github-repo-group-j-accounts refreshing 
~  github:index:Team github-team-group-f refresh 
~  github:index:Repository github-repo-group-e-accounts refreshing 
@ Previewing update....
~  github:index:Repository github-repo-group-i-accounts refresh 
~  github:index:Repository github-repo-group-ef-broker refreshing 
~  github:index:Repository github-repo-group-l-accounts refresh 
~  github:index:Repository github-repo-group-f-accounts refreshing 
~  github:index:Repository github-repo-group-bc-broker refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-a-accounts refreshing 
~  github:index:Repository github-repo-group-b-transactions refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-a-accounts refreshing 
@ Previewing update....
~  github:index:Repository github-repo-group-h-accounts refresh 
~  github:index:TeamMembership github-team-membership-group-b-Matschoen refreshing 
~  github:index:Repository github-repo-group-hk-broker refresh 
~  github:index:TeamMembership github-team-membership-group-b-FHBLH refreshing 
~  github:index:Repository github-repo-group-i-transactions refresh 
~  github:index:TeamMembership github-team-membership-group-b-2310859030 refreshing 
~  github:index:Repository github-repo-api-specifications refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-a-transactions refreshing 
~  github:index:Repository github-repo-group-d-transactions refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-a-transactions refreshing 
~  github:index:Repository github-repo-group-e-transactions refresh 
~  github:index:TeamMembership github-team-membership-group-j-Kinteshi1 refreshing 
~  github:index:Repository github-repo-group-f-transactions refresh 
~  github:index:TeamMembership github-team-membership-group-j-danrim001 refreshing 
@ Previewing update....
~  github:index:Repository github-repo-group-c-accounts refresh 
~  github:index:TeamMembership github-team-membership-group-j-abelhorvath04 refreshing 
~  github:index:Repository github-repo-group-l-transactions refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-k-accounts refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-a-accounts refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-k-accounts refreshing 
~  github:index:Repository github-repo-group-j-transactions refresh 
~  github:index:TeamMembership github-team-membership-group-g-Farumai refreshing 
~  github:index:Repository github-repo-group-j-accounts refresh 
~  github:index:TeamMembership github-team-membership-group-g-DarioDzakic refreshing 
~  github:index:TeamMembership github-team-membership-group-b-Matschoen refresh 
~  github:index:TeamMembership github-team-membership-group-g-papertnzz refreshing 
~  github:index:TeamMembership github-team-membership-group-b-FHBLH refresh 
~  github:index:TeamMembership github-team-membership-group-h-gellenricsi refreshing 
~  github:index:TeamMembership github-team-membership-group-b-2310859030 refresh 
~  github:index:TeamMembership github-team-membership-group-h-Schnobi2 refreshing 
~  github:index:Repository github-repo-group-e-accounts refresh 
~  github:index:TeamMembership github-team-membership-group-h-Marcel-TO refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-a-transactions refresh 
~  github:index:TeamMembership github-team-membership-group-i-agre1 refreshing 
~  github:index:TeamMembership github-team-membership-group-j-Kinteshi1 refresh 
~  github:index:TeamMembership github-team-membership-group-i-SgcSwitch666 refreshing 
@ Previewing update....
~  github:index:Repository github-repo-group-ef-broker refresh 
~  github:index:TeamMembership github-team-membership-group-i-ChrisSchlg refreshing 
~  github:index:TeamMembership github-team-membership-group-j-danrim001 refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-g-accounts-group-g refreshing 
~  github:index:Repository github-repo-group-f-accounts refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-g-accounts refreshing 
~  github:index:TeamMembership github-team-membership-group-j-abelhorvath04 refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-g-accounts refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-a-accounts refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-b-accounts refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-k-accounts refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-b-accounts-group-b refreshing 
~  github:index:TeamMembership github-team-membership-group-g-Farumai refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-b-accounts refreshing 
~  github:index:TeamMembership github-team-membership-group-g-DarioDzakic refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-c-transactions refreshing 
~  github:index:TeamMembership github-team-membership-group-g-papertnzz refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-c-transactions refreshing 
~  github:index:TeamMembership github-team-membership-group-h-gellenricsi refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-kubernetes-applications refreshing 
~  github:index:TeamMembership github-team-membership-group-h-Schnobi2 refresh 
~  github:index:RepositoryCollaborator github-repository-admin-kubernetes-applications refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-a-transactions refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-g-transactions refreshing 
~  github:index:TeamMembership github-team-membership-group-h-Marcel-TO refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-g-transactions-group-g refreshing 
~  github:index:TeamMembership github-team-membership-group-i-agre1 refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-g-transactions refreshing 
@ Previewing update....
~  github:index:TeamMembership github-team-membership-group-i-SgcSwitch666 refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-gl-broker refreshing 
~  github:index:TeamMembership github-team-membership-group-i-ChrisSchlg refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-gl-broker-group-g refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-g-accounts-group-g refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-gl-broker refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-g-accounts refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-k-transactions refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-k-accounts refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-k-transactions refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-b-accounts-group-b refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-aj-broker-group-j refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-b-accounts refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-aj-broker refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-c-transactions refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-aj-broker refreshing 
@ Previewing update....
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-kubernetes-applications refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-di-broker refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-g-transactions-group-g refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-di-broker-group-i refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-g-transactions refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-di-broker refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-gl-broker-group-g refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-h-transactions-group-h refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-gl-broker refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-h-transactions refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-g-accounts refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-h-transactions refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-b-accounts refresh 
~  github:index:TeamMembership github-team-membership-group-a-LeonFHBurgenland refreshing 
@ Previewing update....
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-k-transactions refresh 
~  github:index:TeamMembership github-team-membership-group-a-janjungwirth refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-aj-broker-group-j refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-a-accounts-group-a refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-aj-broker refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-aj-broker-group-a refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-c-transactions refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-a-transactions-group-a refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-kubernetes-applications refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-d-accounts refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-g-transactions refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-d-accounts refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-di-broker-group-i refresh 
~  github:index:TeamMembership github-team-membership-group-l-Efnan99 refreshing 
@ Previewing update....
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-di-broker refresh 
~  github:index:TeamMembership github-team-membership-group-l-KhaledAlnahhas1 refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-gl-broker refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-gl-broker-group-l refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-h-transactions-group-h refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-i-accounts-group-i refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-k-transactions refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-i-accounts refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-h-transactions refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-i-accounts refreshing 
~  github:index:TeamMembership github-team-membership-group-a-LeonFHBurgenland refresh 
~  github:index:TeamMembership github-team-membership-group-c-HeckMich refreshing 
~  github:index:TeamMembership github-team-membership-group-a-janjungwirth refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-c-transactions-group-c refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-a-accounts-group-a refresh 
~  github:index:TeamMembership github-team-membership-group-c-Golmaino refreshing 
@ Previewing update....
~  github:index:RepositoryCollaborator github-repository-admin-group-aj-broker refresh 
~  github:index:TeamMembership github-team-membership-group-c-912Gloria912 refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-aj-broker-group-a refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-l-accounts refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-a-transactions-group-a refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-l-accounts-group-l refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-di-broker refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-l-accounts refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-d-accounts refresh 
~  github:index:TeamMembership github-team-membership-group-d-sarah390 refreshing 
~  github:index:TeamMembership github-team-membership-group-l-Efnan99 refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-di-broker-group-d refreshing 
~  github:index:TeamMembership github-team-membership-group-l-KhaledAlnahhas1 refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-d-accounts-group-d refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-gl-broker-group-l refresh 
~  github:index:TeamMembership github-team-membership-group-d-Lukas-Neuberger refreshing 
@ Previewing update....
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-i-accounts-group-i refresh 
~  github:index:TeamMembership github-team-membership-group-d-stx85 refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-h-transactions refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-bc-broker-group-b refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-i-accounts refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-bc-broker refreshing 
~  github:index:TeamMembership github-team-membership-group-c-HeckMich refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-bc-broker-group-c refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-c-transactions-group-c refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-bc-broker refreshing 
~  github:index:TeamMembership github-team-membership-group-c-Golmaino refresh 
~  github:index:TeamMembership github-team-membership-group-e-Vanessa-prinz refreshing 
~  github:index:TeamMembership github-team-membership-group-c-912Gloria912 refresh 
~  github:index:TeamMembership github-team-membership-group-e-KammererLara refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-l-accounts-group-l refresh 
~  github:index:TeamMembership github-team-membership-group-e-JuliaMichler refreshing 
@ Previewing update....
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-l-accounts refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-b-transactions refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-d-accounts refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-b-transactions refreshing 
~  github:index:TeamMembership github-team-membership-group-d-sarah390 refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-b-transactions-group-b refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-di-broker-group-d refresh 
~  github:index:TeamMembership github-team-membership-group-k-GeorgFH refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-d-accounts-group-d refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-k-accounts-group-k refreshing 
~  github:index:TeamMembership github-team-membership-group-d-Lukas-Neuberger refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-k-transactions-group-k refreshing 
~  github:index:TeamMembership github-team-membership-group-d-stx85 refresh 
~  github:index:TeamMembership github-team-membership-group-k-Mikomy refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-bc-broker-group-b refresh 
~  github:index:TeamMembership github-team-membership-group-k-AndreasDoetzl refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-i-accounts refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-h-accounts-group-h refreshing 
@ Previewing update....
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-bc-broker refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-h-accounts refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-bc-broker-group-c refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-h-accounts refreshing 
~  github:index:TeamMembership github-team-membership-group-e-Vanessa-prinz refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-hk-broker refreshing 
~  github:index:TeamMembership github-team-membership-group-e-KammererLara refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-hk-broker-group-k refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-l-accounts refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-hk-broker refreshing 
~  github:index:TeamMembership github-team-membership-group-e-JuliaMichler refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-hk-broker-group-h refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-b-transactions refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-i-transactions refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-b-transactions-group-b refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-i-transactions-group-i refreshing 
~  github:index:TeamMembership github-team-membership-group-k-GeorgFH refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-i-transactions refreshing 
@ Previewing update....
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-k-accounts-group-k refresh 
~  github:index:RepositoryCollaborator github-repository-admin-api-specifications refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-k-transactions-group-k refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-i refreshing 
~  github:index:TeamMembership github-team-membership-group-k-Mikomy refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-j refreshing 
~  github:index:TeamMembership github-team-membership-group-k-AndreasDoetzl refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-h refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-h-accounts-group-h refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-k refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-h-accounts refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-l refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-bc-broker refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-a refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-hk-broker-group-k refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-b refreshing 
@ Previewing update....
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-hk-broker refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-g refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-hk-broker-group-h refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-d refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-b-transactions refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-c refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-i-transactions-group-i refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-e refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-i-transactions refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-api-specifications refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-i refresh 
~  github:index:TeamMembership github-team-membership-group-f-andwein refreshing 
@ Previewing update....
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-j refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-f refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-h refresh 
~  github:index:TeamMembership github-team-membership-group-f-sourifh refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-k refresh 
~  github:index:TeamMembership github-team-membership-group-f-mn-n-o-m-a-d refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-h-accounts refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-d-transactions refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-l refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-d-transactions-group-d refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-a refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-d-transactions refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-hk-broker refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-e-transactions refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-b refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-e-transactions-group-e refreshing 
@ Previewing update....
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-g refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-e-transactions refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-d refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-f-transactions-group-f refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-i-transactions refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-f-transactions refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-c refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-f-transactions refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-e refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-c-accounts refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-api-specifications refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-c-accounts-group-c refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-api-specifications refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-c-accounts refreshing 
~  github:index:TeamMembership github-team-membership-group-f-andwein refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-l-transactions refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-f refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-l-transactions refreshing 
@ Previewing update....
~  github:index:TeamMembership github-team-membership-group-f-sourifh refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-l-transactions-group-l refreshing 
~  github:index:TeamMembership github-team-membership-group-f-mn-n-o-m-a-d refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-j-transactions-group-j refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-d-transactions-group-d refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-j-transactions refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-d-transactions refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-j-transactions refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-e-transactions-group-e refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-j-accounts-group-j refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-e-transactions refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-j-accounts refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-f-transactions-group-f refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-j-accounts refreshing 
@ Previewing update....
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-f-transactions refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-e-accounts refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-c-accounts-group-c refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-e-accounts-group-e refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-c-accounts refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-e-accounts refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-l-transactions refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-ef-broker-group-f refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-l-transactions-group-l refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-ef-broker refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-j-transactions-group-j refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-ef-broker refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-d-transactions refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-ef-broker-group-e refreshing 
@ Previewing update....
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-j-transactions refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-f-accounts-group-f refreshing 
~  github:index:RepositoryCollaborator github-repository-admin-group-e-transactions refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-f-accounts refreshing 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-j-accounts-group-j refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-f-accounts refreshing 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-j-accounts refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-f-transactions refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-c-accounts refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-e-accounts-group-e refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-e-accounts refresh 
@ Previewing update....
~  github:index:RepositoryCollaborator github-repository-admin-group-l-transactions refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-ef-broker-group-f refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-ef-broker refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-ef-broker-group-e refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-j-transactions refresh 
~  github:index:TeamRepository github-team-repository-swm2-ws2024-group-f-accounts-group-f refresh 
~  github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-f-accounts refresh 
@ Previewing update....
~  github:index:RepositoryCollaborator github-repository-admin-group-j-accounts refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-e-accounts refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-ef-broker refresh 
~  github:index:RepositoryCollaborator github-repository-admin-group-f-accounts refresh 
   pulumi:pulumi:Stack fh-burgenland-bswe-assignment-infrastructure-ws2024 running 
@ Previewing update.....
   github:index:Repository github-repo-group-hk-broker  
   github:index:Team github-team-group-h  
   github:index:Team github-team-group-d  
   github:index:Team github-team-group-i  
   github:index:Repository github-repo-group-l-accounts  
   github:index:Team github-team-group-b  
   github:index:Team github-team-group-l  
   github:index:Team github-team-group-j  
   github:index:Team github-team-group-e  
   github:index:Team github-team-group-c  
   github:index:Team github-team-group-f  
   github:index:Team github-team-group-k  
   github:index:Repository github-repo-api-specifications  
   github:index:Repository github-repo-group-d-accounts  
   github:index:Repository github-repo-group-j-accounts  
   github:index:Team github-team-group-g  
   github:index:Repository github-repo-group-l-transactions  
   github:index:Repository github-repo-group-j-transactions  
   github:index:Repository github-repo-group-h-accounts  
   github:index:Repository github-repo-group-d-transactions  
   github:index:Repository github-repo-group-i-accounts  
   github:index:Repository github-repo-group-g-transactions  
   github:index:Repository github-repo-group-a-accounts  
   github:index:Repository github-repo-group-b-accounts  
   github:index:Repository github-repo-group-k-transactions  
   github:index:Repository github-repo-group-k-accounts  
   github:index:Repository github-repo-group-aj-broker  
   github:index:Repository github-repo-group-i-transactions  
   github:index:Repository github-repo-group-e-accounts  
   github:index:Repository github-repo-kubernetes-applications  
   github:index:Repository github-repo-group-h-transactions  
@ Previewing update....
   github:index:Repository github-repo-group-a-transactions  
   github:index:Team github-team-group-a  
   github:index:Repository github-repo-group-b-transactions  
   github:index:Repository github-repo-group-bc-broker  
   github:index:Repository github-repo-group-gl-broker  
   github:index:Repository github-repo-group-c-transactions  
   github:index:Repository github-repo-group-ef-broker  
   github:index:Repository github-repo-group-e-transactions  
   github:index:Repository github-repo-group-g-accounts  
   github:index:Repository github-repo-group-f-transactions  
   github:index:Repository github-repo-group-di-broker  
   github:index:Repository github-repo-group-c-accounts  
   github:index:Repository github-repo-group-f-accounts  
   github:index:RepositoryCollaborator github-repository-admin-group-hk-broker  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-hk-broker  
   github:index:TeamMembership github-team-membership-group-l-KhaledAlnahhas1  
   github:index:TeamMembership github-team-membership-group-h-Marcel-TO  
   github:index:TeamMembership github-team-membership-group-i-SgcSwitch666  
   github:index:TeamMembership github-team-membership-group-d-stx85  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-hk-broker-group-h  
   github:index:TeamMembership github-team-membership-group-d-sarah390  
   github:index:TeamMembership github-team-membership-group-h-Schnobi2  
+  github:index:TeamMembership github-team-membership-group-d-Lukas-Neuberger create 
   github:index:TeamMembership github-team-membership-group-i-agre1  
   github:index:TeamMembership github-team-membership-group-h-gellenricsi  
   github:index:TeamMembership github-team-membership-group-b-FHBLH  
   github:index:RepositoryCollaborator github-repository-admin-group-l-accounts  
   github:index:TeamMembership github-team-membership-group-i-ChrisSchlg  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-l-accounts  
   github:index:TeamMembership github-team-membership-group-b-Matschoen  
   github:index:TeamMembership github-team-membership-group-b-2310859030  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-l-accounts-group-l  
   github:index:TeamMembership github-team-membership-group-l-Efnan99  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-api-specifications  
   github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-j  
   github:index:TeamMembership github-team-membership-group-j-Kinteshi1  
   github:index:TeamMembership github-team-membership-group-j-danrim001  
   github:index:TeamMembership github-team-membership-group-j-abelhorvath04  
   github:index:TeamMembership github-team-membership-group-e-Vanessa-prinz  
   github:index:TeamMembership github-team-membership-group-e-KammererLara  
+  github:index:TeamMembership github-team-membership-group-e-JuliaMichler create 
   github:index:TeamMembership github-team-membership-group-c-912Gloria912  
   github:index:TeamMembership github-team-membership-group-c-HeckMich  
   github:index:TeamMembership github-team-membership-group-c-Golmaino  
   github:index:TeamMembership github-team-membership-group-f-mn-n-o-m-a-d  
+  github:index:TeamMembership github-team-membership-group-f-sourifh create 
+  github:index:TeamMembership github-team-membership-group-f-andwein create 
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-hk-broker-group-k  
   github:index:TeamMembership github-team-membership-group-k-AndreasDoetzl  
   github:index:TeamMembership github-team-membership-group-k-GeorgFH  
   github:index:TeamMembership github-team-membership-group-k-Mikomy  
   github:index:RepositoryCollaborator github-repository-admin-api-specifications  
   github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-b  
   github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-c  
   github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-d  
   github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-e  
   github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-f  
   github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-k  
   github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-h  
   github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-l  
   github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-i  
+  github:index:TeamMembership github-team-membership-group-g-papertnzz create 
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-j-transactions-group-j  
   github:index:TeamMembership github-team-membership-group-g-DarioDzakic  
   github:index:RepositoryCollaborator github-repository-admin-group-l-transactions  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-h-accounts-group-h  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-d-transactions  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-l-transactions  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-j-transactions  
   github:index:RepositoryCollaborator github-repository-admin-group-d-accounts  
   github:index:RepositoryCollaborator github-repository-admin-group-j-transactions  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-l-transactions-group-l  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-d-accounts-group-d  
   github:index:RepositoryCollaborator github-repository-admin-group-h-accounts  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-d-accounts  
   github:index:TeamMembership github-team-membership-group-g-Farumai  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-j-accounts  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-d-transactions-group-d  
   github:index:RepositoryCollaborator github-repository-admin-group-d-transactions  
   github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-g  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-j-accounts-group-j  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-h-accounts  
   github:index:RepositoryCollaborator github-repository-admin-group-j-accounts  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-a-accounts  
   github:index:RepositoryCollaborator github-repository-admin-group-i-accounts  
   github:index:RepositoryCollaborator github-repository-admin-group-a-accounts  
   github:index:RepositoryCollaborator github-repository-admin-group-g-transactions  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-i-accounts  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-g-transactions-group-g  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-i-accounts-group-i  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-g-transactions  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-k-transactions  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-k-transactions-group-k  
   github:index:RepositoryCollaborator github-repository-admin-group-b-accounts  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-b-accounts-group-b  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-b-accounts  
   github:index:RepositoryCollaborator github-repository-admin-group-k-transactions  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-k-accounts-group-k  
   github:index:RepositoryCollaborator github-repository-admin-group-k-accounts  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-k-accounts  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-aj-broker-group-j  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-aj-broker  
   github:index:RepositoryCollaborator github-repository-admin-group-aj-broker  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-i-transactions-group-i  
   github:index:RepositoryCollaborator github-repository-admin-group-i-transactions  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-i-transactions  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-e-accounts-group-e  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-e-accounts  
   github:index:RepositoryCollaborator github-repository-admin-group-e-accounts  
   github:index:RepositoryCollaborator github-repository-admin-kubernetes-applications  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-kubernetes-applications  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-h-transactions-group-h  
   github:index:RepositoryCollaborator github-repository-admin-group-h-transactions  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-h-transactions  
   github:index:RepositoryCollaborator github-repository-admin-group-a-transactions  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-a-transactions  
   github:index:TeamMembership github-team-membership-group-a-LeonFHBurgenland  
   github:index:TeamMembership github-team-membership-group-a-janjungwirth  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-a-accounts-group-a  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-aj-broker-group-a  
   github:index:TeamRepository github-team-repository-swm2-ws2024-api-specifications-group-a  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-a-transactions-group-a  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-b-transactions-group-b  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-b-transactions  
   github:index:RepositoryCollaborator github-repository-admin-group-b-transactions  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-bc-broker  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-bc-broker-group-c  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-bc-broker-group-b  
   github:index:RepositoryCollaborator github-repository-admin-group-bc-broker  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-gl-broker-group-l  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-gl-broker-group-g  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-gl-broker  
   github:index:RepositoryCollaborator github-repository-admin-group-gl-broker  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-c-transactions  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-c-transactions-group-c  
   github:index:RepositoryCollaborator github-repository-admin-group-c-transactions  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-ef-broker  
   github:index:RepositoryCollaborator github-repository-admin-group-ef-broker  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-ef-broker-group-e  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-ef-broker-group-f  
   github:index:RepositoryCollaborator github-repository-admin-group-e-transactions  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-e-transactions  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-e-transactions-group-e  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-g-accounts-group-g  
   github:index:RepositoryCollaborator github-repository-admin-group-g-accounts  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-g-accounts  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-f-transactions-group-f  
   github:index:RepositoryCollaborator github-repository-admin-group-f-transactions  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-f-transactions  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-di-broker-group-i  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-di-broker  
   github:index:RepositoryCollaborator github-repository-admin-group-di-broker  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-di-broker-group-d  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-c-accounts  
   github:index:RepositoryCollaborator github-repository-admin-group-c-accounts  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-c-accounts-group-c  
   github:index:RepositoryRuleset github-repository-ruleset-ws2024-group-f-accounts  
   github:index:RepositoryCollaborator github-repository-admin-group-f-accounts  
   github:index:TeamRepository github-team-repository-swm2-ws2024-group-f-accounts-group-f  
   pulumi:pulumi:Stack fh-burgenland-bswe-assignment-infrastructure-ws2024  
Resources:
   + 5 to create
   186 unchanged