Skip to content

Commit

Permalink
fix(kerberos_renewal_principals): updated protocol version
Browse files Browse the repository at this point in the history
- Generated files are now located in the subfolder and
  previous version of the slave script can't process them correctly.
- To prevent service from failing we must update protocol minor
  version so the gen/slave scripts can be deployed independently.
  • Loading branch information
zlamalp committed Mar 8, 2022
1 parent c0f8c54 commit 2bdf62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gen/kerberos_renewal_principals
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use perunServicesUtils;
use File::Basename;

local $::SERVICE_NAME = basename($0);
local $::PROTOCOL_VERSION = "3.0.0";
local $::PROTOCOL_VERSION = "3.1.0";
my $SCRIPT_VERSION = "3.0.1";

perunServicesInit::init;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
PROTOCOL_VERSION='3.0.0'
PROTOCOL_VERSION='3.1.0'

function process {

Expand Down

0 comments on commit 2bdf62e

Please sign in to comment.