-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new reactivate integration command (#336)
* added new reactivate integration command * update submodule hash * better message for integration reactivate
- Loading branch information
1 parent
5ca824f
commit 62fd0fa
Showing
3 changed files
with
21 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: Feature | ||
body: added new reactivate integration command | ||
time: 2024-10-08T11:42:23.020571-05:00 |
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
Submodule opslevel-go
updated
3 files
+3 −0 | .changes/unreleased/Feature-20241007-133024.yaml | |
+14 −0 | integration.go | |
+15 −0 | integration_test.go |