-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor: Sync Release v1.4.6 w v2.0.0 Branch (#386)
* Bump to trigger container release (#373) * Update version * Update version in "Commits since" badge * Deploy: Release v1.4.2 (#375) * Minor: Update app versions * Switch to goreleaser for container image deploy (#374) * Remove current container deploy workflow config * Update goreleaser config and relase workflow for docker release support * Add new Dockerfile for releases (#376) This is to be in line with goreleaser reqs * Migrate from docker/login-action to custom script for registry auth Required as docker-login-action doesn't support multi-registry authentication. * Deploy: Release v1.4.5 (#377) * Minor: Update versions * Revert migration from login-action to custom I misunderstood the github action logs :( * Update Job Permissions to Remove Content:Read Permission This was overriding the globally-set Content:Write permission. This caused the GHAW for releases to fail to create a release * Issue 383 add service to user output (#384) * Add `CloudSvc` as a attribute of `Resource()` * Add CloudSvc Value to Output For Found Resource * Set CloudSvc in All Supported Resource Plugins * Minor: Fix typo in found resource user output * Minor: update app version
- Loading branch information
1 parent
be82f94
commit de916a3
Showing
7 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package resource | ||
|
||
type Resource struct { | ||
RID, AccountID string | ||
RID, AccountID, CloudSvc string | ||
AccountAliases, NetworkMap []string | ||
} |